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
To install multiple plugins, you can pass a list of plugins seperated by commas. For example, the following command installs both the HTTPS request and Tensorflow Lite plugins.
59
+
To install multiple plugins, you can pass a list of plugins with the `--plugins` option. For example, the following command installs both the `wasi-nn TensorFlow-Lite backend`and the `wasmedge_tensorflow` plugins.
The installer downloads the plugin files from the WasmEdge release on GitHub, unzips them, and then copies them over to the `~/.wasmedge/plugin/` folder (for user install) and to the `/usr/local/lib/wasmedge/` folder (for system install).
66
66
67
67
<!-- prettier-ignore -->
68
68
:::note
69
-
AI plugins for WasmEdge, such as the Tensorflow Lite or PyTorch plugins, have additional dependencies on the Tensorflow or PyTorch runtime libraries. See the next section for commands to install plugin dependencies.
69
+
AI plugins for WasmEdge, such as the OpenVINO or PyTorch plugins, have additional dependencies on the OpenVINO or PyTorch runtime libraries. See the next section for commands to install plugin dependencies.
70
70
:::
71
71
72
72
To see a list of supported plugins and their specific install commands, [see the next section](#install-wasmedge-plugins-and-dependencies).
@@ -91,7 +91,7 @@ dnf install wasmedge
91
91
92
92
For more usages, please check out Fedora docs.
93
93
94
-
To install plugins, you can download plugin binary modules from the WasmEdge release page, unzip them, and then copy them over to `/usr/local/lib\wasmedge\`.
94
+
To install plugins, you can download plugin binary modules from the WasmEdge release page, unzip them, and then copy them over to `/usr/local/lib/wasmedge/`.
95
95
96
96
## What's installed
97
97
@@ -218,15 +218,15 @@ Then, go to [TensorFlow-lite in Rust chapter](../rust/ai_inference/tensorflow_li
218
218
219
219
### WASI-NN plugin with OpenVINO™ backend
220
220
221
-
WASI-NN plugin for OpenVINO allows WasmEdge applications to perform OpenVINO model inference. To use OpenVINO, the WasmEdge version should be at least `0.10.1`. To install WasmEdge with OpenVINO plugin on Linux, run the following installer command.
221
+
WASI-NN plugin for OpenVINO allows WasmEdge applications to perform OpenVINO model inference. To use it, the WasmEdge version should be at least `0.10.1`. To install WasmEdge with the WASI-NN OpenVINO backend plugin on Linux, run the following installer command.
Run `source $HOME/.wasmedge/env` to make the installed binary available in the current session.
228
228
229
-
Now, the WasmEdge OpenVINO plugin depends on the OpenVINO C library to perform AI/ML computations. You need to install the [OpenVINO™](https://docs.openvino.ai/2021.4/openvino_docs_install_guides_installing_openvino_linux.html#)(2021) dependencies. The following instructions are for Ubuntu 20.04 and above.
229
+
Now, the WASI-NN OpenVINO backend plugin depends on the OpenVINO C library to perform AI/ML computations. You need to install the [OpenVINO™](https://docs.openvino.ai/2021.4/openvino_docs_install_guides_installing_openvino_linux.html#)(2021) dependencies. The following instructions are for Ubuntu 20.04 and above.
To install multiple plugins, you can pass a list of plugins seperated by commas. For example, the following command installs both the HTTPS request and Tensorflow Lite plugins.
59
+
To install multiple plugins, you can pass a list of plugins with the `--plugins` option. For example, the following command installs both the `wasi-nn TensorFlow-Lite backend`and the `wasmedge_tensorflow` plugins.
The installer downloads the plugin files from the WasmEdge release on GitHub, unzips them, and then copies them over to the `~/.wasmedge/plugin/` folder (for user install) and to the `/usr/local/lib/wasmedge/` folder (for system install).
66
66
67
67
<!-- prettier-ignore -->
68
68
:::note
69
-
AI plugins for WasmEdge, such as the Tensorflow Lite or PyTorch plugins, have additional dependencies on the Tensorflow or PyTorch runtime libraries. See the next section for commands to install plugin dependencies.
69
+
AI plugins for WasmEdge, such as the OpenVINO or PyTorch plugins, have additional dependencies on the OpenVINO or PyTorch runtime libraries. See the next section for commands to install plugin dependencies.
70
70
:::
71
71
72
72
To see a list of supported plugins and their specific install commands, [see the next section](#install-wasmedge-plugins-and-dependencies).
@@ -91,7 +91,7 @@ dnf install wasmedge
91
91
92
92
For more usages, please check out Fedora docs.
93
93
94
-
To install plugins, you can download plugin binary modules from the WasmEdge release page, unzip them, and then copy them over to `/usr/local/lib\wasmedge\`.
94
+
To install plugins, you can download plugin binary modules from the WasmEdge release page, unzip them, and then copy them over to `/usr/local/lib/wasmedge/`.
95
95
96
96
## What's installed
97
97
@@ -218,15 +218,15 @@ Then, go to [TensorFlow-lite in Rust chapter](../rust/ai_inference/tensorflow_li
218
218
219
219
### WASI-NN plugin with OpenVINO™ backend
220
220
221
-
WASI-NN plugin for OpenVINO allows WasmEdge applications to perform OpenVINO model inference. To use OpenVINO, the WasmEdge version should be at least `0.10.1`. To install WasmEdge with OpenVINO plugin on Linux, run the following installer command.
221
+
WASI-NN plugin for OpenVINO allows WasmEdge applications to perform OpenVINO model inference. To use it, the WasmEdge version should be at least `0.10.1`. To install WasmEdge with the WASI-NN OpenVINO backend plugin on Linux, run the following installer command.
Run `source $HOME/.wasmedge/env` to make the installed binary available in the current session.
228
228
229
-
Now, the WasmEdge OpenVINO plugin depends on the OpenVINO C library to perform AI/ML computations. You need to install the [OpenVINO™](https://docs.openvino.ai/2021.4/openvino_docs_install_guides_installing_openvino_linux.html#)(2021) dependencies. The following instructions are for Ubuntu 20.04 and above.
229
+
Now, the WASI-NN OpenVINO backend plugin depends on the OpenVINO C library to perform AI/ML computations. You need to install the [OpenVINO™](https://docs.openvino.ai/2021.4/openvino_docs_install_guides_installing_openvino_linux.html#)(2021) dependencies. The following instructions are for Ubuntu 20.04 and above.
0 commit comments