ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator
Find a file
Sheil Kumar 5bc92dff16
CP Fixes to enable C# UWP Apps to install the Microsoft.AI.MachineLearning Package (#7129)
* Fix app packaging in UWP (#6804)

* Change msbuild condition for UAP

* update .netcore target as well

* create nuget packages with _native path

* validate path under _native directory for windowsai package

* pep8

* add diagnostic error message

* pep8

* use baseame

* lib\uap10.0

* uap10

* build\\uap10.0

* Manually binplace winmds into appx when PackageReference is used.

* always binplace winmd regardless of packagereference since c# should work with packages.config also

* resolve all paths to full paths to avoid some reference warnings

* move winmds out of lib folder to prevent automatic component registration

Co-authored-by: Sheil Kumar <sheilk@microsoft.com>

* Only set _native folder for Microsoft.AI.MachineLearning package (#6939)

* only set _native folder for Microsoft.AI.MachineLearning package

Co-authored-by: Sheil Kumar <sheilk@microsoft.com>

Co-authored-by: Tiago Koji Castro Shibata <ticastro@microsoft.com>
Co-authored-by: Sheil Kumar <sheilk@microsoft.com>
Co-authored-by: Changming Sun <chasun@microsoft.com>
2021-03-29 10:21:46 -07:00
.github
cgmanifests
cmake Cherry Pick for ORT 1.7.0 (#6812) 2021-02-25 14:27:38 -08:00
csharp CP Fixes to enable C# UWP Apps to install the Microsoft.AI.MachineLearning Package (#7129) 2021-03-29 10:21:46 -07:00
dockerfiles Update docs MCR image publishing policy change (#6743) 2021-02-18 05:45:46 -08:00
docs update versioning.md to have new entry for 1.7.2 2021-03-26 10:37:47 -07:00
include/onnxruntime/core
java
nodejs bump to 1.7.2 2021-03-26 10:37:47 -07:00
onnxruntime bump to 1.7.2 2021-03-26 10:37:47 -07:00
orttraining
package/rpm bump to 1.7.2 2021-03-26 10:37:47 -07:00
samples
server
tools CP Fixes to enable C# UWP Apps to install the Microsoft.AI.MachineLearning Package (#7129) 2021-03-29 10:21:46 -07:00
winml
.clang-format
.clang-tidy
.dockerignore
.flake8
.gitattributes
.gitignore
.gitmodules
build.amd64.1411.bat
build.bat
BUILD.md
build.sh
CODEOWNERS
CONTRIBUTING.md
LICENSE
NuGet.config
ort.wprp
packages.config Cherry Pick for ORT 1.7.0 (#6812) 2021-02-25 14:27:38 -08:00
README.md
requirements-dev.txt
requirements-doc.txt
requirements.txt
setup.py
ThirdPartyNotices.txt
VERSION_NUMBER bump to 1.7.2 2021-03-26 10:37:47 -07:00

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

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.