You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Install globally, do not use NPX as it has known display issues
29
-
npm install -g rwkv-cpp-node
30
-
31
-
# Run the setup, and use the chat demo
32
-
rwkv-cpp-node
33
-
```
23
+
**Windows setup guide video**
24
+
<iframewidth="560"height="315"src="https://www.youtube-nocookie.com/embed/LrrYJ1LeVqw?si=fd7HW7Wcog4AL3mQ"title="YouTube video player"frameborder="0"allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"allowfullscreen></iframe>
34
25
35
26
# Prompting guidelines for RWKV
36
27
@@ -119,3 +110,17 @@ The main RWKV repo can be found here, use v4neo to run current models
119
110
::: tip
120
111
For new users, unless you plan to finetune, due to the complexity involved with python dependencies, it is recommmended to use the RWKV.cpp project instead.
121
112
:::
113
+
114
+
interact with the model via the following CLI, if you have NPM installed
0 commit comments