mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-22 19:23:30 +00:00
parent
cd20cac27f
commit
07eed73d94
2 changed files with 3 additions and 2 deletions
|
|
@ -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+ |
|
||||
|
|
|
|||
|
|
@ -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).
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue