Skip to content

Commit 5ca9782

Browse files
authored
docs: no longer provide prebuilt blas version of llama.cpp plugin (#267)
Signed-off-by: hydai <[email protected]>
1 parent b4ab1c1 commit 5ca9782

File tree

4 files changed

+2
-6
lines changed

4 files changed

+2
-6
lines changed

docs/contribute/source/plugin/wasi_nn.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,8 +352,6 @@ We also provided the pre-built ggml plugins on the following platforms:
352352
- darwin\_arm64: Apple Silicon Model macOS
353353
- ubuntu20.04\_x86\_64: x86\_64 Linux (the glibc is using Ubuntu20.04 one)
354354
- ubuntu20.04\_aarch64: aarch64 Linux (the glibc is using Ubuntu20.04 one)
355-
- ubuntu20.04\_blas\_x86\_64: x86\_64 Linux with OpenBLAS support (the glibc is using Ubuntu20.04 one)
356-
- ubuntu20.04\_blas\_aarch64: aarch64 Linux with OpenBLAS support (the glibc is using Ubuntu20.04 one)
357355
- ubuntu20.04\_cuda\_x86\_64: x86\_64 Linux with CUDA 12 support (the glibc is using Ubuntu20.04 one)
358356
- ubuntu20.04\_cuda\_aarch64: aarch64 Linux with CUDA 11 support (the glibc is using Ubuntu20.04 one), for NVIDIA Jetson AGX Orin
359357
- manylinux2014\_x86\_64: x86\_64 Linux (the glibc is using CentOS 7 one)

docs/start/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ winget uninstall wasmedge
202202

203203
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.
204204

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.
206206

207207
```bash
208208
apt update && apt install -y libopenblas-dev # You may need sudo if the user is not root.

i18n/zh/docusaurus-plugin-content-docs/current/contribute/source/plugin/wasi_nn.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -352,8 +352,6 @@ We also provided the pre-built ggml plugins on the following platforms:
352352
- darwin\_arm64: Apple Silicon Model macOS
353353
- ubuntu20.04\_x86\_64: x86\_64 Linux (the glibc is using Ubuntu20.04 one)
354354
- ubuntu20.04\_aarch64: aarch64 Linux (the glibc is using Ubuntu20.04 one)
355-
- ubuntu20.04\_blas\_x86\_64: x86\_64 Linux with OpenBLAS support (the glibc is using Ubuntu20.04 one)
356-
- ubuntu20.04\_blas\_aarch64: aarch64 Linux with OpenBLAS support (the glibc is using Ubuntu20.04 one)
357355
- ubuntu20.04\_cuda\_x86\_64: x86\_64 Linux with CUDA 12 support (the glibc is using Ubuntu20.04 one)
358356
- ubuntu20.04\_cuda\_aarch64: aarch64 Linux with CUDA 11 support (the glibc is using Ubuntu20.04 one), for NVIDIA Jetson AGX Orin
359357
- manylinux2014\_x86\_64: x86\_64 Linux (the glibc is using CentOS 7 one)

i18n/zh/docusaurus-plugin-content-docs/current/start/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ WasmEdge 支持多种 `WASI-NN` 的后端。
158158

159159
注意,WasmEdge 0.13.5 的安装程序将自动检测 CUDA。如果检测到 CUDA,安装程序将始终尝试安装支持 CUDA 的插件版本。
160160

161-
如果您的机器上只有CPU可用,那么需要安装 OpenBLAS 版本的插件。
161+
如果您的机器上只有CPU可用,那么只會安裝 CPU 版本的插件。
162162

163163
```
164164
apt update && apt install -y libopenblas-dev # You may need sudo if the user is not root.

0 commit comments

Comments
 (0)