Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update releases-servicing.md for ORT 1.17 #19312

Merged
merged 5 commits into from
Jan 31, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading