Skip to content

Latest commit

 

History

History
32 lines (15 loc) · 383 Bytes

README.md

File metadata and controls

32 lines (15 loc) · 383 Bytes

tokenizer-json

对huggingface tokenizer进行cpp实现

  1. 使用:
//linux 平台

cd tokenizer-json
mkdir build 
cd build && cmake ..
make 

//移动tokenizer.json到文件夹中
  1. 目前仅对qwen模型进行测试更多测试请等待

2.参考:

mnn-llm

json