From 2d067ec65c3e40ba83b928785628e0906bcb6a02 Mon Sep 17 00:00:00 2001 From: Faith Xu Date: Fri, 4 Jan 2019 15:16:41 -0800 Subject: [PATCH] Update with link for C# GPU Nuget package --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 55b39fd2eb..35c3f5c990 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ If you already have an ONNX model, just [install the runtime](#Installation) for | API Documentation | CPU package | GPU package | |-----|-------------|-------------| | [Python](https://docs.microsoft.com/en-us/python/api/overview/azure/onnx/intro?view=azure-onnx-py) | [Windows](https://pypi.org/project/onnxruntime/)
[Linux](https://pypi.org/project/onnxruntime/)
[Mac](https://pypi.org/project/onnxruntime/)| [Windows](https://pypi.org/project/onnxruntime-gpu)
[Linux](https://pypi.org/project/onnxruntime-gpu/) | -| [C#](docs/CSharp_API.md) | [Windows](https://www.nuget.org/packages/Microsoft.ML.OnnxRuntime/)
Linux - Coming Soon
Mac - Coming Soon| Coming Soon | +| [C#](docs/CSharp_API.md) | [Windows](https://www.nuget.org/packages/Microsoft.ML.OnnxRuntime/)
Linux - Coming Soon
Mac - Coming Soon| [Windows](https://www.nuget.org/packages/Microsoft.ML.OnnxRuntime.Gpu/)
Linux - Coming Soon
Mac - Coming Soon| | [C (experimental)](docs/C_API.md) | Coming Soon | Coming Soon | | [C++](onnxruntime/core/session/inference_session.h) | TBD | TBD |