ChatRWKV
ChatRWKV copied to clipboard
model path list
your example use that model:
download models: https://huggingface.co/BlinkDL
model = RWKV(model='/fsx/BlinkDL/HF-MODEL/rwkv-4-pile-169m/RWKV-4-Pile-169M-20220807-8023', strategy='cpu fp32')
but there is an exaustive list of models path to download? i.e. rwkv 4: '/fsx/BlinkDL/HF-MODEL/rwkv-4-pile-169m/RWKV-4-Pile-169M-20220807-8023' rwkv 5: ??? rwkv 6: ???
in https://huggingface.co/BlinkDL I didn't found the models
download the model:
https://huggingface.co/BlinkDL/rwkv-5-world/tree/main
https://huggingface.co/BlinkDL/rwkv-6-world/tree/main
notice "world" models are using different tokenizer.
try this first: https://github.com/BlinkDL/ChatRWKV/blob/main/API_DEMO_CHAT.py