Skip to content

Commit 1564136

Browse files
committed
[README] Update the cmake option name for the WASI-NN.
Signed-off-by: YiYing He <yiying@secondstate.io>
1 parent 2aa1800 commit 1564136

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎.github/workflows/build.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
ldconfig;\
4545
git clone https://github.com/WasmEdge/WasmEdge;\
4646
cd ./WasmEdge;\
47-
cmake -Bbuild -GNinja -DCMAKE_BUILD_TYPE=$CMAKE_BUILD_TYPE -DWASMEDGE_WASINN_BACKEND="OpenVINO" .;\
47+
cmake -Bbuild -GNinja -DCMAKE_BUILD_TYPE=$CMAKE_BUILD_TYPE -DWASMEDGE_PLUGIN_WASI_NN_BACKEND="OpenVINO" .;\
4848
cmake --build build;"
4949
- name: Build and run Rust example - Mobilenet
5050
run: |

‎README.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ git clone https://github.com/WasmEdge/WasmEdge.git
6464
cd WasmEdge
6565
```
6666

67-
And build with the `WASMEDGE_WASINN_BACKEND` argument:
67+
And build with the `WASMEDGE_PLUGIN_WASI_NN_BACKEND` argument:
6868

6969
```bash
70-
cmake -Bbuild -GNinja -DWASMEDGE_WASINN_BACKEND="OpenVINO" .
70+
cmake -Bbuild -GNinja -WASMEDGE_PLUGIN_WASI_NN_BACKEND="OpenVINO" .
7171
cmake --build build
7272
# For the WASI-NN plugin, you should install this project.
7373
cmake --install build

0 commit comments

Comments
 (0)