Iceber requested wasmtime-core-reviewers for a review on PR #7729.
Iceber requested alexcrichton for a review on PR #7729.
Iceber requested wasmtime-default-reviewers for a review on PR #7729.
Iceber opened PR #7729 from Iceber:update-openvino-rs
to bytecodealliance:main
:
<!--
Please make sure you include the following information:
If this work has been discussed elsewhere, please include a link to that
conversation. If it was discussed in an issue, just mention "issue #...".Explain why this change is needed. If the details are in an issue already,
this can be brief.Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.htmlPlease ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->
Openvino releases after 2023 no longer include the plugins.xml file, and openvino-rs 0.6.0 is compatible with it.
related issue: https://github.com/openvinotoolkit/openvino/issues/17971If you are using openvino-rs 0.5, you will get the following error when running openvino 2023:
wasmtime run --dir $TMP_DIR::fixture -S nn,nn-graph=openvino::$TMP_DIR $TMP_DIR/wasi-nn-example-named.wasm Error: Failed while accessing backend Caused by: 0: library loading error 1: cannot find path to XML plugin configuration (see https://github.com/intel/openvino-rs/blob/main/crates/openvino-finder)
Last updated: Nov 22 2024 at 16:03 UTC