bytecodealliance / wasi-nn

High-level bindings for wasi-nn system calls
Apache License 2.0
44 stars 33 forks source link

Use separate GitHub action for installing OpenVINO in CI #34

Closed abrown closed 1 year ago

abrown commented 3 years ago

To avoid having multiple copies of the install-openvino GitHub action (here, Wasmtime, openvino-rs), I started a repository to put this code in a single place: https://github.com/abrown/install-openvino-action. That repository could use some attention (e.g., make it install OpenVINO on more OSes) but at some point it could replace the code that currently exists in .github/actions.

abrown commented 3 years ago

The use syntax would look like: - uses: abrown/install-openvino-action@v1