onnxruntime-build icon indicating copy to clipboard operation
onnxruntime-build copied to clipboard

Android and iOS builds of onnxruntime

Open raphaelmenges opened this issue 11 months ago • 3 comments

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?

raphaelmenges avatar Jul 25 '23 07:07 raphaelmenges

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. 😢

krazijames avatar Jul 25 '23 07:07 krazijames

@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

Screenshot 2023-12-12 at 12 25 56

csukuangfj avatar Dec 12 '23 04:12 csukuangfj

Great, thanks 🤩

raphaelmenges avatar Dec 12 '23 09:12 raphaelmenges