RWKV / rwkv.cpp

INT4/INT5/INT8 and FP16 inference on CPU for RWKV language model
MIT License
1.37k stars 90 forks source link

Fix bug in world tokenizer #93

Closed Mathmagician8191 closed 1 year ago

Mathmagician8191 commented 1 year ago

Previously, the tokenizer would look in the current working directory to find the vocab file. It now looks in the same folder as the python file (so it works regardless of the current working directory).