imxcstar / RWKVSharp

call rwkv v4/v5/v6 raven/world/finch 1B5-14B ggml using csharp cpu/gpu (support INT4,8,Float16,32)
MIT License
31 stars 4 forks source link

System.DllNotFoundException: 'Unable to load DLL 'librwkv' or one of its dependencies (0x8007007E)' #4

Open PontiacGTX opened 10 months ago

PontiacGTX commented 10 months ago

I have tried adding the missing Dll for rwkv.dll but then shows as missing is there anything wrong I have done? i downloaded the rwkv.dll form https://github.com/saharNooby/rwkv.cpp/releases/tag/master-d375684 and i updated the path to ..\libs\rwkv.cpp\rwkv.dll

imxcstar commented 9 months ago

you need to recompile rwkv.cpp and change the name of rwkv.dll to librwkv.dll, then place it in the same directory as the program.