8000 convert : allow partial update to the chkhsh pre-tokenizer list by ngxson · Pull Request #13847 · ggml-org/llama.cpp · GitHub
[go: up one dir, main page]

Skip to content

convert : allow partial update to the chkhsh pre-tokenizer list #13847

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
May 30, 2025
Merged
Prev Previous commit
rm redundant import
  • Loading branch information
ngxson committed May 30, 2025
commit 714d40327e8efbe29717341e2276149cfabaedfe
1 change: 0 additions & 1 deletion convert_hf_to_gguf_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
from hashlib import sha256
from enum import IntEnum, auto
from transformers import AutoTokenizer
from collections import OrderedDict

logging.basicConfig(level=logging.DEBUG)
logger = logging.getLogger("convert_hf_to_gguf_update")
Expand Down
Loading
0