mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-26 22:35:43 +00:00
### Description Cherry-pick the following PRs to the release branch https://github.com/microsoft/onnxruntime/pull/15858 https://github.com/microsoft/onnxruntime/pull/15807 https://github.com/microsoft/onnxruntime/pull/15816 https://github.com/microsoft/onnxruntime/pull/15775 https://github.com/microsoft/onnxruntime/pull/15779 They are all clean merges. --------- Co-authored-by: cloudhan <guangyunhan@microsoft.com> Co-authored-by: Sumit Agarwal <sumitagarwal330@gmail.com> Co-authored-by: RandySheriffH <48490400+RandySheriffH@users.noreply.github.com> Co-authored-by: Randy Shuai <rashuai@microsoft.com> |
||
|---|---|---|
| .. | ||
| scripts | ||
| .dockerignore | ||
| build_custom_android_package.py | ||
| Dockerfile | ||
| readme.md | ||
This directory contains helper files for building a custom ONNX Runtime Android package. It can be copied outside of the ONNX Runtime repo and used independently.
Run the ./build_custom_android_package.py script. Use the --help option for more information.
Prerequisites:
- Python 3.8+
- Docker
See https://onnxruntime.ai/docs/build/custom.html for more information about creating and using custom builds.