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
# For the WASI-NN plugin, you should install this project.
26
+
cmake --install build
27
+
```
28
+
29
+
Then you will have an executable `wasmedge` runtime under `/usr/local/bin` and the WASI-NN with Neural Speed backend plug-in under `/usr/local/lib/wasmedge/libwasmedgePluginWasiNN.so` after installation.
30
+
## Model Download Link
31
+
32
+
In this example, we will use neural-chat-7b-v3-1.Q4_0 model in GGUF format.
0 commit comments