Skip to content

Commit

Permalink
Update releases-servicing.md for ORT 1.17 (#19312)
Browse files Browse the repository at this point in the history
### Description
Need to update docs w/ compatibility / version info for ORT 1.17 release - one link is broken but will work once release is official



### 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. -->

---------

Co-authored-by: MaanavD <[email protected]>
Co-authored-by: Maanav Dalal <[email protected]>
  • Loading branch information
3 people authored Jan 31, 2024
1 parent c189c5e commit fa643d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/execution-providers/CUDA-ExecutionProvider.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ sess = ort.InferenceSession("my_model.onnx", sess_options=sess_options, provider
```

To take advantage of user compute stream, it is recommended to
use [I/O Binding](../api/python/api_summary.html#data-on-device) to bind inputs and outputs to tensors in device.
use [I/O Binding](../api/python/api_summary.html) to bind inputs and outputs to tensors in device.

### do_copy_in_default_stream

Expand Down
4 changes: 2 additions & 2 deletions docs/reference/releases-servicing.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ nav_order: 1

# ONNX Runtime releases

The current ONNX Runtime release is [1.16.0](https://github.com/microsoft/onnxruntime/releases/tag/v1.16.0).
The current ONNX Runtime release is [1.17.0](https://github.com/microsoft/onnxruntime/releases/tag/v1.17.0).

The next release is ONNX Runtime release 1.17.
The next release is ONNX Runtime release 1.18.

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).

Expand Down

0 comments on commit fa643d0

Please sign in to comment.