Skip to content

Commit fee2aa6

Browse files
committed
no change convert py
1 parent 1366444 commit fee2aa6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

convert_hf_to_gguf.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,6 @@ def get_vocab_base_pre(self, tokenizer) -> str:
579579
# NOTE: if you get an error here, you need to update the convert_hf_to_gguf_update.py script
580580
# or pull the latest version of the model from Huggingface
581581
# don't edit the hashes manually!
582-
res = "qwen2"
583582
if chkhsh == "0ef9807a4087ebef797fc749390439009c3b9eda9ad1a097abbe738f486c01e5":
584583
# ref: https://huggingface.co/meta-llama/Meta-Llama-3-8B
585584
res = "llama-bpe"

0 commit comments

Comments
 (0)