Update convert_hf_to_gguf.py

Co-authored-by: Sigbjørn Skjæret <sigbjorn.skjaeret@scala.com>
This commit is contained in:
DAN™ 2026-02-16 07:53:41 -05:00
parent 30aefb6dbf
commit 4052884af1
1 changed files with 1 additions and 1 deletions

View File

@ -1270,7 +1270,7 @@ class TextModel(ModelBase):
res = "qwen35"
if chkhsh == "b4b8ca1f9769494fbd956ebc4c249de6131fb277a4a3345a7a92c7dd7a55808d":
# ref: https://huggingface.co/jdopensource/JoyAI-LLM-Flash
res = "joyai_llm"
res = "joyai-llm"
if res is None:
logger.warning("\n")