ChatRWKV icon indicating copy to clipboard operation
ChatRWKV copied to clipboard

model path list

Open EnricoBeltramo opened this issue 11 months ago • 1 comments

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

EnricoBeltramo avatar Feb 25 '24 21:02 EnricoBeltramo

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

BlinkDL avatar Mar 26 '24 13:03 BlinkDL