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

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

onnx_weekly-1.21.0.dev20260223-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.dev20260223-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.dev20260223-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.dev20260223-cp313-cp313t-win_arm64.whl (16.4 MB view details)

Uploaded CPython 3.13tWindows ARM64

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

Uploaded CPython 3.13tWindows x86-64

onnx_weekly-1.21.0.dev20260223-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.dev20260223-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.dev20260223-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.dev20260223-cp312-abi3-win_arm64.whl (16.4 MB view details)

Uploaded CPython 3.12+Windows ARM64

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

Uploaded CPython 3.12+Windows x86-64

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

Uploaded CPython 3.12+Windows x86

onnx_weekly-1.21.0.dev20260223-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.dev20260223-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.dev20260223-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.dev20260223-cp311-cp311-win_arm64.whl (16.4 MB view details)

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

onnx_weekly-1.21.0.dev20260223-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.dev20260223-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.dev20260223-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.dev20260223-cp310-cp310-win_amd64.whl (16.4 MB view details)

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

onnx_weekly-1.21.0.dev20260223-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.dev20260223-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.dev20260223-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.dev20260223.tar.gz.

File metadata

  • Download URL: onnx_weekly-1.21.0.dev20260223.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.dev20260223.tar.gz
Algorithm Hash digest
SHA256 c4b03cad1c46a1048bbcfe4b2b9bc1107981075a4589b42ab1f38130c13b1f72
MD5 c03b896e531e38758c14b33dcee42305
BLAKE2b-256 c59edfe10ece4fc946542e37486fb71c0a6af0a8d2f0a47eecbeaf593c315562

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260223-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 cfae6c3d4db53629f972160690aa2696893b2fea52c3b78540eb64cff68e390e
MD5 ceae50f24a706fc011b2aa06362ca02b
BLAKE2b-256 8a65683c884268bce1d643d40c6067a3e5ce6c11214ef8b2de7d639d31066bb0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260223-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 b131ed1b1d82de479f51b221770abfbc85cfe8632501e73b7343d55b2f39fe5c
MD5 62f8584deada6709a5224d6421f86a2d
BLAKE2b-256 d493de67110cb0e29ea5946fb6f53f1d2a124e8a5f0443ce47f9b84fa35efe74

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260223-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 777dbe52fc7f05c36cd02d6ab519a659f003462caad5e89a5662ac74004b7d0e
MD5 ea19b47b40e441bdfd178bc7db819d41
BLAKE2b-256 c06ba6aff470dd18c46fdc3dea1bb77bd1ebef0bf0a0f58bd631f36f70f43735

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260223-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b0c25996a0b6fdfe7318572574e460b62a50a74ba328b4171b3374545f01a24d
MD5 a4280ff2961ceacb31fb8a02d9c41b95
BLAKE2b-256 627eaaf1431e4b5b0fb37144f9dcab9b5f7d5cb65f0f9638ec8efb4a476a24e3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260223-cp314-cp314t-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 4466c993254ed644e723bd3b4d21e2b7bd53cac8d4105dcb1f13fc3a7caeee08
MD5 0fb690d99be448d61d85524c6cfcb58b
BLAKE2b-256 449c2179232db768f7650f1fcea8e1db44233750f91668827e0ed53918ec995d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260223-cp313-cp313t-win_arm64.whl
Algorithm Hash digest
SHA256 712860d2a63af1d248a4cb935c28c48af96b3a461d81ba161a75695527fa8e2b
MD5 55dc88f9cad28973cf39629979094268
BLAKE2b-256 66cdd330ee393cdbd7d009b02214a7cac97ca2a488d1ad1d28c80f95e3ca2af4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260223-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 0277602fe8dbdf4d52627b76a7d48b8b17a2ccb734af9529efe32d51c5b0b3ff
MD5 6bfb14005d4aae4bccb8daa17a45d8ba
BLAKE2b-256 105d798fc7bad32f54546726207093f19248aa187c834183b1b4ac35faa56a98

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260223-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ab6facc170bb6e7ea1ff19020093fbc42c054ab0e4b88eb0b4c6ed2288447f07
MD5 470f52a4370627f07b810bd648819ea0
BLAKE2b-256 7387c265aae996d9ba8672d78a0bca7329202483e675b32ec7ec3107578aa183

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260223-cp313-cp313t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e1fcb2efd35fbb352846226d62bba9af581bf1b8c89eab525d61977950a6ab58
MD5 8f3d7706bc6e526190c897a1b94d698f
BLAKE2b-256 10dbbd46a2fc0b64a598a5d512401737e52b0f3d01e66b23e6671c4d5f75bc62

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260223-cp313-cp313t-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 30f3fd308f6e6ab19dc1d69c215650c4b4f00b4f633c4fd0f63b2e90fe0d1f30
MD5 c85969b772158ad845318bb73f57cab3
BLAKE2b-256 bf83185d631ec31eea39bbc60c959995eb6fc0506bba4751d7e1d8c4ee9b5de6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260223-cp312-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 5ed9bc339f5483352678deda3bbe6e919abb7c07b1c80c09e9c21688e2fb9aeb
MD5 2105c33fa85bb3e360d23ff164845728
BLAKE2b-256 5e14fc27bc4729a9c8129179fe0f9d91a3ec6bbe3376b2f24722e145285fb0c5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260223-cp312-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 92be03908c18ad16ea1d7428e65eab63ac428a2afab80d91cacd1213100f7247
MD5 8b050649ff9ec607e2222a29bd342803
BLAKE2b-256 5a77f84f2bcc5d980fe232e56a67b2e89e54c9a126e767ade1e5ea5a94235065

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260223-cp312-abi3-win32.whl
Algorithm Hash digest
SHA256 bd6a57f1c68f84934d43a6e7ee0959d192bdfe0d4a79f62e34515223f5a08a46
MD5 879ec16ae12943fb02c76f2801ba0d91
BLAKE2b-256 20f605caf598049003d392277832b07b45a6dcd140107098dda6232527f5c5cc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260223-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 51f659d9e382924f3e10cc6fff84867f69ce8086e8c416928d9d18c82db4e132
MD5 bba37cbe6d18c3ff51714c41e8b01cf1
BLAKE2b-256 5a4b1785b4e1a0f925ad4bd58a02a4c578c67ebdd57a7908a009d36a6d4d2356

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260223-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b09f740650c1a0a5406b1168b13fd21b5e57688ff1c746c0fb371d226b2fbf20
MD5 bec8715bf0589c2da17c2cdfdc6df409
BLAKE2b-256 db25fffda1def8523c046eaf232ccaf3a83dcc3f7f82cf0667fefc1dd1684d46

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260223-cp312-abi3-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 49fc0600cf5e89e97e70b88aee1f144ec5472723f06398df5f15361bef58bde8
MD5 7cd721b52a14c8b1406f354e5430f9f2
BLAKE2b-256 3291b61bc1619c240e44dd0fca5230a4a21a0775a7deb2c15a5100e7856adf20

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260223-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 e1d9f070606ee5b71127eb8285c49e642e57b777caf7c9a2d45e641dcd616f8e
MD5 a88a6781f43d1bb76350da1db44004da
BLAKE2b-256 b6c0d101fc52061fdc73c48366718173ded5580935f99a03ef070220cca01d5c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260223-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 78d3d578b799247c6da5eb10d3a0f5eb36b8c0afc4f08966bba8e3d5e967da11
MD5 18301ca2e710a86a9b1c41fcb9361b36
BLAKE2b-256 e2c8ab7bdc1cbd3f9d5af193f66748f4517875f08d0eac45c3cd08ac3ea64439

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260223-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 4d9f7096ed7bda5e66c035cda60ae6a40d1b623fb1a13edccd7605a9cfa6df0f
MD5 da5c70fce081acac10b9f1e6f657ab78
BLAKE2b-256 82136fb6470de896d44196cd82df1e3c80a0c101356dfb99ac3be319faf1f34a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260223-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 db576086404d1487f32591794d87ded4636d6c55b81975e14193acd383ce6d36
MD5 09062f3f2e5fdb624d2354f6fc3add60
BLAKE2b-256 42dc1c06d8df0ac258bfb349c2ada65dd5b2a138f1ae4bc8c5ca978c376947b2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260223-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 bb3f74b3351f59479b7980cc62b444b47be67677651c8071aa348951aaf0aa6f
MD5 025c2961c9bdc1e4fe200e1e6a5bef6c
BLAKE2b-256 3d6babccfd3f7d890dfcefbbc00f9d98b41818f2e0ed364434ef89d58cfe4168

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260223-cp311-cp311-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 a0d51cb984d59e35d6b7d5cd886067e9e1d2b33cb9dab4f7c3a1eefc45c3006f
MD5 b3f7b166884b8d79e3d59a60b7932384
BLAKE2b-256 fd3b1f14d2aebef07cdd829e8db5cdb12425efcc367d393e1a374b7d6e13bf49

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260223-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 7f5832176d3c3e37359586c5bc1a0f2b4488f429814d04e7febe1ecaf02c1c62
MD5 ea4c15fd7a8b8c06e65c0ae84c6fb84d
BLAKE2b-256 a4db300e8e2a1e475c4abff0f46bcb4a31668328068377247c60b4e8dd061129

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260223-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 ab970e3837d3173c6cf16fe5bd8b084d5dc0566795bad49dcaf587e263b705bc
MD5 c41b9947c7534c80621e635828855c56
BLAKE2b-256 c8b4fd3ec3818e1d06cec6116779c5fb30172fb87ee6830a795fa67872d3ea56

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260223-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f340e73445b69ab98b14fa4ea299af4273c2b29e23c8185740cd84df1027c38c
MD5 650c93989191fa002b54495d15d0a302
BLAKE2b-256 69035e6c735da58e68420fef4b444064bdce804235f0f5270906b1c0a1db1659

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260223-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 fe21e039f0fca84ecae0e13fb2ab0b8d31e3ffcb232858b13c83ac99bc7ca6a2
MD5 c96bd549379133fda060a51b3b38e1e9
BLAKE2b-256 1e7adbd2f9e455cea5d6ccc15cd49d867912af1553d7f60d28d70ac57466520b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260223-cp310-cp310-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 e1f6c03adffef05d88657b97abf002f21a7f7d26669086e742550ada1893a245
MD5 ab116166b671487505bc4e43756f29a9
BLAKE2b-256 910d9fc363fad970355ec05f362eee845e2bb06811f08248a8b3d39f6bd8210d

See more details on using hashes here.

Provenance

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