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

[Feature Request] Integrate with ONNX 1.17.0 release branch #22083

Open
roborags opened this issue Sep 12, 2024 · 0 comments · May be fixed by #21897
Open

[Feature Request] Integrate with ONNX 1.17.0 release branch #22083

roborags opened this issue Sep 12, 2024 · 0 comments · May be fixed by #21897
Assignees
Labels
feature request request for unsupported feature or enhancement

Comments

@roborags
Copy link

roborags commented Sep 12, 2024

Describe the feature request

We are releasing ONNX 1.17.0. A release branch is created (https://github.com/onnx/onnx/tree/rel-1.17.0). The planned release date is September 30, 2024. Release candidates are also available from TestPyPI:

pip install -i https://test.pypi.org/simple/ --pre onnx

Note: If you system installs from the source tar.gz, you might encounter an error about the version of setuptools available when building onnx from the tar.gz. If so use:

pip install --upgrade -i https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple --pre onnx

It is important to integrate ONNX release branch into ORT ASAP so that any issues and incompatibilities can be detected and resolved before the ONNX release.

Please follow instructions at (https://github.com/microsoft/onnxruntime/blob/master/docs/How_To_Update_ONNX_Dev_Notes.md) to integrate with the ONNX release branch. Please implement CPU kernels for new and updated ONNX ops. A list of new and updated ops can be found at (https://github.com/onnx/onnx/wiki/Logistics-for-ONNX-Release-1.17.0).

Key Updates

In case a bug in ONNX is detected during integration of ONNX 1.17.0, please open a ONNX Bug Report and tag ONNX Release Manager - Raghavan @roborags so that the bug is fixed in the ONNX release branch.

Describe scenario use case

ORT is integrated with ONNX rel-1.17.0 with all CI pipelines passing.

@roborags roborags added the feature request request for unsupported feature or enhancement label Sep 12, 2024
@snnn snnn linked a pull request Sep 13, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request request for unsupported feature or enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants