Docs updates for ORT 1.18 (#20610)

### Description
Update compatibility/version info for ORT 1.18 release



### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
This commit is contained in:
Sophie Schoenmeyer 2024-05-21 17:27:56 -07:00 committed by GitHub
parent 67ba2e5032
commit 7c820c45b1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 5 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 |
|------------------------------|--------------------|--------------------|----------------------|------------------|
| 1.18 | **1.16** | 21 | 4 | 10 |
| 1.17 | **1.15** | 20 | 4 | 9 |
| 1.16 | **1.14.1** | 19 | 3 | 9 |
| 1.15 | **1.14** | 19 | 3 | 8 |

View file

@ -22,6 +22,7 @@ The contrib operator schemas are documented in the ONNX Runtime repository.
| Release | Documentation |
|---------|---------------|
| Main | [https://github.com/microsoft/onnxruntime/blob/main/docs/ContribOperators.md](https://github.com/microsoft/onnxruntime/blob/main/docs/ContribOperators.md) |
| 1.18 | [https://github.com/microsoft/onnxruntime/blob/rel-1.18.0/docs/ContribOperators.md](https://github.com/microsoft/onnxruntime/blob/rel-1.18.0/docs/ContribOperators.md)|
| 1.17 | [https://github.com/microsoft/onnxruntime/blob/rel-1.17.0/docs/ContribOperators.md](https://github.com/microsoft/onnxruntime/blob/rel-1.17.0/docs/ContribOperators.md)|
| 1.16 | [https://github.com/microsoft/onnxruntime/blob/rel-1.16.0/docs/ContribOperators.md](https://github.com/microsoft/onnxruntime/blob/rel-1.16.0/docs/ContribOperators.md)|
| 1.15 | [https://github.com/microsoft/onnxruntime/blob/rel-1.15.0/docs/ContribOperators.md](https://github.com/microsoft/onnxruntime/blob/rel-1.15.0/docs/ContribOperators.md)|

View file

@ -10,6 +10,7 @@ The operator kernels supported by the CPU Execution Provider, CUDA Execution Pro
| Release | Documentation |
|---------|---------------|
| Current main | [https://github.com/microsoft/onnxruntime/blob/main/docs/OperatorKernels.md](https://github.com/microsoft/onnxruntime/blob/main/docs/OperatorKernels.md) |
| 1.18 | [https://github.com/microsoft/onnxruntime/blob/rel-1.18.0/docs/OperatorKernels.md](https://github.com/microsoft/onnxruntime/blob/rel-1.18.0/docs/OperatorKernels.md) |
| 1.17 | [https://github.com/microsoft/onnxruntime/blob/rel-1.17.0/docs/OperatorKernels.md](https://github.com/microsoft/onnxruntime/blob/rel-1.17.0/docs/OperatorKernels.md) |
| 1.16 | [https://github.com/microsoft/onnxruntime/blob/rel-1.16.0/docs/OperatorKernels.md](https://github.com/microsoft/onnxruntime/blob/rel-1.16.0/docs/OperatorKernels.md)|
| 1.15 | [https://github.com/microsoft/onnxruntime/blob/rel-1.15.0/docs/OperatorKernels.md](https://github.com/microsoft/onnxruntime/blob/rel-1.15.0/docs/OperatorKernels.md)|

View file

@ -7,9 +7,9 @@ nav_order: 1
# ONNX Runtime releases
The current ONNX Runtime release is [1.17.0](https://github.com/microsoft/onnxruntime/releases/tag/v1.17.0).
The current ONNX Runtime release is [1.18.0](https://github.com/microsoft/onnxruntime/releases/tag/v1.18.0).
The next release is ONNX Runtime release 1.18.
The next release is ONNX Runtime release 1.19.
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).