Open raphaelmenges opened 1 year ago
Unfortunately, we have no plans to setup build configurations for mobile devices for now because we don't have much time to focus on this project. 😢
@raphaelmenges You can find the ios support in https://github.com/csukuangfj/onnxruntime-libs/blob/master/.github/workflows/ios.yaml
As for Android, I suggest that you download the pre-built libs from Microsoft.
For your convenience, you can download libs for iOS and Android from https://github.com/csukuangfj/onnxruntime-libs/releases
Great, thanks 🤩
@csukuangfj Any chance you know how to create a static lib for android? Im trying to link it for a flutter project
@csukuangfj Any chance you know how to create a static lib for android? Im trying to link it for a flutter project
You can use shared libs in a flutter project. please see how we do that in sherpa-onnx. https://github.com/k2-fsa/sherpa-onnx/tree/master/flutter
@danemadsen
Hello again 👋
According to the availability grid in the onnxruntime repository, onnxruntime is also available as native Android and iOS libraries. Are there any plans (or obstacles) to provide static builds of onnxruntime for these targets?