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

Uploaded CPython 3.14tWindows ARM64

onnx_weekly-1.21.0.dev20260112-cp314-cp314t-win_amd64.whl (16.4 MB view details)

Uploaded CPython 3.14tWindows x86-64

onnx_weekly-1.21.0.dev20260112-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (17.5 MB view details)

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

onnx_weekly-1.21.0.dev20260112-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (17.4 MB view details)

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

onnx_weekly-1.21.0.dev20260112-cp314-cp314t-macosx_12_0_universal2.whl (17.9 MB view details)

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

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

Uploaded CPython 3.13tWindows ARM64

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

Uploaded CPython 3.13tWindows x86-64

onnx_weekly-1.21.0.dev20260112-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (17.5 MB view details)

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

onnx_weekly-1.21.0.dev20260112-cp313-cp313t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (17.4 MB view details)

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

onnx_weekly-1.21.0.dev20260112-cp313-cp313t-macosx_12_0_universal2.whl (17.9 MB view details)

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

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

Uploaded CPython 3.12+Windows ARM64

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

Uploaded CPython 3.12+Windows x86-64

onnx_weekly-1.21.0.dev20260112-cp312-abi3-win32.whl (16.2 MB view details)

Uploaded CPython 3.12+Windows x86

onnx_weekly-1.21.0.dev20260112-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (17.5 MB view details)

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

onnx_weekly-1.21.0.dev20260112-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (17.4 MB view details)

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

onnx_weekly-1.21.0.dev20260112-cp312-abi3-macosx_12_0_universal2.whl (17.9 MB view details)

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

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

onnx_weekly-1.21.0.dev20260112-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (17.5 MB view details)

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

onnx_weekly-1.21.0.dev20260112-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (17.4 MB view details)

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

onnx_weekly-1.21.0.dev20260112-cp311-cp311-macosx_12_0_universal2.whl (17.9 MB view details)

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

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

Uploaded CPython 3.10Windows x86-64

onnx_weekly-1.21.0.dev20260112-cp310-cp310-win32.whl (16.2 MB view details)

Uploaded CPython 3.10Windows x86

onnx_weekly-1.21.0.dev20260112-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (17.5 MB view details)

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

onnx_weekly-1.21.0.dev20260112-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (17.4 MB view details)

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

onnx_weekly-1.21.0.dev20260112-cp310-cp310-macosx_12_0_universal2.whl (17.9 MB view details)

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

File details

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

File metadata

  • Download URL: onnx_weekly-1.21.0.dev20260112.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.dev20260112.tar.gz
