Andreas Rozek
Andreas Rozek
I just found a section in th rwkv.cpp README.md which says: > ⚠️ Python API was restructured on 2023-09-20, you may need to change paths/package names in your code when...
FYI: I just used the version of rwkv.cpp from from Sept, 20th (before they restructured the Python API) and tried again - with the same results. Which means: no, the...
FYI: going back to the latest commit (of rwkv.cpp) before "update ggml" fails because the resulting code can not be compiled. Thus, in order to test if "llama-node" does work...
That was quick - thank you very much. Unfortunately, I cannot get [rwkv.cpp @ 363dfb1](https://github.com/saharNooby/rwkv.cpp/tree/363dfb1a061507aee661300fc8e2e153b6e99dc2) to compile. Unless I manage to find out why, I may have to wait for...
FYI: I managed to compile rwkv.cpp again - my mistake was to only `git reset --hard` rwkv.cpp itself, but not the included ggml repo... Now I'm trying to use it...
Ok, I think I have to give up - now RWKV crashes with ``` Unsupported file version 101 /Users/runner/work/llama-node/llama-node/packages/rwkv-cpp/rwkv-sys/rwkv.cpp/rwkv.cpp:195: version == RWKV_FILE_VERSION [Sat, 11 Nov 2023 13:57:54 +0000 - WARN...
Well, I meanwhile used [rwkv.cpp @ 363dfb1](https://github.com/saharNooby/rwkv.cpp/tree/363dfb1a061507aee661300fc8e2e153b6e99dc2) with [ggml @ 00b49ec](https://github.com/ggerganov/ggml/tree/00b49ec707d73df0176e21630a6e23c2aa0e938c), as mentioned above. But, as described before * the example refers to a file from `node_modules` (which means that...
well, for testing at home in one's local network between several PCs, being capable of using `wss` can come in quite handy - I had to do so today. If...
well, since you are using `localhost` I assume that you did not prepare any certificate for your server. I recommend installing "wscat": ``` npm install -g wscat wscat -c "wss://localhost:1234/6d17a764-980d-4f6f-b53d-e42491e5f067"...
I just tried the fix shown here and have to admit that it does **not** work properly: while it indeed deletes one of the two child instances, it removes the...