ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator
Find a file
2025-01-24 00:32:21 +00:00
.config
.devcontainer
.gdn
.github Update MACOSX_DEPLOYMENT_TARGET (#23308) 2025-01-10 14:25:32 -08:00
.pipelines
.vscode
cgmanifests Update xnnpack, cpuinfo and pthreadpool (#23362) 2025-01-15 09:42:15 -08:00
cmake [QNN EP] Make QNN EP a shared library (#23120) 2025-01-22 12:11:00 -08:00
csharp [Mobile] Add BrowserStack Android MAUI Test (#23383) 2025-01-22 10:57:09 -08:00
dockerfiles Update range of gpu arch (#23309) 2025-01-14 14:27:34 -08:00
docs Implement some missing element wise Add/Sub/Mul/Div/Neg operations for CPU and CUDA EPs (#23090) 2025-01-20 16:46:45 -08:00
include/onnxruntime/core Use onnx_protobuf.h to suppress some GCC warnings (#23453) 2025-01-21 20:25:12 -08:00
java [QNN EP] Make QNN EP a shared library (#23120) 2025-01-22 12:11:00 -08:00
js [js/webgpu] Optimize ConvTranspose (Continue) (#23429) 2025-01-22 08:59:17 -08:00
objectivec
onnxruntime merge with main 2025-01-24 00:26:56 +00:00
orttraining Enable comprehension simplification in ruff rules (#23414) 2025-01-17 08:43:06 -08:00
rust
samples
tools Skip memory test 2025-01-24 00:32:21 +00:00
winml Bump clang-format from 18.1.8 to 19.1.6 (#23346) 2025-01-14 09:02:04 -08:00
.clang-format
.clang-tidy
.dockerignore
.gitattributes
.gitignore
.gitmodules
.lintrunner.toml Use ruff as the formatter to replace black-isort (#23397) 2025-01-16 11:14:15 -08:00
build.bat
build.sh
build_arm64x.bat
CITATION.cff
CODEOWNERS Update CODEOWNERS: remove onnxruntime-es (#21677) 2024-12-17 13:39:13 -08:00
CONTRIBUTING.md
CPPLINT.cfg
lgtm.yml
LICENSE
NuGet.config
ort.wprp
ORT_icon_for_light_bg.png
packages.config
pyproject.toml Enable comprehension simplification in ruff rules (#23414) 2025-01-17 08:43:06 -08:00
README.md
requirements-dev.txt Update python version metadata (remove 3.7, 3.8, 3.9; add 3.13). (#23067) 2024-12-17 10:59:20 -08:00
requirements-doc.txt
requirements-lintrunner.txt Bump ruff from 0.9.1 to 0.9.2 (#23427) 2025-01-21 17:21:21 -08:00
requirements-training.txt
requirements.txt
SECURITY.md
setup.py [QNN EP] Make QNN EP a shared library (#23120) 2025-01-22 12:11:00 -08:00
ThirdPartyNotices.txt
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
Build Status
Linux 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

This project is tested with BrowserStack.

Third-party Pipeline Status

System Inference Training
Linux Build Status

Releases

The current release and past releases can be found here: https://github.com/microsoft/onnxruntime/releases.

For details on the upcoming release, including release dates, announcements, features, and guidance on submitting feature requests, please visit the release roadmap: https://onnxruntime.ai/roadmap.

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.