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.dev20260302.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.dev20260302-cp314-cp314t-win_arm64.whl (16.4 MB view details)

Uploaded CPython 3.14tWindows ARM64

onnx_weekly-1.21.0.dev20260302-cp314-cp314t-win_amd64.whl (16.5 MB view details)

Uploaded CPython 3.14tWindows x86-64

onnx_weekly-1.21.0.dev20260302-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.dev20260302-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.dev20260302-cp314-cp314t-macosx_12_0_universal2.whl (18.0 MB view details)

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

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

Uploaded CPython 3.13tWindows ARM64

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

Uploaded CPython 3.13tWindows x86-64

onnx_weekly-1.21.0.dev20260302-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.dev20260302-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.dev20260302-cp313-cp313t-macosx_12_0_universal2.whl (18.0 MB view details)

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

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

Uploaded CPython 3.12+Windows ARM64

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

Uploaded CPython 3.12+Windows x86-64

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

Uploaded CPython 3.12+Windows x86

onnx_weekly-1.21.0.dev20260302-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.dev20260302-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.dev20260302-cp312-abi3-macosx_12_0_universal2.whl (18.0 MB view details)

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

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

onnx_weekly-1.21.0.dev20260302-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.dev20260302-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.dev20260302-cp311-cp311-macosx_12_0_universal2.whl (18.0 MB view details)

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

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

onnx_weekly-1.21.0.dev20260302-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.dev20260302-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.dev20260302-cp310-cp310-macosx_12_0_universal2.whl (18.0 MB view details)

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

File details

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

File metadata

  • Download URL: onnx_weekly-1.21.0.dev20260302.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.dev20260302.tar.gz
