Stream: git-wasmtime

Topic: wasmtime / PR #7729 wasi-nn: update openvino_rs to 0.6.0


view this post on Zulip Wasmtime GitHub notifications bot (Dec 27 2023 at 06:28):

Iceber requested wasmtime-core-reviewers for a review on PR #7729.

view this post on Zulip Wasmtime GitHub notifications bot (Dec 27 2023 at 06:28):

Iceber requested alexcrichton for a review on PR #7729.

view this post on Zulip Wasmtime GitHub notifications bot (Dec 27 2023 at 06:28):

Iceber requested wasmtime-default-reviewers for a review on PR #7729.

view this post on Zulip Wasmtime GitHub notifications bot (Dec 27 2023 at 06:28):

Iceber opened PR #7729 from Iceber:update-openvino-rs to bytecodealliance:main:

<!--
Please make sure you include the following information:

Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.html

Please 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/17971

If 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