Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -19,6 +19,7 @@ import ollama
|
|
19 |
|
20 |
# Model from run.sh
|
21 |
AVAILABLE_MODELS = [
|
|
|
22 |
'hf.co/bartowski/Llama-3.2-3B-Instruct-GGUF:Q4_K_M', # OK speed with CPU
|
23 |
'hf.co/unsloth/gemma-3-4b-it-qat-GGUF:Q4_K_M', #Slow.
|
24 |
'hf.co/bartowski/Qwen_Qwen3-1.7B-GGUF:Q5_K_M',
|
|
|
19 |
|
20 |
# Model from run.sh
|
21 |
AVAILABLE_MODELS = [
|
22 |
+
'smollm2:360m-instruct-q5_K_M',
|
23 |
'hf.co/bartowski/Llama-3.2-3B-Instruct-GGUF:Q4_K_M', # OK speed with CPU
|
24 |
'hf.co/unsloth/gemma-3-4b-it-qat-GGUF:Q4_K_M', #Slow.
|
25 |
'hf.co/bartowski/Qwen_Qwen3-1.7B-GGUF:Q5_K_M',
|