From 7c820c45b1952535ec2fd6f2b05666a74624808f Mon Sep 17 00:00:00 2001 From: Sophie Schoenmeyer <107952697+sophies927@users.noreply.github.com> Date: Tue, 21 May 2024 17:27:56 -0700 Subject: [PATCH] Docs updates for ORT 1.18 (#20610) ### Description Update compatibility/version info for ORT 1.18 release ### Motivation and Context --- docs/reference/compatibility.md | 1 + docs/reference/operators/ContribOperators.md | 1 + docs/reference/operators/OperatorKernels.md | 1 + docs/reference/releases-servicing.md | 4 ++-- 4 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/reference/compatibility.md b/docs/reference/compatibility.md index aadd2b82b345f..21a1dcd505cfb 100644 --- a/docs/reference/compatibility.md +++ b/docs/reference/compatibility.md @@ -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 | diff --git a/docs/reference/operators/ContribOperators.md b/docs/reference/operators/ContribOperators.md index 060ade9aa2d88..cd4ed0dc23e74 100644 --- a/docs/reference/operators/ContribOperators.md +++ b/docs/reference/operators/ContribOperators.md @@ -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)| diff --git a/docs/reference/operators/OperatorKernels.md b/docs/reference/operators/OperatorKernels.md index 9c52acafec9c0..3d6370f68c9f2 100644 --- a/docs/reference/operators/OperatorKernels.md +++ b/docs/reference/operators/OperatorKernels.md @@ -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)| diff --git a/docs/reference/releases-servicing.md b/docs/reference/releases-servicing.md index 173ddd7ab413e..46e9d596fea44 100644 --- a/docs/reference/releases-servicing.md +++ b/docs/reference/releases-servicing.md @@ -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).