You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use ort on Android platform. However, it requires me to manually build onnxruntime. For me, the build commands mentioned in #177 works for me. It's quite simple actually. Just run the build.sh with some specific arguments and set the environment variables correctly. I think we can make it as a feature (such as build-from-sourece) to build the libs automatically
The text was updated successfully, but these errors were encountered:
I'm trying to use ort on Android platform. However, it requires me to manually build onnxruntime. For me, the build commands mentioned in #177 works for me. It's quite simple actually. Just run the
build.sh
with some specific arguments and set the environment variables correctly. I think we can make it as a feature (such asbuild-from-sourece
) to build the libs automaticallyThe text was updated successfully, but these errors were encountered: