second-state / WasmEdge-WASINN-examples

Apache License 2.0
217 stars 36 forks source link

[Examples] Update the wasi-nn crate dependency to 0.4.0 #23

Closed yanghaku closed 10 months ago

yanghaku commented 10 months ago

This PR update the wasi-nn crate dependency to 0.4.0. (This PR only changes the rust source code and README files, it does not change the wasm binary files.)

juntao commented 10 months ago

Hello, I am a code review bot on flows.network. Here are my reviews of code commits in this PR.


Commit 915883c4b16ff8c1b84a38182994cac61d248dbb

Key changes:

Potential problems:

Overall, the changes in the patch seem straightforward, but further investigation is needed to evaluate potential problems and verify compatibility with the updated wasi-nn version.

juntao commented 10 months ago

Hi, I made changes to the TFLite example in this PR

https://github.com/second-state/WasmEdge-WASINN-examples/pull/22

It is not just the WASI NN update, but also overall directory structure and CI updates. I planned to merge it when all examples are updated.

Can you revert the TFLite changes in this PR and I will merge it. Thanks!

yanghaku commented 10 months ago

OK, Now I have deleted the TFLite changes in the commits.

juntao commented 10 months ago

Related to issue #21