Skip to main content

Open Neural Network Exchange

Project description

PyPI - Version CI CII Best Practices OpenSSF Scorecard SLSA 2 REUSE compliant Ruff abi3 compatible

Open Neural Network Exchange (ONNX) is an open ecosystem that empowers AI developers to choose the right tools as their project evolves. ONNX provides an open source format for AI models, both deep learning and traditional ML. It defines an extensible computation graph model, as well as definitions of built-in operators and standard data types. Currently we focus on the capabilities needed for inferencing (scoring).

ONNX is widely supported and can be found in many frameworks, tools, and hardware. Enabling interoperability between different frameworks and streamlining the path from research to production helps increase the speed of innovation in the AI community. We invite the community to join us and further evolve ONNX.

Use ONNX

Learn about the ONNX spec

Programming utilities for working with ONNX Graphs

Contribute

ONNX is a community project and the open governance model is described here. We encourage you to join the effort and contribute feedback, ideas, and code. You can participate in the Special Interest Groups and Working Groups to shape the future of ONNX.

Check out our contribution guide to get started.

If you think some operator should be added to ONNX specification, please read this document.

Community meetings

The schedules of the regular meetings of the Steering Committee, the working groups and the SIGs can be found here

Community Meetups are held at least once a year. Content from previous community meetups are at:

Discuss

We encourage you to open Issues, or use Slack (If you have not joined yet, please use this link to join the group) for more real-time discussion.

Follow Us

Stay up to date with the latest ONNX news. [Facebook] [Twitter/X]

Roadmap

A roadmap process takes place every year. More details can be found here

Installation

ONNX released packages are published in PyPi.

pip install onnx # or pip install onnx[reference] for optional reference implementation dependencies

ONNX weekly packages are published in PyPI to enable experimentation and early testing.

Detailed install instructions, including Common Build Options and Common Errors can be found here

Python ABI3 Compatibility

This package provides abi3-compatible wheels, allowing a single binary wheel to work across multiple Python versions (from 3.12 onwards).

Testing

ONNX uses pytest as test driver. In order to run tests, you will first need to install pytest:

pip install pytest

After installing pytest, use the following command to run tests.

pytest

Development

Check out the contributor guide for instructions.

Reproducible Builds (Linux)

This project provides reproducible builds for Linux.

A reproducible build means that the same source code will always produce identical binary outputs, no matter who builds it or where it is built.

To achieve this, we use the SOURCE_DATE_EPOCH standard. This ensures that build timestamps and other time-dependent information are fixed, making the output bit-for-bit identical across different environments.

Why this matters

  • Transparency: Anyone can verify that the distributed binaries were created from the published source code.
  • Security: Prevents tampering or hidden changes in the build process.
  • Trust: Users can be confident that the binaries they download are exactly what the maintainers intended.

If you prefer, you can use the prebuilt reproducible binaries instead of building from source yourself.

License

Apache License v2.0

Trademark

Checkout https://trademarks.justia.com for the trademark.

General rules of the Linux Foundation on Trademark usage

Code of Conduct

ONNX Open Source Code of Conduct

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

