ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator
Find a file
2021-05-10 00:14:13 -07:00
.github
cgmanifests pick onnx release candidate (#7177) 2021-04-22 23:57:09 -07:00
cmake Fix typos 2021-05-06 15:15:05 -07:00
csharp Update SessionOptions.cs (#7540) 2021-05-04 01:51:35 -07:00
dockerfiles Install and use conda on ortmodule CI pipelines (#7530) 2021-05-03 15:52:22 -07:00
docs Android package infrastructure (#7430) 2021-04-30 14:23:54 +10:00
include/onnxruntime/core Merge branch 'master' of https://github.com/microsoft/onnxruntime into ryanunderhill/cuda_shared 2021-05-06 17:00:59 -07:00
java Spotless fix 2021-05-07 19:18:23 -07:00
js [js] fix library bundling and some trivial improvement (#7550) 2021-05-03 18:31:55 -07:00
objectivec Update Objective-C API (#7567) 2021-05-05 15:56:55 -07:00
onnxruntime Remove LongformerAttentionBase workaround 2021-05-07 18:11:06 -07:00
orttraining Cleanup + new training ops 2021-05-05 21:01:17 -07:00
package/rpm
samples
server
tools Revert "Switch yml back to regular build pool" 2021-05-10 00:14:13 -07:00
winml updated sampleTolerance of model fp16_inception_v1 for GPU execution provider (#7533) 2021-05-03 12:08:31 -07:00
.clang-format
.clang-tidy
.dockerignore
.flake8
.gitattributes
.gitignore
.gitmodules
build.amd64.1411.bat
build.bat
build.sh
CODEOWNERS
CONTRIBUTING.md
LICENSE
NuGet.config
ort.wprp
packages.config Update DirectML version to 1.5.1 and enable ARM/ARM64 builds with DML (#7511) 2021-04-30 00:49:30 -07:00
README.md
requirements-dev.txt
requirements-doc.txt
requirements-training.txt
requirements.txt
setup.py Merge with master 2021-05-05 15:01:02 -07:00
ThirdPartyNotices.txt
VERSION_NUMBER

ONNX Runtime is a cross-platform inference and training machine-learning accelerator compatible with deep learning frameworks, PyTorch and TensorFlow/Keras, as well as classical machine learning libraries such as scikit-learn, and more.

ONNX Runtime uses the portable ONNX computation graph format, backed by execution providers optimized for operating systems, drivers and hardware.

Common use cases for ONNX Runtime:

  • Improve inference performance for a wide variety of ML models
  • Reduce time and cost of training large models
  • Train in Python but deploy into a C#/C++/Java app
  • Run with optimized performance on different hardware and operating systems
  • Support models created in several different frameworks

ONNX Runtime inference APIs are stable and production-ready since the 1.0 release in October 2019 and can enable faster customer experiences and lower costs.

ONNX Runtime training feature was introduced in May 2020 in preview. This feature supports acceleration of PyTorch training on multi-node NVIDIA GPUs for transformer models. Additional updates for this feature are coming soon.

Get Started

http://onnxruntime.ai/

Build Pipeline Status

System CPU GPU EPs
Windows Build Status Build Status Build Status
Linux Build Status
Build Status
Build Status
Build Status
Build Status
Build Status
Build Status
Build Status
Build Status
Build Status
Build Status
Mac Build Status
Build Status
Android Build Status
iOS Build Status
WebAssembly Build Status

Data/Telemetry

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.