onnx
- Source Code: https://github.com/onnx/onnx
- Supported versions:
1.22.0 (latest)
pip install onnx --index-url https://pypi.riseproject.dev/simple/
- License: Apache-2.0
- Download files: https://gitlab.com/riseproject/python/wheel_builder/-/packages/66044313
1.21.0
pip install onnx==1.21.0 --index-url https://pypi.riseproject.dev/simple/
- License: Apache-2.0
- Download files: https://gitlab.com/riseproject/python/wheel_builder/-/packages/59103351
- Patch applied for this version: https://gitlab.com/riseproject/python/wheel_builder/-/tree/main/wheel_builder/onnx/patches/v1.21.0
1.20.1
pip install onnx==1.20.1 --index-url https://pypi.riseproject.dev/simple/
- License: Apache-2.0
- Download files: https://gitlab.com/riseproject/python/wheel_builder/-/packages/59099453
- Patch applied for this version: https://gitlab.com/riseproject/python/wheel_builder/-/tree/main/wheel_builder/onnx/patches/v1.20.1
1.20.0
pip install onnx==1.20.0 --index-url https://pypi.riseproject.dev/simple/
- License: Apache-2.0
- Download files: https://gitlab.com/riseproject/python/wheel_builder/-/packages/59098925
- Patch applied for this version: https://gitlab.com/riseproject/python/wheel_builder/-/tree/main/wheel_builder/onnx/patches/v1.20.0
1.19.1
pip install onnx==1.19.1 --index-url https://pypi.riseproject.dev/simple/
- License: Apache-2.0
- Download files: https://gitlab.com/riseproject/python/wheel_builder/-/packages/48177246
- Patch applied for this version: https://gitlab.com/riseproject/python/wheel_builder/-/tree/main/wheel_builder/onnx/patches/v1.19.1
We skip the maxpool_2d_uint8_cpu test as it fails consistently in our build environment, and has several related issues open upstream: https://github.com/onnx/onnx/issues?q=is%3Aissue%20state%3Aopen%20maxpool
onnx links against abseil, which is Apache-2.0 licensed. See the LICENSE_NOTES.md file included in the wheel (versions 1.21.0 and older) for licensing information about that project. As of 1.22.0, onnx ships a NOTICE file containing licensing info for all linked libraries, making the LICENSE_NOTES.md patch obsolete.