diff --git a/README.md b/README.md index 603613fbfe..44c95f3ebc 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ If you already have an ONNX model, just [install the runtime](#Installation) for ## APIs and Official Builds | API Documentation | CPU package | GPU package | |-----|-------------|-------------| -| [Python](https://docs.microsoft.com/en-us/python/api/overview/azure/onnx/intro?view=azure-onnx-py) | [Windows/Linux/Mac](https://pypi.org/project/onnxruntime/)| [Windows/Linux](https://pypi.org/project/onnxruntime-gpu/)
(Compatible with CUDA9.1 and cuDNN 7.3) | +| [Python](https://aka.ms/onnxruntime-python) | [Windows/Linux/Mac](https://pypi.org/project/onnxruntime/)| [Windows/Linux](https://pypi.org/project/onnxruntime-gpu/)
(Compatible with CUDA9.1 and cuDNN 7.3) | | [C#](docs/CSharp_API.md) | [Windows/Linux](https://www.nuget.org/packages/Microsoft.ML.OnnxRuntime/)
Mac - Coming Soon| [Windows/Linux](https://www.nuget.org/packages/Microsoft.ML.OnnxRuntime.Gpu/)
Mac - Coming Soon| | [C](docs/C_API.md) | [Windows/Linux](https://www.nuget.org/packages/Microsoft.ML.OnnxRuntime/)
Mac - Coming Soon | [Windows/Linux](https://www.nuget.org/packages/Microsoft.ML.OnnxRuntime.Gpu/)
Mac - Coming Soon | | [C++](onnxruntime/core/session/inference_session.h) | TBD | TBD | diff --git a/ThirdPartyNotices.txt b/ThirdPartyNotices.txt index fd95e0562d..d75752c69b 100644 --- a/ThirdPartyNotices.txt +++ b/ThirdPartyNotices.txt @@ -1941,7 +1941,7 @@ SOFTWARE. ____ -Date +HowardHinnant/date The source code in this project is released using the MIT License. There is no global license for the project because each file is licensed individually with @@ -2866,4 +2866,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -