Spaces:
Runtime error
Runtime error
Update llm_local.py
Browse files- llm_local.py +2 -2
llm_local.py
CHANGED
|
@@ -36,8 +36,8 @@ MODEL_ZOO = {
|
|
| 36 |
# 🎯 Well-Tuned: after you publish your LoRA-merged GGUF, uncomment and edit
|
| 37 |
# this line (repo = your HF id, filename = the .gguf you uploaded). It will
|
| 38 |
# then appear in the Model tab as the fast Translator sub-agent.
|
| 39 |
-
|
| 40 |
-
|
| 41 |
}
|
| 42 |
FAST_MODEL = "Qwen3-1.7B · Tiny Titan (≤4B award class)"
|
| 43 |
DEFAULT_MODEL = "Qwen3-4B · default — fast + smart, still ≤4B"
|
|
|
|
| 36 |
# 🎯 Well-Tuned: after you publish your LoRA-merged GGUF, uncomment and edit
|
| 37 |
# this line (repo = your HF id, filename = the .gguf you uploaded). It will
|
| 38 |
# then appear in the Model tab as the fast Translator sub-agent.
|
| 39 |
+
"Chan-Tuned Qwen3-1.7B · my fine-tune": (
|
| 40 |
+
"ranranrunforit/chan-compass-qwen3-1.7b-gguf", "chan-qwen3-1.7b-q8_0.gguf"),
|
| 41 |
}
|
| 42 |
FAST_MODEL = "Qwen3-1.7B · Tiny Titan (≤4B award class)"
|
| 43 |
DEFAULT_MODEL = "Qwen3-4B · default — fast + smart, still ≤4B"
|