Files
wasmtime/.github/actions/install-openvino
Pat Hickey fb68c80420 install-openvino: make it easier to invoke on your local machine
put the default version in the shell script, not the yml.
write any files to the directory where the action lives,
and .gitignore them.
2020-11-19 15:23:07 -08:00
..

install-openvino

A GitHub action to install OpenVINO from a package repository. This is only necessary for wasi-nn support but there are enough steps here to package the functionality separately and avoid cluttering the CI.

Future improvements: