Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ import ollama
|
|
13 |
# Model from run.sh
|
14 |
AVAILABLE_MODELS = [
|
15 |
'smollm2:360m-instruct-q5_K_M',
|
16 |
-
'hf.co/ggml-org/SmolLM3-3B-GGUF:Q4_K_M,
|
17 |
'hf.co/bartowski/nvidia_OpenReasoning-Nemotron-1.5B-GGUF:Q5_K_M,
|
18 |
'hf.co/bartowski/Llama-3.2-3B-Instruct-GGUF:Q4_K_M', # OK speed with CPU
|
19 |
'hf.co/unsloth/gemma-3-4b-it-qat-GGUF:Q4_K_M', #Slow.
|
|
|
13 |
# Model from run.sh
|
14 |
AVAILABLE_MODELS = [
|
15 |
'smollm2:360m-instruct-q5_K_M',
|
16 |
+
'hf.co/ggml-org/SmolLM3-3B-GGUF:Q4_K_M',
|
17 |
'hf.co/bartowski/nvidia_OpenReasoning-Nemotron-1.5B-GGUF:Q5_K_M,
|
18 |
'hf.co/bartowski/Llama-3.2-3B-Instruct-GGUF:Q4_K_M', # OK speed with CPU
|
19 |
'hf.co/unsloth/gemma-3-4b-it-qat-GGUF:Q4_K_M', #Slow.
|