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.23.0.dev20260706.tar.gz (12.2 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.23.0.dev20260706-cp314-cp314t-win_arm64.whl (18.6 MB view details)

Uploaded CPython 3.14tWindows ARM64

onnx_weekly-1.23.0.dev20260706-cp314-cp314t-win_amd64.whl (18.4 MB view details)

Uploaded CPython 3.14tWindows x86-64

onnx_weekly-1.23.0.dev20260706-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (19.3 MB view details)

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

onnx_weekly-1.23.0.dev20260706-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (19.1 MB view details)

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

onnx_weekly-1.23.0.dev20260706-cp314-cp314t-macosx_12_0_universal2.whl (20.4 MB view details)

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

onnx_weekly-1.23.0.dev20260706-cp312-abi3-win_arm64.whl (18.6 MB view details)

Uploaded CPython 3.12+Windows ARM64

onnx_weekly-1.23.0.dev20260706-cp312-abi3-win_amd64.whl (18.4 MB view details)

Uploaded CPython 3.12+Windows x86-64

onnx_weekly-1.23.0.dev20260706-cp312-abi3-win32.whl (18.3 MB view details)

Uploaded CPython 3.12+Windows x86

onnx_weekly-1.23.0.dev20260706-cp312-abi3-pyemscripten_2025_0_wasm32.whl (17.2 MB view details)

Uploaded CPython 3.12+PyEmscripten 2025.0 wasm32

onnx_weekly-1.23.0.dev20260706-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (19.3 MB view details)

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

onnx_weekly-1.23.0.dev20260706-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (19.1 MB view details)

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

onnx_weekly-1.23.0.dev20260706-cp312-abi3-macosx_12_0_universal2.whl (20.3 MB view details)

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

onnx_weekly-1.23.0.dev20260706-cp311-cp311-win_arm64.whl (18.6 MB view details)

Uploaded CPython 3.11Windows ARM64

onnx_weekly-1.23.0.dev20260706-cp311-cp311-win_amd64.whl (18.4 MB view details)

Uploaded CPython 3.11Windows x86-64

onnx_weekly-1.23.0.dev20260706-cp311-cp311-win32.whl (18.3 MB view details)

Uploaded CPython 3.11Windows x86

onnx_weekly-1.23.0.dev20260706-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (19.3 MB view details)

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

onnx_weekly-1.23.0.dev20260706-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (19.1 MB view details)

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

onnx_weekly-1.23.0.dev20260706-cp311-cp311-macosx_12_0_universal2.whl (20.4 MB view details)

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

onnx_weekly-1.23.0.dev20260706-cp310-cp310-win_amd64.whl (18.4 MB view details)

Uploaded CPython 3.10Windows x86-64

onnx_weekly-1.23.0.dev20260706-cp310-cp310-win32.whl (18.3 MB view details)

Uploaded CPython 3.10Windows x86

onnx_weekly-1.23.0.dev20260706-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (19.3 MB view details)

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

onnx_weekly-1.23.0.dev20260706-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (19.1 MB view details)

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

onnx_weekly-1.23.0.dev20260706-cp310-cp310-macosx_12_0_universal2.whl (20.4 MB view details)

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

File details

Details for the file onnx_weekly-1.23.0.dev20260706.tar.gz.

File metadata

  • Download URL: onnx_weekly-1.23.0.dev20260706.tar.gz
  • Upload date:
  • Size: 12.2 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.23.0.dev20260706.tar.gz
Algorithm Hash digest
SHA256 6349712cde7eb3a04f8662f4c0e94c9c72c3651dd4f37dbd16ce03628e36fa29
MD5 c03d4fbc409f561149549a30c0673b95
BLAKE2b-256 efa41a3fa0598159c7bc9d2c26ce2bf8adb8430fd434c55cc8453da588dbe84d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260706-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 6285a1fb670db2666eaae0ed567e5f30ed5278615627937592b7dcbbf70fa0ac
MD5 1197ed055b034687e50b881a701c26c2
BLAKE2b-256 95df3f3a253c82b6b6e0309ccde4bbea6dd9559b33e127307f5bb2c11237b353

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260706-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 ba7bb22384441de0852dc5f99b2a6e6ce3fa17bbbdbbeedf68d51ffb981332bd
MD5 b1fb78355db90645afc867516eb2b06d
BLAKE2b-256 2d0b2c94dd34b12b6bdf9404beefc4fff686e457a6ce20ef05c3345a13fd903d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260706-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 928daf76f9a33842c4709409c8c9784876333c5ff698bf26afbc597459a235c1
MD5 4636b3a3f1faf36ac067255fff200372
BLAKE2b-256 3838bcb686ed7e49ebd5eec8b97aa1ec6e01ce21133ad29191144fedab151641

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260706-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 37170a046772f0409dfd75910bd3d8ac585302877c7c93ae3733c301f17cd72e
MD5 93cf3ae00c020bd4f0d8ef505eb5dc67
BLAKE2b-256 17ef97cdc9efda830c9d9ceee0fb9bc50933d9d5274047ca5569e21e3dfacc38

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260706-cp314-cp314t-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 e1773b1f09ab2f813cee7fcae31ab2caa410521e91b7129b2ef2cc65976d5979
MD5 7b8cdc7b0c0261ab85e1d9311653ab46
BLAKE2b-256 4e0a4fdf9d0b872d6e06f246c0a7f87e15006b542ca7c4c56b2ac6b04ae3961e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260706-cp312-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 b4f2e9f8e84e4091bbc2d6f46fd37006639edd2defaedfdc286325fd2cf94c1a
MD5 ef3248c368dcca2a9fadd33d92d2dc75
BLAKE2b-256 4d422bab82312f146c9e164af68321acd1c1328beb242801ff2ee3d835090d1f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260706-cp312-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 b8f5c181f0a2c341c7dfe7a626359ce07f29ac41f8c0c4600a6f8f6c5c2394c1
MD5 145e7ce49eb10ef72ea8a75b12a4c5ca
BLAKE2b-256 1f395c26201a3e7fa841d6c7acd750bf2692c622ff2a3ca344b499a263e12603

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260706-cp312-abi3-win32.whl
Algorithm Hash digest
SHA256 821817f88864a0f8de078ae36f05ecda940e5776aa3e92cc0cb7d893a3458929
MD5 59550f1cd24bf4477d4371d871264418
BLAKE2b-256 92e07b6ce495bebd099caa929f2fe44cd959b53acce73a9bbbcf127d6f3115ac

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260706-cp312-abi3-pyemscripten_2025_0_wasm32.whl
Algorithm Hash digest
SHA256 cf4ae4abad8f0b73ced7c39bf0d708f563084074ab120c21d656a99d0ad4bfdc
MD5 4ffeceab2baacc707988863a3ebb50ef
BLAKE2b-256 4157a1939f62e3a01297d126833c14ec6c50b6b46fddfe51874ccaac2eaf92eb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260706-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0fb338cd1a2a33683b7d78d1087d408526e7d9a620ac506bb59cdcfe6e708417
MD5 6bc1e66ef9dfbc18733760217b67f3da
BLAKE2b-256 e5d815b6ea1ad2e868f5b30cd2b7641570e3b05ec0f3dd0a8fe0cf37a96d5d35

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260706-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6ba46e248d7b74a5eb27bf28103ce775d157a6a5185410cc7743980308ca2324
MD5 ca83de366cdbd50ff44d8ad68ed6d37e
BLAKE2b-256 ffeb9100c7ba3ebe2c7dc3144ae8497db10a2b6656d6416b3e6a0c0c0dfe96f3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260706-cp312-abi3-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 8874091607c607eded3f7cf431e1857fb6721857dc29207b48cfd862a586219c
MD5 d1d324cf143edbfe381a429a71ddfe81
BLAKE2b-256 3e5af8101bf20f1af1672930e16e2866eb5fcfb7d29ac58f9cca4dcc397ef3bd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260706-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 95344582ae768ddeb347f5ee988cbf494a2b93144cab21011e6097e30baf174b
MD5 47fe084130a3cd2f627dc93488f23bae
BLAKE2b-256 2ca0e0e288ddd106d841b43b3e355694ac0f4c8e874a9fe1054b316aa9a6c533

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260706-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 96b35f3174f7ec97dd7bc78fbb61b8acfd63e971e47463c8de1700b3e9032fcb
MD5 a76e68eac973e379a08f816ce71a98b0
BLAKE2b-256 1804148ec8d7d964a46ca315953c7f4ff43c3163c4d67142d5ebea9e8c116dfc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260706-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 7b953d1b05586bb53caabfc196410d7b7730a47f97810b1e4cb0b17aaf0c03a4
MD5 9a4c5db842c137cc4e53b6edfd5febcf
BLAKE2b-256 c9ef479ef4fc4ee10a486c1fb66545ee53a3de3ef19ed627669b093292bbebb1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260706-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 92d0f373adf6849d59057e11ffb3670cf4206a55f12a22a4d1dc161bb29c22b6
MD5 9379a995bfd488c27328eef4694a3858
BLAKE2b-256 cba8e82b2f6d552d179fc21b1a875254bbf12233de3152935c2940a60427a370

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260706-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9b2ffecfce7348bbaa922ed6b157f9d4ca7c86e916c92f7a2b6c2bc682c25267
MD5 e562dff35e495455d125fcb82299ff57
BLAKE2b-256 bfa3b1d271b61ce1b76009ed9b7d28128d900b5f5489487fabffd54af7e06a38

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260706-cp311-cp311-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 5f038bd01faad0efba62c63d7091afcfd5002bd4857d227bd57ccbb573e34dcb
MD5 f3fb705948b870b04bf78d5ac2053571
BLAKE2b-256 da8539423b37fc23a26e26b7a7fef8a511f219fbeb55db5280bf572af23ec1ef

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260706-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 e5962bb6c26e991c90c8c2877bfc7c8e4c0bf75d81ebcd21fc770d857b7302bb
MD5 571248fbb1854cba3d242eb57bd56f05
BLAKE2b-256 6c3fb2458195f7667155e09c06070d8db42459dfbadaf098979c7c0f44836bbe

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260706-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 6857a8bb2a045d252ed0fd5f0bd06b22c58ca2a949e2c0b539c828215ee33aad
MD5 8081764653f0e57faa6c799a8182bc68
BLAKE2b-256 ffed2d37f238e4dad78763f3c0f197354ae08e7717569a94dcc21b367404499c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260706-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c12c783cc8edd88df7000f3ec5a29b39873a21ac619a7c09231e427f6f5a8c28
MD5 e631dcbcaff601e44a440912216a5f94
BLAKE2b-256 04de8d33d571ec0c2d25e92de81cde3291bc6bce939fc2035375fac6c86b1b7a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260706-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 8ef7e1f1472053939438ab591a2c1c05adbc845ebaa596387d9d5bb87c6bab17
MD5 cb8a32656af6a74081a8d759b3739971
BLAKE2b-256 bf5a3ed13f5541e403354b00757fd1d6fcbf2d879050a374811930a21a7f3c35

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260706-cp310-cp310-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 3a285e28b74dd261e0cd7f4f7fcdce6890e0ecd0b5a025398a0c4cc5c48e4c1c
MD5 7f15e2a64bfe1d1ec32217222e13688d
BLAKE2b-256 6fdd6a26a3180f873eba0455493be258f1020d5f18ded1f29ba7d940899d38e5

See more details on using hashes here.

Provenance

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