Skip to content

Commit 39e324a

Browse files
committed
Update convert_hf_to_gguf.py
1 parent 98772e9 commit 39e324a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

convert_hf_to_gguf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5584,7 +5584,9 @@ def set_vocab(self):
55845584
toktypes: list[int] = []
55855585

55865586
if tokpre == "kimi-k2":
5587-
# Copied from Hunyuan tokenizer conversion
5587+
# Copyright 2025-present the Unsloth team. All rights reserved.
5588+
# Licensed under the MIT License
5589+
# Derived from Hunyuan tokenizer conversion
55885590
# 2. Reverse-engineer the merges list from mergeable_ranks
55895591
merges = []
55905592
vocab = {}

0 commit comments

Comments
 (0)