Algorithm Hash digest
SHA256 73ab33a8b940e3534805623c72018ff4fb9e1b658e2abc64212a5e0950ed2ab3
MD5 eaa6470802d099da11ba7c475011f774
BLAKE2b-256 6e8c07a7ed271fd5d9b16c9b4f5c034c4d96500721077f0b908977d8a6fae35d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260302-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 4625ddb0eeb5fcbd57501fb387dcd1daa54d8cfdf502b7863ec48f28c4c739f0
MD5 f83cd990f7f103e644bc34e0a1b38c1b
BLAKE2b-256 96ccd6fe1cf40b1548ff172d7d05a3974d9f1c1abf9d54daf733952c9533894c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260302-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 515228196d4d70aca07255e491ca474a3eecd27cfd751b1069a590d297e2bab7
MD5 a787f18e74ab7f61d756d8d58a081679
BLAKE2b-256 b3294407c6383692d535874903baa4855c2582e1ef18918ca73c40c15ca96c28

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260302-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 016362777a4d8f11e898fb120e73b0b37ad6117b54faadfe9d7623256a0ff38c
MD5 bce4a9844f243923a16eb69c2b04804c
BLAKE2b-256 e20efd76c772c056e4138fbc39e9710919cf4d4d596f7d6cdd5c55bed895801d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260302-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 776fee566c8054f4f03b406a879c0e1f675936e309f118da40009dc5ba3c660c
MD5 259d60dd70ba2343cb318a32c76b73fd
BLAKE2b-256 ce0b869b724e502d2c760646e975e219084e65d468478ce1a0b5461d6f6f8663

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260302-cp314-cp314t-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 93eb4112cdfea1cb56552b54d0ad5e8bfbd8d4c95ccf0f7370fc99b5b61d385a
MD5 093039464a4798c59b328e0ea3d23b1f
BLAKE2b-256 4597fec821868d72ab56d7a67c36c0d1359d4070469167b0c9fded8cc3079b26

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260302-cp313-cp313t-win_arm64.whl
Algorithm Hash digest
SHA256 12041255ba35826bea9cdae6c9967c9b76db196a20022ab890e1d846689ccec6
MD5 30a4d87da19cf144a603eb89997fc672
BLAKE2b-256 76b7a0b439ddd4e9e29741e39c726f0f361336a468f1555c48da59e1223bec20

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260302-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 fcdf17e03ff32e00b92d4bbefaf469aa440a34b5ec9c4ff02158c4ad21805f3b
MD5 f118bd2c092105ff1af4014c3d2c0dd4
BLAKE2b-256 0af9add5cced4c3a7c56f28944b12d9f26643a5735afd97531e5a66375b57fcd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260302-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 da76fd881a51fe408d6fe3f4b8ab9820dda85ffe7aff852e49d9ee893158be9c
MD5 d2723ebe9e04f83a2f61caaa0169de0a
BLAKE2b-256 bcc2ad5b7200fca98ae97a5b1ffd819205c95bbdc5302bb9d4cdc25e00786ce4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260302-cp313-cp313t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f44da7f6a1c06d9e368920b41e69244abe86651145336a9aea6640e7e52bcaa3
MD5 f37f872a38f6324916045fd48f00dff5
BLAKE2b-256 1e79a81ac0e58ad7a42dfb07ebfd0a67cac105f308e1d603bc6642dc9c9dbf4d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260302-cp313-cp313t-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 18f99f2a387fb100f1a0ea3c15cf7702cf37fa89564fb397e1e85bd6b1558a3d
MD5 2c4a28a587ca9ef2d35da8f59e3b2c5a
BLAKE2b-256 e22af1fd01a772df64a433f7f7f1af2048ed609e02b4ffa4df8f69121f8cc0a1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260302-cp312-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 415e445772ba6760f23426d4e7aaf7fde008c22a7bffcc111726b4e8f39409a5
MD5 f978c835634b5d283a6fd2f4ad30b0cf
BLAKE2b-256 9a2350c6e63c38e4f32e829004a195dba839e85cf0f68ac7f339bf5ce96c07ee

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260302-cp312-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 4e7176ff1e3eb55dd80e5c7c82cb9e4a7a1344a6f889333008235c98a4ce096c
MD5 f1a393b8177426110bc5b350956ba112
BLAKE2b-256 03ab3bc07b922dbba7443c4778b190c15b0368c817d30a06612572b472c4ee54

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260302-cp312-abi3-win32.whl
Algorithm Hash digest
SHA256 8fb96906082e8291948aa4987613d6bdf2dd24bf3b4ef3b188ae28603fc0a13c
MD5 d968dbd8312d24212ca6a14829a001df
BLAKE2b-256 9248bc5dc33f67b47233b85d4b0448cb76cbe33b2fe8f82e949067a9c1b52bee

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260302-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b7892041eb3ba49657678f6fd98f9811cca59df6b60c7930523189204b82ddf6
MD5 70b43a590ac2750ec577b6076968bd75
BLAKE2b-256 7d2f2ea8857628dd919469307a8892f06c936c25539526c228d9c96e0ad5a8f4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260302-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 72c034b22ece5b7c5e545d8b7d3d106e872b3252b68a13446778f37ef4b724f9
MD5 29001aaaaa2ee2a3821282cce7153fde
BLAKE2b-256 a47a3c8f0efca729c719056e5c083a43e0eca126dfd54b09343eca6efb3ec521

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260302-cp312-abi3-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 8f240168551615c4c73380f0d72c7b71c1f9b6c069daee1e99bb39edeab4de3f
MD5 a812279b47f9c7341c49bac73062545f
BLAKE2b-256 c9efb502a21e60569f32664ce25ff5afcb7dad95052f3eff28c5293bbeef92ec

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260302-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 240c6f212e6046312b68748f26d5afad88466b0b39067f05bfe6adf60c575915
MD5 55407c44c531cba0e9c740da7c767b63
BLAKE2b-256 407230cc315318ba4f29c3d3e68e699a20fff01f0c7d3be43d63073ed66b1311

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260302-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 57f923dda5d9328c0a3737ef7a421a52da7ae2fc74310f8ac23df139c3e34c9d
MD5 d62eb7c3d72e0f424d8f60c9b8662aef
BLAKE2b-256 40a3a3804ba5fceaa14f5ef9d37f05fc5081305abdc613d77951b4f6f1e32984

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260302-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 4f11c92173ca20eaf56d8a395ba6825268f3ac934b138fd060cbaf54d553d951
MD5 452a18afb1935471d28c4c733136360e
BLAKE2b-256 41c563f2dc1be0bdbb3b725551fabba50a88e1f91f219ca35b833b6e429db698

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260302-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 27076c2412c5f650b6edbe8bd498b83c60a7f995ff6ce8a21dab55cc76c55dae
MD5 d2406fbaf8dbff88448a3362211e13c2
BLAKE2b-256 1344ad605c2f4c716c7cc6ab56e380d12b609c6c12f6985b98c8adabbaea2e49

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260302-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4d4af493a0fb0f881828aaa55da9dc0ffb95c471c00a821c9b55a99c1305cd08
MD5 369419e6f0bed4807a6a71c59ef5de76
BLAKE2b-256 d007f07485a11cc6ec5f9178c125023421734a8e0449ccff023a0efbd6765c45

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260302-cp311-cp311-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 d6ed81b6ab96dd8d5fb2e498ed5fe0ebfb783bfdae6e9d7a51b49f62bcaa10ae
MD5 151d6babea1aa0b4d93ec7dd0ec762d2
BLAKE2b-256 cad6d7f1365877ffac1c1f59737168ab2afd5ec3ff30a2aabd53be77f2b28ff4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260302-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 bd99e217e07e998efea759514a3530af633ec5f24c08f32fa560fee71387c99f
MD5 ff98ff681214c40ab4b6c33bcb8b5258
BLAKE2b-256 2bd8ae8d6eadb653eebd22c27555497df5efd7cd8e5c1f2f358a1e267c74e4d7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260302-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 2ce1b2af3e2ffb1dd8dc3c071452ec4e34ef6b688e57f7368d9e054e1d183ab6
MD5 2f39dc4d5603db9931a449671e94da00
BLAKE2b-256 dcd8ed4994b2543dfb719faa2103af33977d54c675ee3a01071a95b269da74f4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260302-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ff5ba725f8e17cd8379b726c9b0d9454952799c6237ef68a518d0f1fbbbd9490
MD5 038093a4c4373a91838033c8ba30b3a9
BLAKE2b-256 c08f6cb0db9900f75cdb40cb6a672189803b4260a89964d21d3784fafbb6f294

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260302-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 cb5fddc475a4f4d42624c69c5f062d85f20947f138656ca31a0850996d80e343
MD5 f13dd80d548826b08e6a0d0e41a7c9a8
BLAKE2b-256 2190ffa842c3a198eb6d19325b4adf80ac47c99793d20a2f641edb4ff64be895

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260302-cp310-cp310-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 73011a23107f9bb2539e3e532af3b97d9675343330e7eb218b2ee281bd89e076
MD5 3d926c545aa3400758008da3d7a0b245
BLAKE2b-256 15071c0e41bdb31e398fdcc8a324e91c996638c76767026257ec93b7c1324e99

See more details on using hashes here.

Provenance

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