Skip to content

Commit

Permalink
ci: update installation of OpenVINO (#94)
Browse files Browse the repository at this point in the history
* ci: update installation of OpenVINO
* ci: update Wasmtime version
  • Loading branch information
abrown committed Jan 23, 2024
1 parent d612411 commit 4b79d32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:

# Install OpenVINO
- name: Install OpenVINO
uses: abrown/install-openvino-action@v3
uses: abrown/install-openvino-action@v8

- name: Build Wasmtime + wasi-nn
run: |
rustup target add wasm32-wasi
rustup target add wasm32-unknown-unknown
git clone https://github.com/bytecodealliance/wasmtime -b v0.27.0 --depth 1 --recursive
git clone https://github.com/bytecodealliance/wasmtime --branch v16.0.0 --depth 1 --recursive
cd wasmtime
OPENVINO_INSTALL_DIR=/opt/intel/openvino cargo build -p wasmtime-cli --features wasi-nn --release
sudo ln -s $(realpath target/release/wasmtime) /usr/local/bin/wasmtime
Expand Down

0 comments on commit 4b79d32

Please sign in to comment.