Algorithm Hash digest
SHA256 b0a74338d56e9c2fcaa3fc99f84de3fa90dd7bcf49bf5a42e4debda5667747fe
MD5 4ad9e09b76a3a625cd70d3025618bd52
BLAKE2b-256 0e22b0e759c1403dada763d73b10acd07e28deaff7ac976c416dd3f36c3da346

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260112-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 9a7afb558ca312a38b797d092a915edf663042c2ae2174b8cb7185574bb0882a
MD5 1f7bc9bc65438e13234ceb3bc5730f18
BLAKE2b-256 55157cdc4bc8d5a30b7a5f8584073d7eff1dc358bed3800bb2f33f29471fda13

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260112-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 019653fd16f8063ccf60ddcc748717bfcf20e2393a9febbda85efe1d63e902d9
MD5 9f5638e681fc186390f40755d8f5a8a1
BLAKE2b-256 f7203d2c6efcb31eda5c77306b6fb77dfc4d67bd17b6a13a5ffbbbad7d35d178

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260112-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f3c4c1c83cea402529e288690d2f329f8f3b80180e48c615626afc1aa142d568
MD5 096e7ca83df7e08afeae942b7517fc90
BLAKE2b-256 b5a70b71ba72066e61286f0eb686611fdc883aae5ee2b1516da7342abe109d44

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260112-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 45fe2d0d6dbfe4d117cdcd9a0fea47ae3c453d0b995aa5525d3156d0a4c4818c
MD5 5c330000cd73cc033af8135ef937476c
BLAKE2b-256 0ded337c5f5eb3e06d47a1bd36615bbe6676df6e734f21ec4bb0e54c9aa9a618

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260112-cp314-cp314t-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 d375717d64f6a22e6e4e3fded79e2123b0799afe5a5513da6825a04e53d330a9
MD5 e265ff38d087ed0ca67a6f76c8fa98c9
BLAKE2b-256 053c4f93e3cbef6a1a08be8a0f0ed6bce99f366acdfde814efa027a8656a2e0e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260112-cp313-cp313t-win_arm64.whl
Algorithm Hash digest
SHA256 2a0133238be8bc446fc43cc40c956f154dcec9db7886de65b6be1335a9c7df7e
MD5 6c39793830baa52dd2e4c399059c98dc
BLAKE2b-256 f68682ce1ad366de398324e2504e51ea88cbaf41465136635fe54055b2b1770d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260112-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 40f5677ce4cb87e597e199680aea7f520dce39e1a0e11b3c8f8f447e1a4e69a3
MD5 66e4076370cc43551567c82bce3cc728
BLAKE2b-256 c5d47ac8abb1f24450d97844eddf78c4cf9aa0eac0615490956580abd2adbe20

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260112-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7de3c10a5effb722146c768f57d23b0412388fa54bd104ecca0a4bf620c1c804
MD5 0e1a37910caf6846c9ce13af77cbfc66
BLAKE2b-256 55fee3da8b7bf47b3c77de7225e13854c2968172c7e93346292813dde1cf1a65

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260112-cp313-cp313t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 925f49c5c8eca4f6dbec197641a32e3604dc74d886cbab086b756cc674d56752
MD5 45762f40fa24db83f048754d4356d9ec
BLAKE2b-256 f9c902fb0ae08f72b5e129a204ac9c1ea15c17cf01539fc8b6a0e11c2d8712cd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260112-cp313-cp313t-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 7a6591a2ccef2d1d3567c89346b2854582ec689f7f31f8294830a361cb52934e
MD5 3b7bfebc9d6cf46cce9be0e3b4604a67
BLAKE2b-256 b13958f429c8541f9834a8f35b66fc42dad26dba4a1db004e26cd5196a403df3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260112-cp312-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 bf039b553dcdd4134d5b3c6a477cf07dfd30045162c068b7ee0f23470a10688b
MD5 76d989dff58113a883007cfdf8ebd3c0
BLAKE2b-256 01b90e23d2d064722ca372e6736872599faa3fcbd2bc640f5209415e29790c97

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260112-cp312-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 8790b5e9c523c30bce4082a861a86043666fa13b6c27ce01ef97f16e47ea3068
MD5 a121d842d66ee61b15c6891972b6f59d
BLAKE2b-256 bce43b82d27388ebea33fedd2c2dbe065385301da91422bd5df0407b6e25129a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260112-cp312-abi3-win32.whl
Algorithm Hash digest
SHA256 d145a5510a3b064ea6ccf91ce7374fabcfa7b91ff7ed844dc2d03244fdb25422
MD5 2d2af6c63dc697440b07db9a48d13ad6
BLAKE2b-256 6fbfd2971fe25787706e206ad062dd10eedd37f05c7317f0eea7180bde9c7169

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260112-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a5ef42c25af5e58bf73877d6cce663bd6edc3080e3818d83e3323df9902758ea
MD5 1905658a70dfd9632c0516b8a4c7610b
BLAKE2b-256 d37d6527eb09a93a7f7f8aa4c6ce60042b84ab7e23daf1538af1a382dc016dbe

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260112-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9e3bd6031620045d1efb4ce4e77f75268c01ea81c096e344dc37c9fdfdef483a
MD5 669fcf6570c742f1eb3d0b9190a93223
BLAKE2b-256 0d0ecbdc0a6b2abb24cff742e5260c501fb91a767f9b8e34c0c7dff3ac7e70dc

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260112-cp312-abi3-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 a52c6f4b25c70e11678a778a4ca3bb4fe2cc6b86d17fd910e76877ec23ebd24d
MD5 2a9bcc286535dc789e4e9ec24c0694da
BLAKE2b-256 33c44c48f75d3f4a8090a2addac79fa2fd7f6fe66eb883c908d2c0da0ce3e06c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260112-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 3c05bef89b89e08d3b3e863f8eab8105a5b28b2b24254c4476a4740d40224bcc
MD5 6aca5ef86beec386ec232c9eeb1ecf9b
BLAKE2b-256 6e26c49d9936fdacf69dd3b7c04fee4117fa9639a6df938aca0ea103c0fb8d14

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260112-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 99f6ced1a23b81a4bdb059d004433f3fa98dd01931fee8984307cb9861109bec
MD5 c690028b4fc8b0eccc6c819552294242
BLAKE2b-256 92ec587f2ccb8ed045a571f1a0291ac0ca97c2c2f44bb476e0110af341f2e37e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260112-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 9ff7de4f4dec8dd27a903cc8e7121cfad70bd7d062e29eaf3eea208e50ee0b82
MD5 21e4106dbf62f17868e0a6ed1b7a9550
BLAKE2b-256 36cd848dde8adc8d8aec7b9e529b19850ab59cfe00e54b41582f099d757352e5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260112-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f26d040cb060dc90e5266674e0aed25aea34ae813bd40403c8593ceb4265041b
MD5 0d75b9bb3edeca1b5028e539c41b69fc
BLAKE2b-256 255af38bed9f54f111e53d3535bfbb8910b4d1d2ad6b9fbb9d42893cf4b9ed3c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260112-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c55bb95f1f4adaa41459a2139ae921d62bb2795855d025c7d0f0636fe09dd596
MD5 b10c74d2a4594429699e3ed9df8f5505
BLAKE2b-256 939cbc13542530c803a351e4d774461e3ae5bd472135a3f24f60de091d39f556

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260112-cp311-cp311-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 edd6c90b396448e21c277f65909d0674e02ad12ad53060d70fe8d97ff1f174ac
MD5 582577ed39a5132b220ca3d9274ebc1e
BLAKE2b-256 14846e9a28ce7fb9af792ca6e43bc887b4e0daf55c1fa070776eaaf80339eb3e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260112-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 d253b90f705836cd5f1a1979b6a84f9684c34b964cb3c329352c24644e840cb8
MD5 f5667de1026a51b53d3c28afcf93e503
BLAKE2b-256 516b0fafb69983f50ad9e98b9d4dc135e2564c17eb902ea54c67eeda9ddf6192

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260112-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 5c26ea7b93387129ed157e7cd67c4291033d00f95ca94ccd5b37943a1af599ca
MD5 cbbf50cba092c3ca4cc0f3ed31f6bb72
BLAKE2b-256 d880269177dc050f98f9296db4f391370bdfd15ac4d529e81c93a27a177bfe14

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260112-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9c7261a764661d212e9aac630ab1a20df4dec1d456fd3176862d8b87162e352f
MD5 20a72ac8136694259174d0d0457710af
BLAKE2b-256 d2cf2809dc69be889056596576fd95627a1f37a0692ec923c00907f6eab6bcfa

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260112-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 17f495f74bf0cc36a31cd0d44dbfec30ba3942539c26eae5ac2bff68a019b062
MD5 349c5b4d8ffedf3e7ac25f2765a32730
BLAKE2b-256 049472c9500140b925fb3d39f3e822f43fbcde15ab8c0661247b2289a6039876

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260112-cp310-cp310-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 ada3f99b92b28fce9cd46217a14b972dcb842c6babd3ebc736b1972da74b44a8
MD5 882f9f33d7eb41fb577172c0ceacea2f
BLAKE2b-256 23910ccad8a7d6227c1668b4da1f9cc54ddec5f94ecb8d60a35e8e7b2dcd4caf

See more details on using hashes here.

Provenance

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