diff --git a/convert_hf_to_gguf.py b/convert_hf_to_gguf.py index 08b6f477a7..67bbf012df 100755 --- a/convert_hf_to_gguf.py +++ b/convert_hf_to_gguf.py @@ -1267,7 +1267,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")