onnxruntime/tools/nuget/nupkg.README.md
Scott McKay 20c802afd4
Add better native nuget package readme (#21889)
### Description
<!-- Describe your changes. -->
Request from Nuget team to add a better readme to the nuget package so
it is displayed nicely on nuget.org.

Previously we were using the ORT repo readme.md but that a) doesn't
display correctly due to limited markdown support on nuget.org, and b)
has a lot of irrelevant info like build pipeline status.

- Created a generic readme.md that includes the ORT description from the
main readme, includes the ORT logo via an acceptable link, and lists the
native nuget packages so the file can be included in any of them as-is.
- Updated the nuget packaging script to add the `readme` tag and use
this file.


### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
Request from MS Nuget team to MS package owners to add.
2024-09-06 08:28:14 +10:00

2.1 KiB

About

ONNX Runtime Logo

ONNX Runtime is a cross-platform machine-learning inferencing accelerator.

ONNX Runtime 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 → here

NuGet Packages

ONNX Runtime Native packages

Microsoft.ML.OnnxRuntime

Microsoft.ML.OnnxRuntime.Gpu

Microsoft.ML.OnnxRuntime.DirectML

Microsoft.ML.OnnxRuntime.QNN

Other packages

Microsoft.ML.OnnxRuntime.Managed

  • C# language bindings

Microsoft.ML.OnnxRuntime.Extensions