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.dev20260608.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.22.0.dev20260608-cp314-cp314t-win_arm64.whl (17.2 MB view details)

Uploaded CPython 3.14tWindows ARM64

onnx_weekly-1.22.0.dev20260608-cp314-cp314t-win_amd64.whl (17.2 MB view details)

Uploaded CPython 3.14tWindows x86-64

onnx_weekly-1.22.0.dev20260608-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (19.1 MB view details)

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

onnx_weekly-1.22.0.dev20260608-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (18.9 MB view details)

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

onnx_weekly-1.22.0.dev20260608-cp314-cp314t-macosx_12_0_universal2.whl (20.2 MB view details)

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

onnx_weekly-1.22.0.dev20260608-cp312-abi3-win_arm64.whl (17.2 MB view details)

Uploaded CPython 3.12+Windows ARM64

onnx_weekly-1.22.0.dev20260608-cp312-abi3-win_amd64.whl (17.2 MB view details)

Uploaded CPython 3.12+Windows x86-64

onnx_weekly-1.22.0.dev20260608-cp312-abi3-win32.whl (17.1 MB view details)

Uploaded CPython 3.12+Windows x86

onnx_weekly-1.22.0.dev20260608-cp312-abi3-pyemscripten_2025_0_wasm32.whl (17.0 MB view details)

Uploaded CPython 3.12+PyEmscripten 2025.0 wasm32

onnx_weekly-1.22.0.dev20260608-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (19.1 MB view details)

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

onnx_weekly-1.22.0.dev20260608-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (18.9 MB view details)

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

onnx_weekly-1.22.0.dev20260608-cp312-abi3-macosx_12_0_universal2.whl (20.2 MB view details)

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

onnx_weekly-1.22.0.dev20260608-cp311-cp311-win_arm64.whl (17.2 MB view details)

Uploaded CPython 3.11Windows ARM64

onnx_weekly-1.22.0.dev20260608-cp311-cp311-win_amd64.whl (17.2 MB view details)

Uploaded CPython 3.11Windows x86-64

onnx_weekly-1.22.0.dev20260608-cp311-cp311-win32.whl (17.1 MB view details)

Uploaded CPython 3.11Windows x86

onnx_weekly-1.22.0.dev20260608-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (19.1 MB view details)

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

onnx_weekly-1.22.0.dev20260608-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (18.9 MB view details)

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

onnx_weekly-1.22.0.dev20260608-cp311-cp311-macosx_12_0_universal2.whl (20.2 MB view details)

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

onnx_weekly-1.22.0.dev20260608-cp310-cp310-win_amd64.whl (17.2 MB view details)

Uploaded CPython 3.10Windows x86-64

onnx_weekly-1.22.0.dev20260608-cp310-cp310-win32.whl (17.1 MB view details)

Uploaded CPython 3.10Windows x86

onnx_weekly-1.22.0.dev20260608-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (19.1 MB view details)

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

onnx_weekly-1.22.0.dev20260608-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (18.9 MB view details)

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

onnx_weekly-1.22.0.dev20260608-cp310-cp310-macosx_12_0_universal2.whl (20.2 MB view details)

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

File details

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

File metadata

  • Download URL: onnx_weekly-1.22.0.dev20260608.tar.gz
  • Upload date:
  • Size: 12.1 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.dev20260608.tar.gz
Algorithm Hash digest
SHA256 7c438766ca8871d78821d5bf8bbb4db67fc8eb5a54add9f455e76945051379b3
MD5 9f9c987da47a5abe1f73b190404240bf
BLAKE2b-256 943318ab0bcd8743634e7d1943625d9ecbc478d2e4a415e38e9e8c4bc991b822

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260608-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 35cb80180596c5c9931cdc6f798fdba7c38194b8567376a8cb25adec2868cdd6
MD5 0a2303a6d8aff2b7f9400471e99a3a7e
BLAKE2b-256 5013a8b73fa7f0f2c897de32aefbf1497da486c5f83e3b3779722bcd66834a9c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260608-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 ba8b0948adac5a9a7e4f62a4cf429cca1689cc05a9aaa35667e3ef3e9d5a4465
MD5 d368dfd0cd6074d5e1f85673826cb104
BLAKE2b-256 4710594546ad4df3c46082fa31efe9ce22d92f4292c497c0ad6386f4db2f7b66

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260608-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7dc228636067e5caf62719f1675e166ba203bb65226e644a4d52d11fdddf5d86
MD5 fbb7814943046e450822d33f36b79af2
BLAKE2b-256 1c8c007759055d9233d85b8234f30eed7b0b5c8b37e6998a6f0eea97868ee061

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260608-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 98bc94b5407fb0ed7143e4bde55cd0f28773361d37b83b2cd8790b1ead73ae7a
MD5 8d93e2ef9d035bb074ca21e8074265ca
BLAKE2b-256 7b68f8c1a047e4ca2e3e0ab58c5c8e0cf9ea48c449cc3cc8eddc6f89a574c3ed

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260608-cp314-cp314t-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 32004319382b3ec083e65907db44f7962aedc719305ebb8637922781e7795e29
MD5 f127dfb9f4846f5d20a43ccfe068901e
BLAKE2b-256 fcb8eddd777e68da125054680009bd0b3809e20eeb68fe7f31f0d1c1de253315

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260608-cp312-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 fbf772578b58003fbecb0a04c63374aa86bfe39a5decb8b855d3c622608112ac
MD5 c0d1e18abc17629581c7829378d396cd
BLAKE2b-256 d8c69b562a0ebd16310649ba7146ff2388c0f3c7a8f07103f98a14433e7fbe7b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260608-cp312-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 5eeb4b2129de5bda658cd39af4b68f27bec3ece62f3816067c685f3afb8a3822
MD5 f878c80e71bb68c8426364854d3882b2
BLAKE2b-256 f790196161e4e5845e9a58eab70c90be54abb5d54389742445af0736a506219e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260608-cp312-abi3-win32.whl
Algorithm Hash digest
SHA256 92832b13b465641980d155ffed48b5d1af89df6244f45ea39888a71df7dfee92
MD5 b2c196988d854d58e51f3217d7be0cde
BLAKE2b-256 06e3f866c02c1e402070a47559b7040beb2708631cb37703af4dfe8cc21929cc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260608-cp312-abi3-pyemscripten_2025_0_wasm32.whl
Algorithm Hash digest
SHA256 8144f842d5769196223b8d367289b75e7c4f18707f88e9c0ab89da9143912c76
MD5 c671b9cdd7725154682f48bd1b23a402
BLAKE2b-256 d0b0c23358e9536e3433bcfb8b535bf8cd42e18923e54baa65c0a9cbe9452521

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260608-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4ae931e5549839fb5ee137228b10e10263ff7d8b3c6bbdd8337bb283038847d4
MD5 0fce9a5c0a64917073d1ba0cb282a46a
BLAKE2b-256 e0a2d5d4c694f0f91f10b62882343b57693376fe68daa49883c5b1dd5511a4da

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260608-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4abff16192917f48a5bf8b6e22a29b1cbe063b4b3090d2087e0bbd3ba72dc4d5
MD5 8bd24f2ccfcccaa61f84c42b77703420
BLAKE2b-256 1b590accc5854aa44f07e10c42c3824f6e2436f3cec904b8e40271c0e04a1b33

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260608-cp312-abi3-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 ccf11dab365c3d2676726387f29bc517c24bbef32d85dc0e75b924939e1ff3fc
MD5 6ad8a93e78ecfeb087fd3b04103149a3
BLAKE2b-256 55a99492cb038e864024e826a41eb4316fd00e17eb7b0d12c3cb745a7f3347b5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260608-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 50cc5a94005fc0121fdabbe1cab5506039a0d27ec510b3d0611ed005d8a88ef2
MD5 384c6e529425946ebe68c21b313df5a7
BLAKE2b-256 ae4f10e4d7c8324ce2de074728785d422ea7c5989976064b91122b41bf4ae51b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260608-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 7720dafd4ba8b1a23f9a9bc089cf06baad8fd85df567b11f2658c1690100684f
MD5 36f50bd2336f05183e55e3cf33dc82c2
BLAKE2b-256 c0179987144e0634202873627d435c5c8624df137f5a8c9dd7a4a074de22b0ae

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260608-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 54f6a5acaa98dec8d9ca1e185a41a19773f3c867b6c238cb41896625380ac2c5
MD5 38800c63bec43c7e2de0aa5bda78ccb0
BLAKE2b-256 9668e3fd225f84724764596a211cff8d16fb7d9af71d224dc21847567f34b14f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260608-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e0f5a2e1779e3f2ffd9ad3fefd207242531bb88513df27a6b4d428ef34b00f8a
MD5 b30a45eb21d9c443e7577876ad0be0d8
BLAKE2b-256 1348556a383bf1c6afa3da075140399e6f39a8d0ce954fcddb4ff852f001a16d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260608-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0a47e8f205a298245eb29566c6206c865eaf20dc73d857c136cabff49ca08250
MD5 8d6f5a530db0769edd22220b7a8002d7
BLAKE2b-256 abe02fa30b949b24a1b7a8fc76239305a168bd30c81761aa23fb27eb4a066d45

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260608-cp311-cp311-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 f714029455b26492ee54e9ed8955ec148509ab1fff3fd8d6e030750307e738f9
MD5 804a29c4bbb135f7d2acfce2ef27c131
BLAKE2b-256 319a117f7be7e0f9ed167604e3969925979c9b795905f6f0cd12d05ab5c2f979

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260608-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 7bb1f08af7b51686570d4bd58baaa20f507edff64e1079d722c930fd7b2ffbe6
MD5 60e8ea290618ec71a57ccfb731ba0cb3
BLAKE2b-256 5e1aae43a97ff51eac4f154f518d65d2a36f70bb25b1990bbc4b4b6e763af7ea

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260608-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 412a37fdd16f6ae00f794cee01f8cf24f0a51d30eab4ce30f3289c226c9a889a
MD5 eade7cc75bd911815669979b037c6cd3
BLAKE2b-256 97e415a89d2cba3f0fad8da51e139f6a0a8968618413a56ded151421c16695d9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260608-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c40cc506a253274ffeedbd2d53305b95779314358f2a89e7aef4ad6af75792e9
MD5 3d9406c850e0b86817c8ae5398f4f865
BLAKE2b-256 af55493347f8a890ec6b231eb065a7100bbf97c9d61340548d8845ea1f4d0461

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260608-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 3d41b307cacb923b1620b5137f476ea17d0515776b3e0d330ebab7911288f4f5
MD5 4fda8a3ca71db9a05d5839ab8c6b02be
BLAKE2b-256 c34fcd2d394b03a3a2526cfdf02f8fcd0d997f256c14d249288f2ece31dc2938

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260608-cp310-cp310-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 3aff7926b880ba38bbfe5987b59b91de0ac43f1d8059b6a4475a91aa88d355bf
MD5 8854f6bd8021134be42c6da62cf8b0bd
BLAKE2b-256 074df108590eec02116acdf9f64a049c228691a4450552eee98710fe63233866

See more details on using hashes here.

Provenance

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