Skip to content

Commit 62447f8

Browse files
authored
Update convert_hf_to_gguf.py
1 parent 5baa607 commit 62447f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

convert_hf_to_gguf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ def get_vocab_base_pre(self, tokenizer) -> str:
680680
res = "glm4"
681681
if chkhsh == "9ca2dd618e8afaf09731a7cf6e2105b373ba6a1821559f258b272fe83e6eb902":
682682
# ref: https://huggingface.co/zai-org/GLM-4.5-Air, https://huggingface.co/zai-org/GLM-4.5
683-
res = "gpt-2"
683+
res = "glm4"
684684
if chkhsh == "1431a23e583c97432bc230bff598d103ddb5a1f89960c8f1d1051aaa944d0b35":
685685
# ref: https://huggingface.co/sapienzanlp/Minerva-7B-base-v1.0
686686
res = "minerva-7b"

0 commit comments

Comments
 (0)