harrisonvanderbyl/rwkv-cpp-accelerated

fail to load on windows

flizzywine opened this issue · 2 comments

Try to load model, but failed. Below is the output.

D:\AI\ChatRWKV\rwkv-cpp-cuda> chat.exe
D:\AI\ChatRWKV\rwkv-cpp-cuda/model.bin
n_layers: 431231561062       
n_embed: 17592186094693      
loading: xbuf

Windows use "" as delimiter, but the rwkv.cpp use "/" as delimiter.
And the model path being D:\AI\ChatRWKV\rwkv-cpp-cuda/model.bin is not correct.
Want help, Thanks.

This is loading a model, but the model file is not correct. Did you convert a model or did you download a preconverted file?

Thanks. I download a preconverted model. but not the english version. so I think that's the cause