hydai
hydai
Should we follow the same procedure for downloading `libonnxruntime.so` for users? How hard will it be to ask users to install it themselves?
> Can we ship `libonnxruntime.so` with `libwasmedgePluginWasiNN.so` together in the `WasmEdge-plugin-wasi_nn-piper.tar.gz`. I don't know if that is a good idea. It's definitely not ;-) Let's ask users to download and...
Hi @PeterD1524 I would like to have the pre-built Piper plugin in the release assets for the other platforms. Currently, we only have Ubuntu22.04 assets. Could you please also enable...
We don't need to care about manylinux2014, which is CentOS 7, an EOL and legacy OS. Just focus on the manylinux2_28, which is AlmaLinux 8. The Piper CI issue is...
> 1. Currently I install the onnxruntime dependency for piper in [.github/workflows/reusable-build-extensions-on-manylinux.yml](https://github.com/WasmEdge/WasmEdge/blob/master/.github/workflows/reusable-build-extensions-on-manylinux.yml). I also saw that pytorch is installed in [utils/docker/Dockerfile.manylinux_2_28-plugins-deps](https://github.com/WasmEdge/WasmEdge/blob/master/utils/docker/Dockerfile.manylinux_2_28-plugins-deps), but I guess this will require rebuilding and pushing...
If you want to, the only way is to use cross-compilation. GitHub doesn't provide a free arm64 machine for the CI runners.
Yes. Please. We would like to maintain manylinux228 and ubuntu 20.04 at the current stage.
PR merged, we are going to re-run the release process for rc.1 to check the results.
Hi @PeterD1524 We found that piper CI will fail on manylinux_2_28, see: https://github.com/WasmEdge/WasmEdge/actions/runs/10354310449/job/28666897830?pr=3645 It's likely related to the recent upgrade of the fmt library (10 -> 11). Could you please...
Everything related to the Piper backend should be done. @PeterD1524, is it okay to close this issue and mark it as done now?