File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 : |
Original file line number Diff line number Diff line change @@ -64,10 +64,10 @@ git clone https://github.com/WasmEdge/WasmEdge.git
6464cd 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" .
7171cmake --build build
7272# For the WASI-NN plugin, you should install this project.
7373cmake --install build
You can’t perform that action at this time.
0 commit comments