Skip to content

cdliang11/llm_tokenizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

llm_tokenizer

编译:

mkdir build
cd build
cmake .. && make

导出tokenizer文件:

python tools/export_token.py \
    --path /path/to/Qwen1.5-1.8B-Chat \
    --token_file ./resource/qwen2-1.8b_token.txt \
    --model_name Qwen1_5-1_8B-Chat

测试:

./build/bin/tokenizer_main resource/qwen2-1.8b_token.txt

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published