ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator
Find a file
Changming Sun e7a0495a87
Cherry-picks pipeline changes to 1.16.0 release branch (#17577)
### Description
1. Delete Prefast tasks (#17522)
2. Disable yum update (#17551)
3. Avoid calling patchelf (#17365 and #17562) we that we can validate
the above fix

The main problem I'm trying to solve is: our GPU package depends on both
CUDA 11.x and CUDA 12.x . However, it's not easy to see the information
because ldd doesn't work with the shared libraries we generate(see issue
#9754) . So the patchelf change are useful for me to validate the
"Disabling yum update" was successful. As you can see we call "yum
update" from multiple places. Without some kind of validation it's hard
to say if I have covered all of them.
The Prefast change is needed because I'm going to update the VM images
in the next a few weeks. In case of we need to publish a patch release
after that.

### Motivation and Context
Without this fix we will mix using CUDA 11.x and CUDA 12.x. And it will
crash every time when we use TensorRT.
2023-09-18 15:03:48 -07:00
.config
.devcontainer
.gdn
.github Cherry-picks pipeline changes to 1.16.0 release branch (#17577) 2023-09-18 15:03:48 -07:00
.pipelines Bump DirectML version from 1.12.0 to 1.12.1 (#17225) 2023-08-20 09:55:38 -07:00
.vscode
cgmanifests Update dependency for deps.txt (#17220) 2023-08-19 00:43:25 -07:00
cmake [rel-1.16.0] Cherry-pick 16940 and 17523 (#17506) 2023-09-14 10:46:41 -07:00
csharp Cherry-pick 1st Round (#17308) 2023-08-28 12:34:27 -07:00
dockerfiles Enable model subgraph execution in OVEP and setting the OpenVINO dll's to the path from the OpenVINO pypi packge in OVEP and fix OVEP windows io buffer sample (#16147) 2023-06-16 19:47:09 -07:00
docs
include/onnxruntime/core [rel-1.16.0] Cherry-pick 16940 and 17523 (#17506) 2023-09-14 10:46:41 -07:00
java [java] Relaxing CoreML test (#16777) 2023-08-09 11:43:05 -07:00
js Cherry-pick 2nd Round (#17386) 2023-09-07 09:56:22 -07:00
objectivec
onnxruntime [rel-1.16.0] Cherry-pick 16940 and 17523 (#17506) 2023-09-14 10:46:41 -07:00
orttraining Cherry-pick 2nd Round (#17386) 2023-09-07 09:56:22 -07:00
rust
samples
swift/OnnxRuntimeBindingsTests
tools Cherry-picks pipeline changes to 1.16.0 release branch (#17577) 2023-09-18 15:03:48 -07:00
winml
.clang-format
.clang-tidy
.dockerignore
.gitattributes
.gitignore
.gitmodules
.lintrunner.toml
build.bat
build.sh
CITATION.cff
CODEOWNERS
CONTRIBUTING.md
lgtm.yml
LICENSE
NuGet.config
ort.wprp
ORT_icon_for_light_bg.png
Package.swift
packages.config Bump DirectML version from 1.12.0 to 1.12.1 (#17225) 2023-08-20 09:55:38 -07:00
pyproject.toml
README.md
requirements-dev.txt
requirements-doc.txt
requirements-lintrunner.txt
requirements-training.txt
requirements.txt.in
SECURITY.md
setup.py Cherry-picks pipeline changes to 1.16.0 release branch (#17577) 2023-09-18 15:03:48 -07:00
ThirdPartyNotices.txt Cherry-pick 2nd Round (#17386) 2023-09-07 09:56:22 -07:00
VERSION_NUMBER

ONNX Runtime is a cross-platform inference and training machine-learning accelerator.

ONNX Runtime inference can enable faster customer experiences and lower costs, supporting models from deep learning frameworks such as PyTorch and TensorFlow/Keras as well as classical machine learning libraries such as scikit-learn, LightGBM, XGBoost, etc. ONNX Runtime is compatible with different hardware, drivers, and operating systems, and provides optimal performance by leveraging hardware accelerators where applicable alongside graph optimizations and transforms. Learn more →

ONNX Runtime training can accelerate the model training time on multi-node NVIDIA GPUs for transformer models with a one-line addition for existing PyTorch training scripts. Learn more →

Get Started & Resources

Builtin Pipeline Status

System Inference Training
Windows Build Status
Build Status
Build Status
Linux Build Status
Build Status
Build Status
Build Status
Build Status
Build Status
Build Status
Build Status
Mac Build Status
Android Build Status
iOS Build Status
Web Build Status
Other Build Status
Build Status

Third-party Pipeline Status

System Inference Training
Linux Build Status

Data/Telemetry

Windows distributions of this project may collect usage data and send it to Microsoft to help improve our products and services. See the privacy statement for more details.

Contributions and Feedback

We welcome contributions! Please see the contribution guidelines.

For feature requests or bug reports, please file a GitHub Issue.

For general discussion or questions, please use GitHub Discussions.

Code of Conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

License

This project is licensed under the MIT License.