From d8f3e46d458397b3fb335477d3efc91e22e160d8 Mon Sep 17 00:00:00 2001 From: Faith Xu Date: Wed, 29 Jul 2020 13:25:36 -0700 Subject: [PATCH] Readme updates (#4448) * Readme updates * Update package repo table --- README.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 784382c1f1..3f5b4868c2 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ ONNX Runtime is up to date and backwards compatible with all operators (both DNN ### Binaries -Official builds are available on PyPi (Python) and Nuget (C#/C/C++): +Official builds are available on PyPi (Python), Nuget (C#/C/C++), Maven Central (Java), and npm (node.js). * Default CPU Provider (Eigen + MLAS) * GPU Provider - NVIDIA CUDA @@ -78,9 +78,14 @@ Official builds are available on PyPi (Python) and Nuget (C#/C/C++): Dev builds created from the master branch are available for testing newer changes between official releases. Please use these at your own risk. We strongly advise against deploying these to production workloads as support is limited for dev builds. -|Pypi (Python)|Nuget (C#/C/C++)|Other package repositories| -|---|---|---| -*If using pip, run `pip install --upgrade pip` prior to downloading.*

CPU: [**onnxruntime**](https://pypi.org/project/onnxruntime) / [ort-nightly (dev)](https://test.pypi.org/project/ort-nightly)

GPU: [**onnxruntime-gpu**](https://pypi.org/project/onnxruntime-gpu) / [ort-gpu-nightly (dev)](https://test.pypi.org/project/ort-gpu-nightly) | CPU: [**Microsoft.ML.OnnxRuntime**](https://www.nuget.org/packages/Microsoft.ML.OnnxRuntime) / [ort-nightly (dev)](https://aiinfra.visualstudio.com/PublicPackages/_packaging?_a=feed&feed=ORT-Nightly)

GPU: [**Microsoft.ML.OnnxRuntime.Gpu**](https://www.nuget.org/packages/Microsoft.ML.OnnxRuntime.gpu) / [ort-nightly (dev)](https://aiinfra.visualstudio.com/PublicPackages/_packaging?_a=feed&feed=ORT-Nightly)|[Contributed non-official packages](https://docs.microsoft.com/en-us/windows/ai/windows-ml/get-started-uwp) (including Homebrew, Linuxbrew, and nixpkgs)

*These are not maintained by the core ONNX Runtime team and may have limited support; use at your discretion.*| +|Repository|Details| +|---|---| +|Pypi (Python)|*If using pip, run `pip install --upgrade pip` prior to downloading.*
CPU: [**onnxruntime**](https://pypi.org/project/onnxruntime) / [ort-nightly (dev)](https://test.pypi.org/project/ort-nightly)
GPU: [**onnxruntime-gpu**](https://pypi.org/project/onnxruntime-gpu) / [ort-gpu-nightly (dev)](https://test.pypi.org/project/ort-gpu-nightly)| +|Nuget (C#/C/C++)|CPU: [**Microsoft.ML.OnnxRuntime**](https://www.nuget.org/packages/Microsoft.ML.OnnxRuntime) / [ort-nightly (dev)](https://aiinfra.visualstudio.com/PublicPackages/_packaging?_a=feed&feed=ORT-Nightly)
GPU: [**Microsoft.ML.OnnxRuntime.Gpu**](https://www.nuget.org/packages/Microsoft.ML.OnnxRuntime.gpu) / [ort-nightly (dev)](https://aiinfra.visualstudio.com/PublicPackages/_packaging?_a=feed&feed=ORT-Nightly)| +|Maven Central (Java)|CPU: [**com.microsoft.onnxruntime/onnxruntime**](https://search.maven.org/artifact/com.microsoft.onnxruntime/onnxruntime)
GPU: [**com.microsoft.onnxruntime/onnxruntime_gpu**](https://search.maven.org/artifact/com.microsoft.onnxruntime/onnxruntime_gpu)| +|npm (node.js)|CPU: [**onnxruntime**](https://www.npmjs.com/package/onnxruntime)| +|Other|[Contributed non-official packages](https://docs.microsoft.com/en-us/windows/ai/windows-ml/get-started-uwp) (including Homebrew, Linuxbrew, and nixpkgs)
*These are not maintained by the core ONNX Runtime team and may have limited support; use at your discretion.*| + #### System Requirements @@ -137,7 +142,7 @@ For production scenarios, it's strongly recommended to build only from an [offic |CPU|GPU|IoT/Edge/Mobile|Other| |---|---|---|---| -||||| +||||| * [Roadmap: Upcoming accelerators](./docs/Roadmap.md#accelerators-and-execution-providers) * [Extensibility: Add an execution provider](docs/AddingExecutionProvider.md)