Skip to content

Commit 0e38d03

Browse files
committed
[Examples] Update the WasmEdge installation information.
Signed-off-by: YiYing He <yiying@secondstate.io>
1 parent 2742d9c commit 0e38d03

File tree

5 files changed

+9
-1
lines changed

5 files changed

+9
-1
lines changed

‎openvino-mobilenet-image/README.md‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ it will also download a testing image `input.jpg`
4040

4141
![banana](https://github.com/bytecodealliance/wasi-nn/raw/main/rust/examples/images/1.jpg)
4242

43+
Users should [install the WasmEdge with WASI-NN OpenVINO backend plug-in](https://wasmedge.org/book/en/write_wasm/rust/wasinn.html#get-wasmedge-with-wasi-nn-plug-in-openvino-backend).
44+
4345
And execute the WASM with the `wasmedge` with OpenVINO supporting:
4446

4547
```bash

‎openvino-mobilenet-raw/README.md‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ First download the fixture files with the script:
3131
./download_mobilenet.sh
3232
```
3333

34+
Users should [install the WasmEdge with WASI-NN OpenVINO backend plug-in](https://wasmedge.org/book/en/write_wasm/rust/wasinn.html#get-wasmedge-with-wasi-nn-plug-in-openvino-backend).
35+
3436
And execute the WASM with the `wasmedge` with OpenVINO supporting:
3537

3638
```bash

‎openvino-road-segmentation-adas/rust/README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ If the build is successful, you can find `rust-road-segmentation-adas.wasm` file
8585

8686
### Do inference on WasmEdge runtime
8787

88-
Please check if WasmEdge runtime has already installed on your system or not. If it has not, please reference the [Install and Uninstall WasmEdge](https://wasmedge.org/book/en/start/install.html) guide to deploy WasmEdge runtime. Run the command `wasmedge --version` in terminal and if you can see `wasmedge version 0.10.0-71-ge920d6e6` or similar version information, it means WasmEdge runtime has been installed successfully.
88+
Please check if WasmEdge runtime with WASI-NN OpenVINO backend has already installed on your system or not. If it has not, please reference the [Install WasmEdge with WASI-NN plug-in](https://wasmedge.org/book/en/write_wasm/rust/wasinn.html#get-wasmedge-with-wasi-nn-plug-in-openvino-backend) guide to deploy WasmEdge runtime. Run the command `wasmedge --version` in terminal and if you can see `wasmedge version 0.11.2` or similar version information, it means WasmEdge runtime has been installed successfully.
8989

9090
Now, run the following command in the root directory of this repo to perform the inference on the WasmEdge runtime.
9191

‎pytorch-mobilenet-image/README.md‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ python3 gen_tensor input.jpg image-1x3x224x224.rgb
6262

6363
### Execute
6464

65+
Users should [install the WasmEdge with WASI-NN PyTorch backend plug-in](https://wasmedge.org/book/en/write_wasm/rust/wasinn.html#get-wasmedge-with-wasi-nn-plug-in-pytorch-backend).
66+
6567
Execute the WASM with the `wasmedge` with PyTorch supporting:
6668

6769
```bash

‎tflite-birds_v1-image/README.md‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ cd rust/image-converter/ && cargo run ../../bird.jpg ../../birdx224x224x3.rgb
5050

5151
### Execute
5252

53+
Users should [install the WasmEdge with WASI-NN TensorFlow-Lite backend plug-in](https://wasmedge.org/book/en/write_wasm/rust/wasinn.html#get-wasmedge-with-wasi-nn-plug-in-tensorflow-lite-backend).
54+
5355
Execute the WASM with the `wasmedge` with Tensorflow Lite supporting:
5456

5557
```bash

0 commit comments

Comments
 (0)