Update Docs for rel-1.16.0 (#17588)

Update docs for release 1.16.0.
This commit is contained in:
Vincent Wang 2023-09-22 00:01:31 +08:00 committed by GitHub
parent cd20cac27f
commit 07eed73d94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View file

@ -68,6 +68,7 @@ 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.16 | **1.14.1** | 19 | 3 | 9 | Windows AI 1.16+ |
| 1.15 | **1.14** | 19 | 3 | 8 | Windows AI 1.15+ |
| 1.14 | **1.13** | 18 | 3 | 8 | Windows AI 1.14+ |
| 1.13 | **1.12** | 17 | 3 | 8 | Windows AI 1.13+ |

View file

@ -7,9 +7,9 @@ nav_order: 1
# ONNX Runtime releases
The current ONNX Runtime release is [1.15.0](https://github.com/microsoft/onnxruntime/releases/tag/v1.15.0).
The current ONNX Runtime release is [1.16.0](https://github.com/microsoft/onnxruntime/releases/tag/v1.16.0).
The next release is ONNX Runtime release 1.16.
The next release is ONNX Runtime release 1.17.
Official releases of ONNX Runtime are managed by the core ONNX Runtime team. A new release is published approximately every quarter, and the upcoming roadmap can be found [here](https://github.com/microsoft/onnxruntime/wiki/Upcoming-Release-Roadmap).