ORT 1.20 docs update (#22693)

### Description
<!-- Describe your changes. -->
Updating links in the operator docs to reference releases 1.19 + 1.20.


### 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-11-04 09:08:46 -08:00 committed by GitHub
parent d9dcc8ebe3
commit adc0c9024c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 0 deletions

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 |
|------------------------------|--------------------|--------------------|----------------------|------------------|
| 1.20 | **1.16.1** | 21 | 4 | 10 |
| 1.19 | **1.16.1** | 21 | 4 | 10 |
| 1.18 | **1.16** | 21 | 4 | 10 |
| 1.17 | **1.15** | 20 | 4 | 9 |
| 1.16 | **1.14.1** | 19 | 3 | 9 |

View file

@ -22,6 +22,8 @@ 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.20 | [https://github.com/microsoft/onnxruntime/blob/rel-1.20.0/docs/ContribOperators.md](https://github.com/microsoft/onnxruntime/blob/rel-1.20.0/docs/ContribOperators.md)|
| 1.19 | [https://github.com/microsoft/onnxruntime/blob/rel-1.19.0/docs/ContribOperators.md](https://github.com/microsoft/onnxruntime/blob/rel-1.19.0/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)|

View file

@ -10,6 +10,8 @@ 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.20 | [https://github.com/microsoft/onnxruntime/blob/rel-1.20.0/docs/OperatorKernels.md](https://github.com/microsoft/onnxruntime/blob/rel-1.20.0/docs/OperatorKernels.md) |
| 1.19 | [https://github.com/microsoft/onnxruntime/blob/rel-1.19.0/docs/OperatorKernels.md](https://github.com/microsoft/onnxruntime/blob/rel-1.19.0/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)|