Stream: git-wasmtime

Topic: wasmtime / issue #3948 wasi-nn CI example failed


view this post on Zulip Wasmtime GitHub notifications bot (Mar 24 2022 at 20:36):

abrown edited issue #3948:

Thanks for filing a bug report! Please fill out the TODOs below.

Note: if you want to report a security issue, please read our security policy!

Test Case

Steps to Reproduce

Expected Results

A success inference should happen for this test, outputting the classification results for the mobilenet.

Actual Results

A panic happened at the step of

        wasi_nn::compute(context).unwrap();

It reported the error as :

Host error: BackendError(BackendAccess(parameter mismatch))
thread 'main' panicked at 'not implemented', crates/wasi-nn/src/witx.rs:17:45
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

Versions and Environment

Wasmtime version or commit: commit head at e8ae3c0afdc7347d3de80c554353257efda2bbaa

Operating system: Ubuntu 20.04

Architecture: x86_64

OpenVINO version: 2021.4.582

Extra Info

My OpenVINO installed dir is on /opt/intel/openvino_2021, so I have to change one line in the ci/run-wasi-nn-example.sh to

source /opt/intel/openvino_2021/bin/setupvars.sh

but I don't think that's the problem.


Last updated: Oct 23 2024 at 20:03 UTC