onnx_weekly-1.22.0.dev20260519.tar.gz (11.9 MB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

onnx_weekly-1.22.0.dev20260519-cp314-cp314t-win_arm64.whl (16.8 MB view details)

Uploaded CPython 3.14tWindows ARM64

onnx_weekly-1.22.0.dev20260519-cp314-cp314t-win_amd64.whl (16.8 MB view details)

Uploaded CPython 3.14tWindows x86-64

onnx_weekly-1.22.0.dev20260519-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (18.7 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

onnx_weekly-1.22.0.dev20260519-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (18.5 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

onnx_weekly-1.22.0.dev20260519-cp314-cp314t-macosx_12_0_universal2.whl (19.6 MB view details)

Uploaded CPython 3.14tmacOS 12.0+ universal2 (ARM64, x86-64)

onnx_weekly-1.22.0.dev20260519-cp312-abi3-win_arm64.whl (16.8 MB view details)

Uploaded CPython 3.12+Windows ARM64

onnx_weekly-1.22.0.dev20260519-cp312-abi3-win_amd64.whl (16.8 MB view details)

Uploaded CPython 3.12+Windows x86-64

onnx_weekly-1.22.0.dev20260519-cp312-abi3-win32.whl (16.7 MB view details)

Uploaded CPython 3.12+Windows x86

onnx_weekly-1.22.0.dev20260519-cp312-abi3-pyemscripten_2025_0_wasm32.whl (16.6 MB view details)

Uploaded CPython 3.12+PyEmscripten 2025.0 wasm32

onnx_weekly-1.22.0.dev20260519-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (18.7 MB view details)

Uploaded CPython 3.12+manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

onnx_weekly-1.22.0.dev20260519-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (18.5 MB view details)

Uploaded CPython 3.12+manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

onnx_weekly-1.22.0.dev20260519-cp312-abi3-macosx_12_0_universal2.whl (19.6 MB view details)

Uploaded CPython 3.12+macOS 12.0+ universal2 (ARM64, x86-64)

onnx_weekly-1.22.0.dev20260519-cp311-cp311-win_arm64.whl (16.8 MB view details)

Uploaded CPython 3.11Windows ARM64

onnx_weekly-1.22.0.dev20260519-cp311-cp311-win_amd64.whl (16.8 MB view details)

Uploaded CPython 3.11Windows x86-64

onnx_weekly-1.22.0.dev20260519-cp311-cp311-win32.whl (16.7 MB view details)

Uploaded CPython 3.11Windows x86

onnx_weekly-1.22.0.dev20260519-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (18.7 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

onnx_weekly-1.22.0.dev20260519-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (18.5 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

onnx_weekly-1.22.0.dev20260519-cp311-cp311-macosx_12_0_universal2.whl (19.6 MB view details)

Uploaded CPython 3.11macOS 12.0+ universal2 (ARM64, x86-64)

onnx_weekly-1.22.0.dev20260519-cp310-cp310-win_amd64.whl (16.8 MB view details)

Uploaded CPython 3.10Windows x86-64

onnx_weekly-1.22.0.dev20260519-cp310-cp310-win32.whl (16.7 MB view details)

Uploaded CPython 3.10Windows x86

onnx_weekly-1.22.0.dev20260519-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (18.7 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

onnx_weekly-1.22.0.dev20260519-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (18.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

onnx_weekly-1.22.0.dev20260519-cp310-cp310-macosx_12_0_universal2.whl (19.6 MB view details)

Uploaded CPython 3.10macOS 12.0+ universal2 (ARM64, x86-64)

File details

Details for the file onnx_weekly-1.22.0.dev20260519.tar.gz.

File metadata

  • Download URL: onnx_weekly-1.22.0.dev20260519.tar.gz
  • Upload date:
  • Size: 11.9 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for onnx_weekly-1.22.0.dev20260519.tar.gz
Algorithm Hash digest
SHA256 68f008c3bfc76bf69b5cf0782065e1ee1e7d06abffa7cfc1a1ce6c14b5a9f620
MD5 83626e3a2cf52751888c14ec7ec997b7
BLAKE2b-256 1fe790e05aceaa434b8975ca5bb8c27745eb3e936f4b6cb04bdfacdd8f82290e

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260519.tar.gz:

Publisher: create_release.yml on onnx/onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file onnx_weekly-1.22.0.dev20260519-cp314-cp314t-win_arm64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260519-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 3bfd6a3fe60669cdd568c124e2f1d6a0db5a66fe216e74af8e38a056e45740a3
MD5 2e81463d23d9d3c9f3a0923995c39901
BLAKE2b-256 59787f7dfdd17ab0e7d04253abd8d8cdc1e2ba4eec39a02bf36763375685c431

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260519-cp314-cp314t-win_arm64.whl:

Publisher: create_release.yml on onnx/onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file onnx_weekly-1.22.0.dev20260519-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260519-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 27f79e5689b20e14cb0654e6736e210acb496461fe9703c91485a7011345b938
MD5 ed3bee86d0c3a441aaf687c93150154d
BLAKE2b-256 24bc3de8d5e240868b50fe755b225638102e4adae64c35cdcac6c5e5162b902f

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260519-cp314-cp314t-win_amd64.whl:

Publisher: create_release.yml on onnx/onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file onnx_weekly-1.22.0.dev20260519-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260519-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 60703e314e304142b3d5b9d97bb4ea05629e5f7e8bc6c27b281ceedde7a5e43a
MD5 c49642a15e627fb99c8ff501452413c9
BLAKE2b-256 54470176f5d61b289b7f02bd5a87b97fce3717dfaf06a57ec6507df0ff912315

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260519-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: create_release.yml on onnx/onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file onnx_weekly-1.22.0.dev20260519-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260519-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e93c9d5f7e7e318e02ff02ddbbefd27dbe4d17d5c449a2411095c00eb1249914
MD5 7fe391bbfa93cb60301f9c7808e4f6ca
BLAKE2b-256 a74afdd9e6873a6abdd13745dde14a531daf59f35b83264ab96cddbe4a488659

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260519-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: create_release.yml on onnx/onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file onnx_weekly-1.22.0.dev20260519-cp314-cp314t-macosx_12_0_universal2.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260519-cp314-cp314t-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 02c929556f25b2ceb738703570637703dc3fcdcd27101c6156c36832c7ad32ae
MD5 ead2a3b7cbfdb0471bd53755e02632c0
BLAKE2b-256 b846dfdf24a3920d1df865cbd3b76b4ab7d8e9e8e615bdc411d94aa0f5668544

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260519-cp314-cp314t-macosx_12_0_universal2.whl:

Publisher: create_release.yml on onnx/onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file onnx_weekly-1.22.0.dev20260519-cp312-abi3-win_arm64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260519-cp312-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 46d6a90d457d0a67c54d1a9fb6bbd864e7177f6d43566965d76c2febf688e82b
MD5 916d35c8cd423175703c6419f757f8fb
BLAKE2b-256 3cb138bc5b3018a7079ace2f1fdd1658ce90567040972a2950ae9663bd40c299

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260519-cp312-abi3-win_arm64.whl:

Publisher: create_release.yml on onnx/onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file onnx_weekly-1.22.0.dev20260519-cp312-abi3-win_amd64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260519-cp312-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 6ed9392776e91c9699a190a0a303c72acb740f50942f172dee5284ea944da439
MD5 090bd3cb57f3ecf41493ce28929e084b
BLAKE2b-256 8e712aaf42d3d7b97cce7ab06a29694dfb217e0454ce1a2c4c8be84b6caa7131

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260519-cp312-abi3-win_amd64.whl:

Publisher: create_release.yml on onnx/onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file onnx_weekly-1.22.0.dev20260519-cp312-abi3-win32.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260519-cp312-abi3-win32.whl
Algorithm Hash digest
SHA256 f772296c83eee7b50fd678bc60a0cc9caf6d71360fd41f08787acbea5adfea01
MD5 ce298b155adcae0867663360c3ac8c4f
BLAKE2b-256 d7b59315a38d638c731191b0a162aa4aa64eedf6e515d6f6908da0abb79cf358

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260519-cp312-abi3-win32.whl:

Publisher: create_release.yml on onnx/onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file onnx_weekly-1.22.0.dev20260519-cp312-abi3-pyemscripten_2025_0_wasm32.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260519-cp312-abi3-pyemscripten_2025_0_wasm32.whl
Algorithm Hash digest
SHA256 b03b1b4a74bff77852ecbcd426000297267829cfec4866961838fefc29cc9c45
MD5 3815c1a66629e4dd4bb61833060c0e8f
BLAKE2b-256 ceeca4758214117f51f9ea2e04f57b3657cb905229a51ed9e869a65b003ab4b0

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260519-cp312-abi3-pyemscripten_2025_0_wasm32.whl:

Publisher: create_release.yml on onnx/onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file onnx_weekly-1.22.0.dev20260519-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260519-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e49ca40dbaecda8a22363d1666ffce2f2ee1eaabaa6243ca5e45fe24477568a8
MD5 bf73ee8c137dfece145b70f4df072eb1
BLAKE2b-256 74ca60382d6f5fe6094b5fddfae12c7785fb15cabcaef42dfb459ac7c9115e33

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260519-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: create_release.yml on onnx/onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file onnx_weekly-1.22.0.dev20260519-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260519-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 abe5f90aede6a39bab9163b5156b125c9eefec41ebce402581ea3460bb670c8b
MD5 d6ad1aad35ba1510e68a5aa42ef4023f
BLAKE2b-256 d5ffb206da1a5e77c48fb2a2d34aed4015da82c3bfabb68a7157789f57e3ad09

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260519-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: create_release.yml on onnx/onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file onnx_weekly-1.22.0.dev20260519-cp312-abi3-macosx_12_0_universal2.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260519-cp312-abi3-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 fa5dc65f5927c102d79b0fd612a86285e6e9d39c7131a921c955416a2418e304
MD5 8fb80f1d957fde46b3c60c08b1dbc044
BLAKE2b-256 cae3097e446d3068f481171b349398b38ebc384fe880d7f4631a80f181643961

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260519-cp312-abi3-macosx_12_0_universal2.whl:

Publisher: create_release.yml on onnx/onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file onnx_weekly-1.22.0.dev20260519-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260519-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 d85804161737d7a785d145f6b44bb2074fbc2b4f1c858dd04eab0985d7a55a63
MD5 2369e6a25a642c0efbe892c5d0f463d4
BLAKE2b-256 c95a81b3c3fb7464da49d75f180445dd2b0f950c4fc816c32f0aaf2f920bf083

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260519-cp311-cp311-win_arm64.whl:

Publisher: create_release.yml on onnx/onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file onnx_weekly-1.22.0.dev20260519-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260519-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 6691f42121b4848f148a7b8b5e8fcc732c969abfefda39ff44b6747fbb125b89
MD5 20e57f536bd9c64f76eeef320aae518f
BLAKE2b-256 863d81c3e76dfe69d51027c272eed1fc9363b4e1b1f81db53877a0d4b54f29ae

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260519-cp311-cp311-win_amd64.whl:

Publisher: create_release.yml on onnx/onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file onnx_weekly-1.22.0.dev20260519-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260519-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 2e7d911ddcf4c7b8f9471593599d19dfea321919b9f265b14a13dbf99fdd78ae
MD5 294e85e6b83cfe753b359aeb28822876
BLAKE2b-256 7e6c6a1c6037e7876dba711c9ebd636e6aa2a10cf4a8fba9b62b877d0af51cb8

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260519-cp311-cp311-win32.whl:

Publisher: create_release.yml on onnx/onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file onnx_weekly-1.22.0.dev20260519-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260519-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 02ef59939aba26f37c44dc9eff898989082a54a51da6426fa152a6c74c7b5045
MD5 da438f7a8d7a387d444c51d975c9d588
BLAKE2b-256 30c37c6717c71f97297e7e08e52d5ae264e5221214b5ce64369bb9d831c66a23

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260519-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: create_release.yml on onnx/onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file onnx_weekly-1.22.0.dev20260519-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260519-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 53b4042d073b8c9ecf7cc8f2e58d84decc75015a123dfc24ab6e484494d85e6b
MD5 867b4139e7efc68a3c5b7694217ff792
BLAKE2b-256 854e788841b0058730f1a116f8a0cee688c4cafac12a7633f788b00412f6fe8c

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260519-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: create_release.yml on onnx/onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file onnx_weekly-1.22.0.dev20260519-cp311-cp311-macosx_12_0_universal2.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260519-cp311-cp311-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 b3d588d206d2acf9da415c59698daada283012fb933d791b46dcda6800c83357
MD5 e36a6b575af7d1379166b1fa5058e6f6
BLAKE2b-256 3a9cc197000af6121e3fa19de704551176b8da1fa7fd3bfcbf69fa70c61890b4

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260519-cp311-cp311-macosx_12_0_universal2.whl:

Publisher: create_release.yml on onnx/onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file onnx_weekly-1.22.0.dev20260519-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260519-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 cfab9fedf32264783e58d22e07e8d5c246835b4fa9cea7cf17b402caa231b1f8
MD5 224f66ed41fe424aa9bc1fa5d034e268
BLAKE2b-256 e0e8f58301bb84d59b210bf3c7fcb1dab90d76fea53d688aae9ff839ae0e1545

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260519-cp310-cp310-win_amd64.whl:

Publisher: create_release.yml on onnx/onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file onnx_weekly-1.22.0.dev20260519-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260519-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 bee33b344df505dcb2af00a1a5bdd4333ad7f003f18e3ade35202e9066321025
MD5 e39233a92a3197dd65a86e7e13d0cbd1
BLAKE2b-256 4275d400d5338afc1a59b752db807346537942f7255e013d777909d0bcba90c0

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260519-cp310-cp310-win32.whl:

Publisher: create_release.yml on onnx/onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file onnx_weekly-1.22.0.dev20260519-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260519-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1d5722f966d266cde4c2283f0dbf9596554b1172b50815e1124f67776145a09b
MD5 833bfa6d55bbe6719aea6d4776700df4
BLAKE2b-256 5368ce09c4b2eb5f7afb7f67abb42f96a887a5413751e8d5fc5d4b71afc01655

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260519-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: create_release.yml on onnx/onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file onnx_weekly-1.22.0.dev20260519-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260519-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ed7a3fb1352a5ee46a83808ddd70150586f5b4cbd91f41f61ba5d7f7db1a1aa1
MD5 261bf8d886d101a6fa464806e1bbadf4
BLAKE2b-256 13978aa55454353d547946b80002a7bc176f3ea9d645d80c14c8a4ef95fc47df

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260519-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: create_release.yml on onnx/onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file onnx_weekly-1.22.0.dev20260519-cp310-cp310-macosx_12_0_universal2.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260519-cp310-cp310-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 8296b60b2f3f316fba89a2e18d54bbe239715b81132b91345329894116c5e760
MD5 f1321a2b0b944621e34dedf98c27c6e8
BLAKE2b-256 5adfdd951d35b8a171b457b7b83339330aa6cb2bf5442ad468048e0828dd113b

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260519-cp310-cp310-macosx_12_0_universal2.whl:

Publisher: create_release.yml on onnx/onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page