Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -14,7 +14,7 @@ import ollama
|
|
| 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.
|
| 20 |
'hf.co/bartowski/Qwen_Qwen3-1.7B-GGUF:Q5_K_M',
|
|
|
|
| 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.
|
| 20 |
'hf.co/bartowski/Qwen_Qwen3-1.7B-GGUF:Q5_K_M',
|