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
Copy file name to clipboardExpand all lines: docs/start/install.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -202,7 +202,7 @@ winget uninstall wasmedge
202
202
203
203
The installer from WasmEdge 0.13.5 will detect CUDA automatically. If CUDA is detected, the installer will always attempt to install a CUDA-enabled version of the WASI-NN GGML plug-in.
204
204
205
-
If CPU is the only available hardware on your machine, the installer will install OpenBLAS version of plugin instead.
205
+
If CPU is the only available hardware on your machine, the installer will install the pure CPU version of plugin instead.
206
206
207
207
```bash
208
208
apt update && apt install -y libopenblas-dev # You may need sudo if the user is not root.
0 commit comments