File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -526,32 +526,6 @@ jobs:
526526 # Windows fails GitHub Actions will confusingly mark the failed Windows job
527527 # as cancelled instead of failed.
528528
529- # Build and test the wasi-nn module.
530- test_wasi_nn :
531- needs : determine
532- if : needs.determine.outputs.run-full
533- name : Test wasi-nn module
534- runs-on : ubuntu-latest
535- steps :
536- - uses : actions/checkout@v4
537- with :
538- submodules : true
539- - uses : ./.github/actions/install-rust
540- - run : rustup target add wasm32-wasi
541- - uses : abrown/install-openvino-action@v7
542- with :
543- version : 2022.3.0
544- apt : true
545- - run : ./ci/run-wasi-nn-example.sh
546- env :
547- RUST_BACKTRACE : 1
548-
549- # common logic to cancel the entire run if this job fails
550- - run : gh run cancel ${{ github.run_id }}
551- if : failure() && github.event_name != 'pull_request'
552- env :
553- GH_TOKEN : ${{ github.token }}
554-
555529 build-preview1-component-adapter :
556530 name : Build wasi-preview1-component-adapter
557531 needs : determine
@@ -779,7 +753,6 @@ jobs:
779753 - checks
780754 - checks_winarm64
781755 - fuzz_targets
782- - test_wasi_nn
783756 - bench
784757 - meta_deterministic_check
785758 - verify-publish
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -37,9 +37,3 @@ An end-to-end example demonstrating ML classification is included in [examples]:
3737` examples/classification-example ` contains a standalone Rust project that uses
3838the [ wasi-nn] APIs and is compiled to the ` wasm32-wasi ` target using the
3939high-level ` wasi-nn ` [ bindings] .
40-
41- Run the example from the Wasmtime project directory:
42-
43- ``` sh
44- $ ci/run-wasi-nn-example.sh
45- ```
You can’t perform that action at this time.
0 commit comments