From ce563c377422887e11d71709b9fe5edbeb4f8e2c Mon Sep 17 00:00:00 2001 From: Faith Xu Date: Tue, 17 Jan 2023 16:51:10 -0800 Subject: [PATCH] [documentation] Updates for clarity (#14329) ### Description - bring up section on vc runtime requirement for visibility - update onnx/ort compatibility table --- docs/install/index.md | 18 +++++++++--------- docs/reference/compatibility.md | 2 ++ 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/docs/install/index.md b/docs/install/index.md index 1d8ac9ac38..30cac4b0f4 100644 --- a/docs/install/index.md +++ b/docs/install/index.md @@ -20,6 +20,13 @@ Details on OS versions, compilers, language versions, dependent libraries, etc c * TOC placeholder {:toc} +## Requirements + +* All builds require the English language package with `en_US.UTF-8` locale. On Linux, install [language-pack-en package](https://packages.ubuntu.com/search?keywords=language-pack-en) +by running `locale-gen en_US.UTF-8` and `update-locale LANG=en_US.UTF-8` + +* Windows builds require [Visual C++ 2019 runtime](https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads). The latest version is recommended. + ## Python Installs ### Install ONNX Runtime (ORT) @@ -192,16 +199,9 @@ python -m torch_ort.configure ## Inference install table for all languages -The table below lists the build variants available as officially supported packages. Others can be [built from source](../build/inferencing) from each release branch. +The table below lists the build variants available as officially supported packages. Others can be [built from source](../build/inferencing) from each [release branch](https://github.com/microsoft/onnxruntime/tags). -### Requirements - -* All builds require the English language package with `en_US.UTF-8` locale. On Linux, install [language-pack-en package](https://packages.ubuntu.com/search?keywords=language-pack-en) -by running `locale-gen en_US.UTF-8` and `update-locale LANG=en_US.UTF-8` - -* Windows builds require [Visual C++ 2019 runtime](https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads). - -* Please note additional requirements and dependencies in the table below: +In addition to general [requirements](#requirements), please note additional requirements and dependencies in the table below: ||Official build|Nightly build|Reqs| |---|---|---|---| diff --git a/docs/reference/compatibility.md b/docs/reference/compatibility.md index ed308df5fc..59b14d0c3d 100644 --- a/docs/reference/compatibility.md +++ b/docs/reference/compatibility.md @@ -68,6 +68,8 @@ ONNX Runtime supports all opsets from the latest released version of the [ONNX]( | ONNX Runtime version | [ONNX version](https://github.com/onnx/onnx/blob/master/docs/Versioning.md) | ONNX opset version | ONNX ML opset version | ONNX IR version | [Windows ML Availability](https://docs.microsoft.com/en-us/windows/ai/windows-ml/release-notes/)| |------------------------------|--------------------|--------------------|----------------------|------------------|------------------| +| 1.14 | **1.13** | 18 | 3 | 8 | Windows AI 1.14+ | +| 1.13 | **1.12** | 17 | 3 | 8 | Windows AI 1.13+ | | 1.12 | **1.12** | 17 | 3 | 8 | Windows AI 1.12+ | | 1.11 | **1.11** | 16 | 2 | 8 | Windows AI 1.11+ | | 1.10 | **1.10** | 15 | 2 | 8 | Windows AI 1.10+ |