Update convert_hf_to_gguf.py
Co-authored-by: Sigbjørn Skjæret <sigbjorn.skjaeret@scala.com>
This commit is contained in:
parent
30aefb6dbf
commit
4052884af1
|
|
@ -1270,7 +1270,7 @@ class TextModel(ModelBase):
|
||||||
res = "qwen35"
|
res = "qwen35"
|
||||||
if chkhsh == "b4b8ca1f9769494fbd956ebc4c249de6131fb277a4a3345a7a92c7dd7a55808d":
|
if chkhsh == "b4b8ca1f9769494fbd956ebc4c249de6131fb277a4a3345a7a92c7dd7a55808d":
|
||||||
# ref: https://huggingface.co/jdopensource/JoyAI-LLM-Flash
|
# ref: https://huggingface.co/jdopensource/JoyAI-LLM-Flash
|
||||||
res = "joyai_llm"
|
res = "joyai-llm"
|
||||||
|
|
||||||
if res is None:
|
if res is None:
|
||||||
logger.warning("\n")
|
logger.warning("\n")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue