mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
### Description This PR creates Nuget and Android for Training. ### Motivation and Context These packages are intended to be released in ORT 1.15 to enable On-Device Training Scenarios. ## Packaging Story for Learning On The Edge Release ### Nuget Packages: 1. New Native package -> **Microsoft.ML.OnnxRuntime.Training** (Native package will contain binaries for: win-x86, win-x64, win-arm, win-arm64, linux-x64, linux-arm64, android) 2. C# bindings will be added to existing package -> **Microsoft.ML.OnnxRuntime.Managed** ### Android Package published to Maven: 1. New package for training (full build) -> **onnxruntime-training-android-full-aar** ### Python Package published to PyPi: 1. Python bindings and offline tooling will be added to the existing ort training package -> **onnxruntime-training** |
||
|---|---|---|
| .. | ||
| adb-push.sh | ||
| build_aar_and_copy_artifacts.sh | ||
| build_aar_package.py | ||
| default_full_aar_build_settings.json | ||
| default_mobile_aar_build_settings.json | ||
| mobile_package.required_operators.config | ||
| mobile_package.required_operators.readme.txt | ||
| nnapi_supported_ops.md | ||
| run_nnapi_code_coverage.sh | ||
| training_full_aar_build_settings.json | ||