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

Uploaded CPython 3.14tWindows ARM64

onnx_weekly-1.22.0.dev20260615-cp314-cp314t-win_amd64.whl (17.3 MB view details)

Uploaded CPython 3.14tWindows x86-64

onnx_weekly-1.22.0.dev20260615-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.dev20260615-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.dev20260615-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.dev20260615-cp312-abi3-win_arm64.whl (17.2 MB view details)

Uploaded CPython 3.12+Windows ARM64

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

Uploaded CPython 3.12+Windows x86-64

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

Uploaded CPython 3.12+Windows x86

onnx_weekly-1.22.0.dev20260615-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.dev20260615-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.dev20260615-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.dev20260615-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.dev20260615-cp311-cp311-win_arm64.whl (17.2 MB view details)

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

onnx_weekly-1.22.0.dev20260615-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.dev20260615-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.dev20260615-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.dev20260615-cp310-cp310-win_amd64.whl (17.2 MB view details)

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

onnx_weekly-1.22.0.dev20260615-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.dev20260615-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.dev20260615-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.dev20260615.tar.gz.

File metadata

  • Download URL: onnx_weekly-1.22.0.dev20260615.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.dev20260615.tar.gz
Algorithm Hash digest
SHA256 9889a8afe0e48f5dffa0b5a217ffcb1c3ecbbb852f42dbefe4bfd8376d52726c
MD5 566c3f6aac5af9d10da44e89a8357144
BLAKE2b-256 68f2f48e44991b2599ef15888d678530684857e5a6432bf45418723040daba2a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260615-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 3e1d4e0324e0b6d854107f8f011908629c13bf19d22fce275b680c47afc30840
MD5 e4cf9eed104e88648ac7c7d51987c02d
BLAKE2b-256 cf2116857e55ee7b9292b951f2d0ceff9ca540ac5ac851a870c0a849b2533c5c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260615-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 b40a3ab14f60688daeac56c74fe8b87c39223ef23fe4eabc2cba455cdc7a43f7
MD5 b4d6ec3c2dfb7692dc72a92f3d4700fe
BLAKE2b-256 bcc302c7457b0b7965c34f2709134ac51c410e7b5ee44736175e53fddd26a90f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260615-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 587cea908a884c4fff3ebfd3c86703bf0b98f54c881238f9287f718fa688783b
MD5 e8056d73afb0fe5b89f3bc41a1eddad2
BLAKE2b-256 378195e5bcb95265dd72f0ddc235305ef910e5b985ededa1aa8941bb74b79e04

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260615-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ddaf726febcf2f9515333222bca726854110c6ee4ab27033dbb5542f50019edd
MD5 ccc72349a52c026d2a8819e9e8da9d8e
BLAKE2b-256 81eaa994230d6677532fe46f681402d29c75aa05d1932257050293e004ed2b95

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260615-cp314-cp314t-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 4b9f665df1a8992cc5d1940b2c2969d3da7a7e7185bd67722239e94e274acabd
MD5 fd6b54cc1a942d3c4d62e6e4160134eb
BLAKE2b-256 23256e368a9a8d129da0734c06c5d741a7c6160951f210b8eb2372de4aae26e2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260615-cp312-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 1219322a1a9937a124599d109a4a868ef79a8fb4f809fe9be94a937be09b6c61
MD5 6a7df6a147ad4bbaa02f5fa83ea4dfc0
BLAKE2b-256 5ee7a9b6f18ba9d5b2b5affbcaccbfa05143343934e37d321994f8e6d6ac2172

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260615-cp312-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 107d10d8c421782facd5aceb861ade7cc375fac4baa666ce01b9997c237f485b
MD5 079bdc68c5d3e7ab9e8f49b58f9c9786
BLAKE2b-256 728b0e96f1908fa243a3c4d78586aa135b5b75e554d956a3bba13c55918cfc4f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260615-cp312-abi3-win32.whl
Algorithm Hash digest
SHA256 25273b05d3b39998d4f1e9d5c69ef8f73c9c083174e633c9d7ca9dbd96ffa19b
MD5 1191e6db0c13c26f295cd8dcc483c7cf
BLAKE2b-256 61b768b1e23d68da1622fd1eb4e8cd26e490f2409552866c4691251e8508e635

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260615-cp312-abi3-pyemscripten_2025_0_wasm32.whl
Algorithm Hash digest
SHA256 257b8c97aec59a4f0bf6cdfe88bf18256939d5a3ed0b60e8fbbb84e222730052
MD5 63dcf9ba60974d5cd54a8885f9d91234
BLAKE2b-256 9e7a794db6702e40526544e3d28340797338a8d72bc9e40e75e8f212b77551e0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260615-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b317c7afa99a9d4f34f6520748c775587cd3914499fc4a4094dacae383a0996f
MD5 ad2c9b98b65e50e4ccc669f067179807
BLAKE2b-256 61766adae9bb0a2d64ad8159b1a99770ab7f6c9633e3371873cb1b38851ffdcc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260615-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 365ee92c8b578a1012c86cf5713be1936643b12fb170a7e75335691d3bc55c26
MD5 619e5a83e7d1890caa9f12f495ebb429
BLAKE2b-256 88b88f9b48b0d22808b57fa25e0a3304be95435c575d6326c9985b9a1ed93306

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260615-cp312-abi3-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 2836fe2454839a8582c42e2c2f5fbe8f30c98dffbe3b42fe3c2225a9a0a2d708
MD5 fd57c8692912eb68c7ab48e331e7f160
BLAKE2b-256 88c454c4be8bb2739a16b073c2f4f54906c9850a225d341936e71ec2e0fed8f4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260615-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 e9cb024b205bc2d9ccd74de8842ec4cb9e11ac43d778bd0d3547192b970d5252
MD5 287b5bfc360f5bbcc0f66098c08d0896
BLAKE2b-256 aab222bd245e5e20c7e2ef678fa3c8767258474ae98940ac323c28cc66c54264

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260615-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 9b7b6ca38245c8698876c23ad2685c7e88f2ddb2a4fc0b5f46f550f8c4aa4545
MD5 025b4e2b2100185ad1f0330dcbc7486e
BLAKE2b-256 1d0ec70c3ac7f2e9d242ff4e87f5821c098db1b13421a675a8587a992374c944

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260615-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 9fd5b99b5ba77abf07ad2bd067186e54bdd939206f628590079965e38fdcf3ab
MD5 0bd9c1605e86dfcddaa854696d7c204e
BLAKE2b-256 253bdca0a00776c263fe56b4f2853d93b82d983b0e1b9427074bbb152fa32793

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260615-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 6c208010d3cc31cd9ea05c727a38c7ee6ab0f15cee86f6595742ab07f2265726
MD5 f7ac9613f65c433940928a049c3d66c9
BLAKE2b-256 135de9359165cd465ae443e68e877c6fe1604c979c245646d18bae9e0b615ea0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260615-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 1c8623fffb57ef38735f2ef93cc2f67b9eff994b9b1b9a45ea833bad588b609a
MD5 fc0c89ab659c456d994b7acb4565314a
BLAKE2b-256 cabee2bde06c7cee6ac20518c0c521f91955778ccfc3c2724e6ba9e1f64784bf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260615-cp311-cp311-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 0a38bddc230f70d4a6846cdc4b00509c49bcc43948057156efbed2634899f061
MD5 23823d03f8320ba832e430e262c900bd
BLAKE2b-256 6273d5e5660149cc394e871322bba1f70eb63e5d95780c242972678e87c37728

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260615-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 eb843d6e6162b47aeb9597b771c2c273466ca5d7d98898f35483ebc58dbec1ed
MD5 a3559aef7f65be03b58d1c5cbfd40bb3
BLAKE2b-256 7ea97cbe6afe588a53e79e360813264723261e950a69e8bc365a295cc1d51b94

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260615-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 ed12ce88399117dfb2163cd39b8d59d0ff7ea84a22f9b002f9af1a6a24ecda0c
MD5 134b4faeb13a9c17b8678a43ef5fe5b0
BLAKE2b-256 64938fad4c8ebb4a2328da51db08e59058cada99056d6c3b56cafce7fc63d387

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260615-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a13bfe5255022f001f4de9336e1c51085f1f66297e229e01b2dbd0e1ab0871db
MD5 a097b0c1b4ded3ee698b20c75d717eb9
BLAKE2b-256 8aee983c616ec20543069f13de5d9b61f21c53eb8e7db504b2afcfe261672d49

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260615-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 01c01c785c539ad15fd8f1b9e8d88d4b3f716aed7e34c73778a13082212aec44
MD5 7c17e0841d3e4d0ec0dfb1733090450e
BLAKE2b-256 a4140aa3ac81cfcec822c68e5ed4b8315bae8140b41b822e9809e97eafcbd6f7

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.22.0.dev20260615-cp310-cp310-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 a64fcb52b54f166c554d0432ffb161da0e41881d4a28a95ef3dcb7ae2d109fb0
MD5 590b2eaafbc598d594cd32d3b66bace5
BLAKE2b-256 ce8eab1825fc80aa0b78922a52a5410bef68bd8e75caa8a60b9d0c02572441a2

See more details on using hashes here.

Provenance

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