k-mktr commited on
Commit
d8b9572
·
verified ·
1 Parent(s): c318f14

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +1 -4
config.py CHANGED
@@ -69,10 +69,7 @@ def refresh_approved_models():
69
 
70
  # Keep FALLBACK_MODELS as a safety net
71
  FALLBACK_MODELS = [
72
- ("dolphin3:8b-llama3.1-q4_K_M", "Dolphin 3 (8B, 4-bit)"),
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