Skip to content

Commit

Permalink
fix links in plugins(zh)
Browse files Browse the repository at this point in the history
Signed-off-by: ezirmusitua <[email protected]>
  • Loading branch information
ezirmusitua committed Nov 10, 2023
1 parent 33ad81a commit b02a372
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ WasmEdge 的插件机制是一种扩展主机模块的简便方法,用户可
| [WASI-NN](https://github.com/WebAssembly/wasi-nn)[(Pytorch 后端)](../../../develop/rust/wasinn/pytorch.md) | 使用 Pytorch 模型进行 AI 推理。 | `manylinux2014 x86_64``ubuntu 20.04 x86_64`(自`0.11.1`| [Rust](https://crates.io/crates/wasi-nn),JavaScript |
| [WASI-NN](https://github.com/WebAssembly/wasi-nn)[(TensorFlow-Lite 后端)](../../../develop/rust/wasinn/tensorflow_lite.md) | 使用 TensorFlow-Lite 模型进行 AI 推理。 | `manylinux2014 x86_64``manylinux2014 aarch64``ubuntu 20.04 x86_64`(自`0.11.2`| [Rust](https://crates.io/crates/wasi-nn),JavaScript |
| [WasmEdge-Image](../../../contribute/source/plugin/image.md) | 用于 AI 推理任务中处理图像的本机库。 | `manylinux2014 x86_64``manylinux2014 aarch64``ubuntu 20.04 x86_64``darwin x86_64``darwin arm64`(自`0.13.0`| [Rust](https://crates.io/crates/wasmedge_tensorflow_interface)(0.3.0) |
| [WasmEdge-Tensorflow]((../../../contribute/source/plugin/tensorflow.md)) | 用于推理 TensorFlow 模型的本机库。 | `manylinux2014 x86_64``manylinux2014 aarch64``ubuntu 20.04 x86_64``darwin x86_64``darwin arm64`(自`0.13.0`| [Rust](https://crates.io/crates/wasmedge_tensorflow_interface)(0.3.0) |
| [WasmEdge-Tensorflow](../../../contribute/source/plugin/tensorflow.md) | 用于推理 TensorFlow 模型的本机库。 | `manylinux2014 x86_64``manylinux2014 aarch64``ubuntu 20.04 x86_64``darwin x86_64``darwin arm64`(自`0.13.0`| [Rust](https://crates.io/crates/wasmedge_tensorflow_interface)(0.3.0) |
| [WasmEdge-TensorflowLite](../../../contribute/source/plugin/tensorflowlite.md) | 用于推理 TensorFlow-Lite 模型的本机库。 | `manylinux2014 x86_64``manylinux2014 aarch64``ubuntu 20.04 x86_64``darwin x86_64``darwin arm64`(自`0.13.0`| [Rust](https://crates.io/crates/wasmedge_tensorflow_interface) |
| WasmEdge-OpenCV | 一个非常流行的常用于处理图像和视频以供 AI 输入/输出函数库。 | 未发布 | Rust |
| WasmEdge-eBPF | 一个用于进行 eBPF 应用推理的原生库 | `manylinux2014 x86_64`, `manylinux2014 aarch64`, `ubuntu 20.04 x86_64`, `darwin x86_64`, and `darwin arm64` (since `0.13.0`) | Rust |
Expand Down

0 comments on commit b02a372

Please sign in to comment.