[documentation] Updates for clarity (#14329)

### Description
- bring up section on vc runtime requirement for visibility 
- update onnx/ort compatibility table
This commit is contained in:
Faith Xu 2023-01-17 16:51:10 -08:00 committed by GitHub
parent 87275aca53
commit ce563c3774
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 9 deletions

View file

@ -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|
|---|---|---|---|

View file

@ -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+ |