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.dev20260511.tar.gz (12.3 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.dev20260511-cp314-cp314t-win_arm64.whl (16.7 MB view details)

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

onnx_weekly-1.22.0.dev20260511-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (17.9 MB view details)

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

onnx_weekly-1.22.0.dev20260511-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (17.8 MB view details)

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

onnx_weekly-1.22.0.dev20260511-cp314-cp314t-macosx_12_0_universal2.whl (18.3 MB view details)

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

onnx_weekly-1.22.0.dev20260511-cp313-cp313t-win_arm64.whl (16.7 MB view details)

Uploaded CPython 3.13tWindows ARM64

onnx_weekly-1.22.0.dev20260511-cp313-cp313t-win_amd64.whl (16.7 MB view details)

Uploaded CPython 3.13tWindows x86-64

onnx_weekly-1.22.0.dev20260511-cp313-cp313t-macosx_12_0_universal2.whl (18.3 MB view details)

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

onnx_weekly-1.22.0.dev20260511-cp312-abi3-win_arm64.whl (16.7 MB view details)

Uploaded CPython 3.12+Windows ARM64

onnx_weekly-1.22.0.dev20260511-cp312-abi3-win_amd64.whl (16.7 MB view details)

Uploaded CPython 3.12+Windows x86-64

onnx_weekly-1.22.0.dev20260511-cp312-abi3-win32.whl (16.6 MB view details)

Uploaded CPython 3.12+Windows x86

onnx_weekly-1.22.0.dev20260511-cp312-abi3-pyemscripten_2026_0_wasm32.whl (2.2 MB view details)

Uploaded CPython 3.12+PyEmscripten 2026.0 wasm32

onnx_weekly-1.22.0.dev20260511-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (17.9 MB view details)

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

onnx_weekly-1.22.0.dev20260511-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (17.8 MB view details)

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

onnx_weekly-1.22.0.dev20260511-cp312-abi3-macosx_12_0_universal2.whl (18.3 MB view details)

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

onnx_weekly-1.22.0.dev20260511-cp311-cp311-win_arm64.whl (16.7 MB view details)

Uploaded CPython 3.11Windows ARM64

onnx_weekly-1.22.0.dev20260511-cp311-cp311-win_amd64.whl (16.7 MB view details)

Uploaded CPython 3.11Windows x86-64

onnx_weekly-1.22.0.dev20260511-cp311-cp311-win32.whl (16.6 MB view details)

Uploaded CPython 3.11Windows x86

onnx_weekly-1.22.0.dev20260511-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (17.9 MB view details)

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

onnx_weekly-1.22.0.dev20260511-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (17.8 MB view details)

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

onnx_weekly-1.22.0.dev20260511-cp311-cp311-macosx_12_0_universal2.whl (18.3 MB view details)

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

onnx_weekly-1.22.0.dev20260511-cp310-cp310-win_amd64.whl (16.7 MB view details)

Uploaded CPython 3.10Windows x86-64

onnx_weekly-1.22.0.dev20260511-cp310-cp310-win32.whl (16.6 MB view details)

Uploaded CPython 3.10Windows x86

onnx_weekly-1.22.0.dev20260511-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (17.9 MB view details)

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

onnx_weekly-1.22.0.dev20260511-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (17.8 MB view details)

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

onnx_weekly-1.22.0.dev20260511-cp310-cp310-macosx_12_0_universal2.whl (18.3 MB view details)

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

File details

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

File metadata

  • Download URL: onnx_weekly-1.22.0.dev20260511.tar.gz
  • Upload date:
  • Size: 12.3 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.dev20260511.tar.gz
Algorithm Hash digest
SHA256 04726b2c0551c10627c4dc8820b2fd3f8c7274ff90ccde1ae634e1004ce0c639
MD5 d4e262cf589323940c18d8fb3ee18108
BLAKE2b-256 d314a0a5de8e532bdaf4b97ac692a1b066f4edf4045cbb4808e86f97ee8b1260

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260511.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.dev20260511-cp314-cp314t-win_arm64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260511-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 d78d3f253025e8b75c2b469ea218c31e0a8b57fcc62b77aa05d2aa075b18b5e2
MD5 61048b86564e2f219fe0cd236a07c14f
BLAKE2b-256 a5d8a5f4e45f347863d41d4689f81efaec40e715a711dc21b82036f886b5f4fe

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260511-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.dev20260511-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260511-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 9277979345f6ac2ee59c4aea42963d014e9153796712b903e2650a5ab0bcb3da
MD5 700d81947dfff893dacc9424640d52e5
BLAKE2b-256 940864ea621719d34157fcd29f5f3e71df70d61716bb1e7944dd57b78d2057e0

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260511-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.dev20260511-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260511-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6ed9b359ab5e9d2367b55563498527060d59d883be0450b025344faef3151b75
MD5 abb6a33b8077a30541027d00dd5e5f6c
BLAKE2b-256 9775b8892af2900342632557ef54dbc9c7fcc480e00290e8ac3a49cd6626f6c0

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260511-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.dev20260511-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260511-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 08257936940e5e789b3a72b3c927f9405a73c80c35a5eb798e721bced0e59fb9
MD5 a752d93a69befe7d9500405945ca161a
BLAKE2b-256 4233fb7a4c76049362fb16326601c4e78306d223a350fe8e0d0159b4d9533488

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260511-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.dev20260511-cp314-cp314t-macosx_12_0_universal2.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260511-cp314-cp314t-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 fbd939cb50ef9278bc5217a64ec664996e89ad745b11bc27ed3751a1c14f7650
MD5 cc0d4f349220879e05bee8f20d15055a
BLAKE2b-256 e682b58036415a8199056127efb7c2305285c2b108ffaad89daa8c6171b3c582

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260511-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.dev20260511-cp313-cp313t-win_arm64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260511-cp313-cp313t-win_arm64.whl
Algorithm Hash digest
SHA256 75177bed9ed404410463cd57e1b4e8e6e978c139ed8c6f25914b88066f093754
MD5 e2da9a0e8f58dd65698f5e1e215980cb
BLAKE2b-256 c92f94b6cee23d9d0c27f59a64042ba6411fc8e9c179bebf07fa6252ff032df2

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260511-cp313-cp313t-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.dev20260511-cp313-cp313t-win_amd64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260511-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 24cc8632f197c7d58a26062cb3950d9036d4ad3355e9e03eadf46ca8b7b8abd8
MD5 738c56fe68516dbb70fcd0d0629bf45d
BLAKE2b-256 b004830ae763c8ba8069e77bcba578ce9f1ba758ba902e089be78b6a8ef697c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260511-cp313-cp313t-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.dev20260511-cp313-cp313t-macosx_12_0_universal2.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260511-cp313-cp313t-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 c55dfabc2888142a874fd7394317efd70496c2d5d266faaff63429ba1b251989
MD5 1f94fd8ddf8438e341f5398ee83b8433
BLAKE2b-256 9116da4e79b6602c76f202c6ed154dae5b4f4cb3c8e5200d9ea77ad5ea2f8eca

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260511-cp313-cp313t-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.dev20260511-cp312-abi3-win_arm64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260511-cp312-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 535cf2d41ce9d9f2b85064dbd6b3c32260a3ffd58f157e759695496fb0053564
MD5 56aa07f040e2cf43fc614df49f3706f7
BLAKE2b-256 194849bae5374412d060f1748683f4b5fffb7202c81d7f239f6ee9843aa42461

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260511-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.dev20260511-cp312-abi3-win_amd64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260511-cp312-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 3148f0fae34d9b6c07cadccdf61eff143b53bc229b7c29830b74276ffe0bd55b
MD5 8e99672b032ad1652a98251b43c91346
BLAKE2b-256 3a87f423c59b97b2efb8ae43e3d14e3ef1b73481c41261e29cae0c38de38a329

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260511-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.dev20260511-cp312-abi3-win32.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260511-cp312-abi3-win32.whl
Algorithm Hash digest
SHA256 f2ad2d1851bb335c274dd98f7fabf6a8c29760b1bca022649e3a0bb3d0b0276c
MD5 aeedd52304bb5b1acfbdfd8cd8adf453
BLAKE2b-256 6d4ae21bfbeff5ab10b47ae44a4cb9a7bd0c714c5bc0ead6fa2a8e372e80bfa1

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260511-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.dev20260511-cp312-abi3-pyemscripten_2026_0_wasm32.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260511-cp312-abi3-pyemscripten_2026_0_wasm32.whl
Algorithm Hash digest
SHA256 e5b75bdab93feddda9800cb1e9bf244e5702c67714adf8fa53bafdec374b72ab
MD5 34da5b3f316e61ac6a056890b9f2f40b
BLAKE2b-256 82f37996e76defeddd96aed47c7b8f54091672c23943ebaa2ddba3d1d3de5855

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260511-cp312-abi3-pyemscripten_2026_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.dev20260511-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260511-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 53ff121049cdde0e960d3c81a0b85738ccd38ec072299b1c0d0cbe1d555aed8a
MD5 496c715f0fb6e5fd317c7761ab496b38
BLAKE2b-256 6734705d8181aa7690aed01066b41570fb02fed0b00f4ee6773794bbf0ca59da

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260511-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.dev20260511-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260511-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c7650a5e4d18d9096e2d4a69d336358f26cfb1093f48f3e1dbe046e235a361f2
MD5 ded829b96409a9c136e31ec21c3f4337
BLAKE2b-256 91e38fbae8f69b883f1294e30c730f3435cc60d5aabc3a3be9edd14a9914430a

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260511-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.dev20260511-cp312-abi3-macosx_12_0_universal2.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260511-cp312-abi3-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 df043cf5fcf40be5c6b50d48abc84326ff88add26b29e0220fdd7364b9bf1690
MD5 a4b2298ae5daf999ea46b2d83f17a00b
BLAKE2b-256 48e2cf45bac713c4160326104ee9f2fec58d76ef403ae939f331843ae5780203

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260511-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.dev20260511-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260511-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 d769d227a02c95b66668f5331cbf5f89a95632a54d4c5b842317b8f81e102bc6
MD5 c8e0782914d815868d68d9d850b1855e
BLAKE2b-256 2f5341cf182c925c6d40431371a08d9eb28301d7d5d79a34c04602d8cdd5ab15

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260511-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.dev20260511-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260511-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 e6aa7bc6805d3ae9718888d0dd77d55a7c4ce4f523b2c4e3530757eaa6450c3e
MD5 bb7c647295dfa9fe56f3a5e311af2b14
BLAKE2b-256 6a149b5653b51e4de39e941790c39eefb8c0231ae8d65b01c7ab2d16f3d9d22e

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260511-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.dev20260511-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260511-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 8e1a49ac3d2f21698798766d0decf2dc3c9c4ef065390a9ce32a328ec56f86de
MD5 04d74d1f8ba2eb5d656cd29d4a771601
BLAKE2b-256 2a684346867752818ea318e7afd90ff8fa8397458c9d45865a1539ddacaea645

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260511-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.dev20260511-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260511-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 60372ff4b9217b2b56d04e9982d96c68b98c129fc51899a11414dac455e5f8ba
MD5 6d166e52989b76a7d72d0581d46a3d8f
BLAKE2b-256 6ff69267f5eae46aa76b0fe076d1a925f94382f59729591ff01e8a05590f3f9f

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260511-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.dev20260511-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260511-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 fd50072a6b551b38c47065a7567db11cbdde2ba82cd5b8fa6a9a190c9ad69c7d
MD5 9acc48681c1217e81146dba50d758352
BLAKE2b-256 293c42604bfb9fb746d74ec0b115875cac8079af54dbe58cc5da76a1dfaed2d0

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260511-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.dev20260511-cp311-cp311-macosx_12_0_universal2.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260511-cp311-cp311-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 869e2082bbf373b3b90cf729fe9782411810f8d6f8a7f3374a9021e13147a852
MD5 f0c09336d913e90d2125e5cbe36a5c99
BLAKE2b-256 5853e418d5d65dd1f85f116859b2c6adeac5de4d84ab339fe8a228f5eadd3171

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260511-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.dev20260511-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260511-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 208595a9bc55a65cee28bb7b773cb9a0a26bead09f3480e7a0f08a19c97fcb1f
MD5 d6f036ee710dc6316f5137cab84f73a2
BLAKE2b-256 6dfacdb0f6c71d681777371e2c3e025b83e8151d8a5025add2209a548b21d6e2

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260511-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.dev20260511-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260511-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 b8b58dcd8b951f3a68888a9f75ce756c4765b7394146a1e8bb6f85251b47b387
MD5 86647014da5166ec9e13302ca0eebac1
BLAKE2b-256 c161d767f8d18c08accd3599159d83f936363c5e2b1e0624f6f707e0e092f357

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260511-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.dev20260511-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260511-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 13185109bfff36dfcac7c549d004cfdc7ece1858156b83b8179fa77914b5e119
MD5 66b1caea2cc1cc50d4eb14cb4c347079
BLAKE2b-256 1c29ec3fa0411e94feebce4ae60928db9f55b24e0214f437a0e0003b5bbfd149

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260511-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.dev20260511-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260511-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 30cf8721952d47f3b2bb6fd550377546172d5d12170b342f848355ab8751f2a7
MD5 f68e321019f9cfda2a3ad516d827352c
BLAKE2b-256 8c59a1bf04c48b369cd04acf1f0b3dd525ad4981752e120f9b034b3303d4dd31

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260511-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.dev20260511-cp310-cp310-macosx_12_0_universal2.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260511-cp310-cp310-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 0b5230801597dcebe58484573f6640e51a7475afbf4a91021a0a809f9d3a3ea6
MD5 cce83b868ec7c2b5cd456dc48315e1a4
BLAKE2b-256 41e7d6cbaeacf61d564bc5d146d0eb7e67991ffb12ab237d99ee90434fdfad59

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.22.0.dev20260511-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