Shreyas Atre

Results 125 comments of Shreyas Atre

For 0.11.0 there's no plugin for macOS and below that, it is giving the following error ![image](https://user-images.githubusercontent.com/61797109/188280065-25e560ef-8a6f-48fa-afde-bb91e25cc1c4.png)

Also, there are no `tensorflow-deps` for 0.11.0 aarch64 https://github.com/second-state/WasmEdge-tensorflow-deps/releases

To summarize: 1. Ubuntu 20.04, 18.04, and 16.04 fail due to an issue unrelated to the installer script, probably because of GitHub API failure. 2. manylinux2014 aarch64 fails due to...

> > Also, there are no `tensorflow-deps` for 0.11.0 aarch64 https://github.com/second-state/WasmEdge-tensorflow-deps/releases > > On aarch64, we always only have TFLite, no TF (from 0.9.1). Yup, sorry, just noticed https://github.com/WasmEdge/WasmEdge/blob/master/utils/install.sh#L474 and...

> > 2. manylinux2014 aarch64 fails due to tensorflow deps URL does not exist. > > @q82419 Could you please check the release asset of tf deps aarch64? > >...

TODO: 1. Handle wasmedge aarch64 no tf deps (minor change) 2. plugin options (minor change) 3. no wasmedge default plugin for 0.10.0 and later on macOS (minor change)

Ubuntu 20,18 and 16 CI are failing due to a weird GitHub API. TODO: 1. Plugins Installation @hydai How do you want the macOS default plugin installation to be handled...

@hydai can you please take a look?

In case you want to test: python2 or python3 both are supported ```sh curl -sSf https://raw.githubusercontent.com/SAtacker/WasmEdge/installer_py/utils/install.py | python2 - -e all -D --plugins=wasi_nn-openvino ```

> Hi @SAtacker > I found that there are some tests that are commented out. Do we still need to keep them? I think we should remove them. Also should...