Skip to main content

Open Neural Network Exchange

Project description

PyPI - Version CI CII Best Practices OpenSSF Scorecard 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.21.0.dev20260209.tar.gz (12.1 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.21.0.dev20260209-cp314-cp314t-win_arm64.whl (16.4 MB view details)

Uploaded CPython 3.14tWindows ARM64

onnx_weekly-1.21.0.dev20260209-cp314-cp314t-win_amd64.whl (16.4 MB view details)

Uploaded CPython 3.14tWindows x86-64

onnx_weekly-1.21.0.dev20260209-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (17.6 MB view details)

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

onnx_weekly-1.21.0.dev20260209-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (17.5 MB view details)

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

onnx_weekly-1.21.0.dev20260209-cp314-cp314t-macosx_12_0_universal2.whl (17.9 MB view details)

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

onnx_weekly-1.21.0.dev20260209-cp313-cp313t-win_arm64.whl (16.4 MB view details)

Uploaded CPython 3.13tWindows ARM64

onnx_weekly-1.21.0.dev20260209-cp313-cp313t-win_amd64.whl (16.4 MB view details)

Uploaded CPython 3.13tWindows x86-64

onnx_weekly-1.21.0.dev20260209-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (17.6 MB view details)

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

onnx_weekly-1.21.0.dev20260209-cp313-cp313t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (17.5 MB view details)

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

onnx_weekly-1.21.0.dev20260209-cp313-cp313t-macosx_12_0_universal2.whl (17.9 MB view details)

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

onnx_weekly-1.21.0.dev20260209-cp312-abi3-win_arm64.whl (16.4 MB view details)

Uploaded CPython 3.12+Windows ARM64

onnx_weekly-1.21.0.dev20260209-cp312-abi3-win_amd64.whl (16.4 MB view details)

Uploaded CPython 3.12+Windows x86-64

onnx_weekly-1.21.0.dev20260209-cp312-abi3-win32.whl (16.3 MB view details)

Uploaded CPython 3.12+Windows x86

onnx_weekly-1.21.0.dev20260209-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (17.6 MB view details)

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

onnx_weekly-1.21.0.dev20260209-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (17.5 MB view details)

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

onnx_weekly-1.21.0.dev20260209-cp312-abi3-macosx_12_0_universal2.whl (17.9 MB view details)

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

onnx_weekly-1.21.0.dev20260209-cp311-cp311-win_arm64.whl (16.4 MB view details)

Uploaded CPython 3.11Windows ARM64

onnx_weekly-1.21.0.dev20260209-cp311-cp311-win_amd64.whl (16.4 MB view details)

Uploaded CPython 3.11Windows x86-64

onnx_weekly-1.21.0.dev20260209-cp311-cp311-win32.whl (16.3 MB view details)

Uploaded CPython 3.11Windows x86

onnx_weekly-1.21.0.dev20260209-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (17.6 MB view details)

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

onnx_weekly-1.21.0.dev20260209-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (17.5 MB view details)

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

onnx_weekly-1.21.0.dev20260209-cp311-cp311-macosx_12_0_universal2.whl (17.9 MB view details)

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

onnx_weekly-1.21.0.dev20260209-cp310-cp310-win_amd64.whl (16.4 MB view details)

Uploaded CPython 3.10Windows x86-64

onnx_weekly-1.21.0.dev20260209-cp310-cp310-win32.whl (16.3 MB view details)

Uploaded CPython 3.10Windows x86

onnx_weekly-1.21.0.dev20260209-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (17.6 MB view details)

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

onnx_weekly-1.21.0.dev20260209-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (17.5 MB view details)

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

onnx_weekly-1.21.0.dev20260209-cp310-cp310-macosx_12_0_universal2.whl (17.9 MB view details)

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

File details

Details for the file onnx_weekly-1.21.0.dev20260209.tar.gz.

File metadata

  • Download URL: onnx_weekly-1.21.0.dev20260209.tar.gz
  • Upload date:
  • Size: 12.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for onnx_weekly-1.21.0.dev20260209.tar.gz
Algorithm Hash digest
SHA256 e36da16a6613c20e3646e159b3e869c06e9d7e319f7744a649bc81c40d018899
MD5 06ba4e69aac14b72e56026d24fd80a4d
BLAKE2b-256 e02b8aaae989c3d5b73e0c068649412c16a7c6874e6f42571677d33fae0e4ce9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260209-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 730e45792810eb3722581124882623ee810ea2747b28d161e452f5c939b3cba4
MD5 32321746c09b94b7168af71fc5ba71da
BLAKE2b-256 86d935e8ad13afb447ead69fb44e7c30070f16ea13b36c04ca3aae1b726006ab

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260209-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 cbef992bdd6617d2ed86666a0b1ea7d7c9acb1f6cd95a386ca8e556643342f91
MD5 d38425503e1477397fe22ad425a9cd75
BLAKE2b-256 38fedd2d6fc5505de56f1dffb44a03d2c6f3dc6ca58c7bb46e42ef6b309a098b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260209-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e58ac9f212226447999d6351d3b7d6ab726dbe5ab0ca0010598e515f925520f9
MD5 bc534a3bafb686d7d8db8f6af2ad3d74
BLAKE2b-256 5db4fdb195f59af062f6dcb1754cf12925810de3910f07f177cd32fc3bf5246c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260209-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a47f373bce496eec06471470efe135748d38e2d95c61876749924933be22a43e
MD5 db6d98178e9449fb11dd34f6bb5b0514
BLAKE2b-256 cb4e616b48d363216a43bee743f71f135d3f9fa59d097a73858999875f57e7c2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260209-cp314-cp314t-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 c9e7902eb44e3c3bbfecc012259ee85c0c45b3e7d79f5869c5c20f354723e7e3
MD5 e4c8d2c99d0616673f6b71da71933104
BLAKE2b-256 86f75a72ecc34ddfcd5248e030b3416e8f390fc41ef838ea2453686df92530a8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260209-cp313-cp313t-win_arm64.whl
Algorithm Hash digest
SHA256 f5802476ff68f1a0abca7e5eef24ea69ea2797ebc62bd40e32bdfda025e4d946
MD5 0dadd04c3b06f90bc7d7e8777ee4f53c
BLAKE2b-256 5e9dba54318c01e70c7ecc4fc94bd6384bb822dde27bd90d1a70900fa8356dd3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260209-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 67eefef4f115cc8c8c1fa6a9ee560be093c6fed5c87567e2e4679b35079d8c25
MD5 54e9a453e0c46a3ed1cb20a392265a95
BLAKE2b-256 b906b5f12dbdb1cf01c14e0e73b11344d9c77637ff0d13c1c401873fcd4af976

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.21.0.dev20260209-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.21.0.dev20260209-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260209-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d3d97914047125dca7b1d746e16eb2e1cf96b01a18e59b812ff58fdf1f622175
MD5 5e920540b7f347d312bc116ee9543653
BLAKE2b-256 b1b160a85fe58c2f2415c2b5fbb1364f55cbb5643d998ec3ff611547acdfeb05

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.21.0.dev20260209-cp313-cp313t-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.21.0.dev20260209-cp313-cp313t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260209-cp313-cp313t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 520b465ef97b7fdba4ee85ea23ad7648ce719ee395da7412eb1f2c5c052d8b3a
MD5 3d3b4f371618c32361d9284f26e1e263
BLAKE2b-256 e578e87ec48b702d225dd13b9e2aa2731888d838eae0101dee548231113bdff3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260209-cp313-cp313t-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 7efcc54924180ceaeea3110c9f96669253539a56608357eb2d937db79a1eae69
MD5 71a595fd884c11be4402fd09171f0a85
BLAKE2b-256 17ea9fb12984b7c64f0faee860fa6e53a72584928e6a52833c827ff681330036

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.21.0.dev20260209-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.21.0.dev20260209-cp312-abi3-win_arm64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260209-cp312-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 8efcf56c51df51329dce6cc41f684138e269a6801dbc12b8c88208b129ceb313
MD5 4eeaaed1b2b7a4d038fa500853dde54f
BLAKE2b-256 668abfc70e7200c63f7fdf4aa2268a7b234646d9a3357294977695bb41324aea

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260209-cp312-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 881ea7c0f75b990cf321832b5f3b38c76fdbb409b90db4b57fe1baab088dace7
MD5 2e2a0d156606ccb5895b803f9b03d386
BLAKE2b-256 79ca13bb21063c4138add823c50aa173605c3139c82b2c805e1931c60f961b40

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260209-cp312-abi3-win32.whl
Algorithm Hash digest
SHA256 975b4fb77dd83297ec741f1e27b976dc8591071b134ff13ecef511d5e406429a
MD5 29000f7c4f53a9aa02fa79af4a793fc4
BLAKE2b-256 d965d2a8bc0994e3517a43d049cd45843348caf8bf4ecb7ce2ed8bcc3fb295dc

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.21.0.dev20260209-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.21.0.dev20260209-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260209-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 059338ac8d026b177488a604584ece2671a15e86a7a44f8be465044f897ead8b
MD5 29c9efe16231b2191c246dc67fca957e
BLAKE2b-256 8847086ee7e5e2e128bf44d9bcf6ee2d7c4cc61719a57e4f4e2401f0a1d38ca0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260209-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0aa3fedc1d81ea70c3a576d31250946b533cc32ec646233f5957d39564bcb8c3
MD5 6198406efa1634d6aa1e27245459df15
BLAKE2b-256 5aed7bc72cbf21fc55d78280af9f0e81fc00ba8115a6bab1ecc0ae8a7d2f332d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260209-cp312-abi3-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 aeb33e6f6f8c1ee67294808b58639367cc22a8976d2d6140830168409a10f575
MD5 18c13ab771a8f7a5e0b65721b6843a27
BLAKE2b-256 e34f78058402cbe17d3501629515ea290637f551b3b6d1009bd78e12c2a5e1f4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260209-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 0ed45d29d43d61a3000105b468dda762de55a949318cb92fbfccf9d389ff34a6
MD5 ab6f22fb643ce04eab42da40e9da7c34
BLAKE2b-256 5891178c4b6f75acae5b939988fc0975da369f128e421fe53dcb0a135760c4a8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260209-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 0798ad6cd761683f58bb910cca2b7a31de3aa07095210e3530e3bf4d0200d34e
MD5 ae4fe61e13c6e2fab60e8fdd1592f5d1
BLAKE2b-256 9fe6b534d18d171962ff8833ff263b5d83e45d98b17a6cb28d7611bff08c8dbe

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260209-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 26c95f696f7d78dfccb9a4662d60db7dec03fde415b097cdf19cf102588f6441
MD5 a61d44f925e0691275a104d7b02fde45
BLAKE2b-256 1d75bfb5ba21234b2decf739bdd2ea6c207d302ba54ee8994d6d2c88a5f1fdf2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260209-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0c7689e04e87c945a1a0a607d827d493b2767a7b2db6563eb3fd04e1892b70fe
MD5 fc979dfc9a2adfc76dfc1290ce56a74e
BLAKE2b-256 46dce70d0577dfc379861e71d853b830cc162c872fd82194a284f081462fa631

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260209-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f4a48e48831167e3de014bc2491c597c81f5e14831e6dd9a05d87e1345337de9
MD5 59e6ab244e945db36d556b7a96420c28
BLAKE2b-256 3aa76f010a89f88345cfaa0ebbcb87497fd53096360fc4989ad5c04bc0da31fe

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260209-cp311-cp311-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 38a047bf321f118a81b5179aabdb37a2d81d0f86cb7d82e7751a314ea9a8698d
MD5 fc1529ace844e2496103bcb307b18419
BLAKE2b-256 a67f1d9920fc44f7a61af76cab69a3ff627de85b66a3cf61ac1b16c2d0a77f48

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260209-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 d8d92c78e5a100c2eaf3f6212ba2254e86a4e227dcf910ba511a288665e0fde8
MD5 f25e0324d90f26ce02a7e35efcdabecc
BLAKE2b-256 ebb540fcdbc17dcdf05449f4d88cc695c88f04ee9179d4ce8e2c9e12af1487f1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260209-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 b3fcbb55c3ffeeb144847e498eda5f2b048e7477d79a51900671d76e775a0668
MD5 403ee980df7547969d8d516f1245629a
BLAKE2b-256 0a38cd1c6cafcd461872c191fb5fc54edc932056ac3366f5199c11438246b1f5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260209-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 555b3ff84cb5b6911e5ca3abbab88925aa7b43f37635502aba0abf08f458df5c
MD5 065e4a3ed31760d2e923ef83cced8fb9
BLAKE2b-256 72cb1bfac5b0bc94ca1bf88e340b675656659d90711deee01eb89f5c32ad3642

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260209-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d4ee538fd4d578a106b27f4bfaa86700110a01150712772bbc7a061cb8a935c6
MD5 b48998d8522b2186fffd9e0813091e95
BLAKE2b-256 7dc305c8d6e3d6bc64a0f7e61bc5186e7a0c97572c18f8af9b467b5a99b7b2a0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260209-cp310-cp310-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 36632d2ed0c8c179b05dc7276f1e02c6b5406e965d8704cb2cd84edc38f4b62e
MD5 5465b7f94f497d3724bbce9924663ba0
BLAKE2b-256 05676439737e97fed9d6be0b1b773f1fce8283efc5ff2cdc21ef18cb660c2945

See more details on using hashes here.

Provenance

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