You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
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.
The text was updated successfully, but these errors were encountered:
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.
Key Updates
ai.onnx
Opset 22In 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.
The text was updated successfully, but these errors were encountered: