Spaces:
Running
Running
Update config.py
Browse files
config.py
CHANGED
|
@@ -69,10 +69,7 @@ def refresh_approved_models():
|
|
| 69 |
|
| 70 |
# Keep FALLBACK_MODELS as a safety net
|
| 71 |
FALLBACK_MODELS = [
|
| 72 |
-
("
|
| 73 |
-
("granite3.1-dense:8b-instruct-q4_K_M", "Granite 3.1 Dense (8B, 4-bit)"),
|
| 74 |
-
("gemma2:2b-instruct-q4_0", "Gemma 2 (2B, 4-bit)"),
|
| 75 |
-
("qwen2.5:0.5b-instruct-q8_0", "Qwen 2.5 (0.5B, 8-bit)"),
|
| 76 |
]
|
| 77 |
|
| 78 |
# Example prompts
|
|
|
|
| 69 |
|
| 70 |
# Keep FALLBACK_MODELS as a safety net
|
| 71 |
FALLBACK_MODELS = [
|
| 72 |
+
("hf.co/unsloth/Qwen3-4B-Instruct-2507-GGUF:Q8_K_XL", "Qwen 3 Instruct 2507 Unsloth (4B, 8-bit)")
|
|
|
|
|
|
|
|
|
|
| 73 |
]
|
| 74 |
|
| 75 |
# Example prompts
|