Skip to content

Commit 1c6ec2a

Browse files
committed
[fix] update vocab ref to Ling mini 2.0
1 parent 09e3df4 commit 1c6ec2a

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
@@ -862,7 +862,7 @@ def get_vocab_base_pre(self, tokenizer) -> str:
862862
# ref: https://huggingface.co/inclusionAI/Ling-lite
863863
res = "bailingmoe"
864864
if chkhsh == "9b1be57e70d20d9501b2b3186e792d81181ae36ada3903c26f9fea418cf87206":
865-
# ref: https://huggingface.co/inclusionAI/Ling-lite
865+
# ref: https://huggingface.co/inclusionAI/Ling-mini-2.0
866866
res = "bailing-bt2"
867867
if chkhsh == "d353350c764d8c3b39c763113960e4fb4919bea5fbf208a0e3b22e8469dc7406":
868868
# ref: https://huggingface.co/meta-llama/Llama-4-Scout-17B-16E-Instruct

0 commit comments

Comments
 (0)