mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-27 20:02:15 +00:00
### Description Staged: https://faxu.github.io/onnxruntime/docs/ Changes: - ~~New dedicated section on sidebar for [Mobile](https://faxu.github.io/onnxruntime/docs/mobile/) and [Web](https://faxu.github.io/onnxruntime/docs/web/)~~ New dedicated pages for [Mobile](https://faxu.github.io/onnxruntime/docs/get-started/with-mobile.html) and [Web](https://faxu.github.io/onnxruntime/docs/get-started/with-web.html) under Getting Started section - [Transformers optimizer](https://faxu.github.io/onnxruntime/docs/performance/transformers-optimization.html) documentation - Move contrib op section from "Custom Operators" page to ["Contrib operators" page](https://faxu.github.io/onnxruntime/docs/reference/operators/ContribOperators.html) - Update [releases page](https://faxu.github.io/onnxruntime/docs/reference/releases-servicing.html)
20 lines
1.1 KiB
Markdown
20 lines
1.1 KiB
Markdown
---
|
|
title: Releases
|
|
description: ONNX Runtime roadmap and release plans
|
|
parent: Reference
|
|
nav_order: 1
|
|
---
|
|
|
|
# ONNX Runtime releases
|
|
|
|
The current ONNX Runtime release is [1.14](https://github.com/microsoft/onnxruntime/releases/tag/v1.14.0).
|
|
|
|
The next release is ONNX Runtime release 1.15.
|
|
|
|
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).
|
|
|
|
Releases are versioned according to [Versioning](https://github.com/microsoft/onnxruntime/blob/main/docs/Versioning.md) and release branches are prefixed with "rel-". Patch releases may be published periodically between full releases and have their own release branch.
|
|
|
|
ONNX Runtime releases commit to backwards compatibility. To report a regression, please [file a Github issue](https://github.com/microsoft/onnxruntime/issues/new/choose).
|
|
|
|
For questions on release process or timing, please use [Github Discussions](https://github.com/microsoft/onnxruntime/discussions).
|