mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-16 21:00:14 +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** |
||
|---|---|---|
| .. | ||
| eager | ||
| post_to_dashboard | ||
| bundle_dlls_gpu.bat | ||
| bundle_nuget_with_native_headers.bat | ||
| extract_nuget_files.ps1 | ||
| extract_nuget_files_gpu.ps1 | ||
| extract_zip_files_gpu.ps1 | ||
| helpers.ps1 | ||
| install_protoc.ps1 | ||
| install_third_party_deps.ps1 | ||
| jar_gpu_packaging.ps1 | ||
| jar_packaging.ps1 | ||
| post_binary_sizes_to_dashboard.py | ||
| post_code_coverage_to_dashboard.py | ||
| set_telemetry_var.ps1 | ||
| setup_env.bat | ||
| setup_env_azure.bat | ||
| setup_env_cuda_11.bat | ||
| setup_env_gpu.bat | ||
| setup_env_trt.bat | ||
| setup_env_x86.bat | ||