Qwen fix
Browse files- convert_hf_to_gguf.py +3 -0
convert_hf_to_gguf.py
CHANGED
|
@@ -1530,6 +1530,9 @@ class TextModel(ModelBase):
|
|
| 1530 |
if chkhsh == "d30d75d9059f1aa2c19359de71047b3ae408c70875e8a3ccf8c5fba56c9d8af4":
|
| 1531 |
# ref: https://huggingface.co/Qwen/Qwen3.5-9B-Instruct
|
| 1532 |
res = "qwen35"
|
|
|
|
|
|
|
|
|
|
| 1533 |
if chkhsh == "b4b8ca1f9769494fbd956ebc4c249de6131fb277a4a3345a7a92c7dd7a55808d":
|
| 1534 |
# ref: https://huggingface.co/jdopensource/JoyAI-LLM-Flash
|
| 1535 |
res = "joyai-llm"
|
|
|
|
| 1530 |
if chkhsh == "d30d75d9059f1aa2c19359de71047b3ae408c70875e8a3ccf8c5fba56c9d8af4":
|
| 1531 |
# ref: https://huggingface.co/Qwen/Qwen3.5-9B-Instruct
|
| 1532 |
res = "qwen35"
|
| 1533 |
+
if chkhsh == "1444df51289cfa8063b96f0e62b1125440111bc79a52003ea14b6eac7016fd5f":
|
| 1534 |
+
# ref: https://huggingface.co/Qwen/Qwen3.6-27B
|
| 1535 |
+
res = "qwen35"
|
| 1536 |
if chkhsh == "b4b8ca1f9769494fbd956ebc4c249de6131fb277a4a3345a7a92c7dd7a55808d":
|
| 1537 |
# ref: https://huggingface.co/jdopensource/JoyAI-LLM-Flash
|
| 1538 |
res = "joyai-llm"
|