Files
wasmtime/.github/actions/install-openvino
Brian Jones 65b443ad23 Fix for issue #3948 (#3956)
Updates the OpenVINO backend for wasi-nn to pre-configure all inputs as `NHWC`. This is not a long-term fix but no worse than the status quo, which configures all input tensors to the same layout. This change updates the CI script to use the latest version of OpenVINO. Closes #3948.

Co-authored-by: Andrew Brown <andrew.brown@intel.com>
2022-03-24 13:32:52 -07:00
..
2022-03-24 13:32:52 -07: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: