Rahul

Results 32 comments of Rahul

> But it got me thinking if this is the latest version of OpenVino that will work here? The openvino version here is old, 2022.x, as is the wasi-nn bindings...

Need to update `config.inc` with new sha, else shows `run invalid`.

@jlb6740 I see some commits, is this ready for review?

Converting this to draft temporarily, plan to bump openvino crate to a newer version than 0.7.1

@abrown I pushed some changes to fix failures due to some incompatibilities with `Id` enum. Tests are now passing, but vet step is failing, maybe due to one of my...

> This is a good start. The main thing to fix is the handling of the input and output tensors. Thanks for the review, Andrew. I've marked smaller Nits as...

I rolled back 2 commits, but there's an issue with the lock file. I had previously attempted to fix this by deleting my lockfile, rebasing off of latest main, and...

The failing tests fail due to ``` error: failed retrieving file 'mingw-w64-x86_64-headers-git-12.0.0.r329.g8f7b5ce36-1-any.pkg.tar.zst.sig' from mirror.clarkson.edu : Operation too slow. Less than 1 bytes/sec transferred the last 10 seconds mingw-w64-x86_64-gcc-14.2.0-1-any downloading... error:...

@yamt I had a chance to look at this, and you are right about the layout mismatch - The mobilenet model we use has an input tensor expectation of NCHW...