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

Uploaded CPython 3.14tWindows ARM64

onnx-1.21.0rc4-cp314-cp314t-win_amd64.whl (16.5 MB view details)

Uploaded CPython 3.14tWindows x86-64

onnx-1.21.0rc4-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-1.21.0rc4-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-1.21.0rc4-cp314-cp314t-macosx_12_0_universal2.whl (18.0 MB view details)

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

onnx-1.21.0rc4-cp313-cp313t-win_arm64.whl (16.4 MB view details)

Uploaded CPython 3.13tWindows ARM64

onnx-1.21.0rc4-cp313-cp313t-win_amd64.whl (16.4 MB view details)

Uploaded CPython 3.13tWindows x86-64

onnx-1.21.0rc4-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-1.21.0rc4-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-1.21.0rc4-cp313-cp313t-macosx_12_0_universal2.whl (18.0 MB view details)

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

onnx-1.21.0rc4-cp312-abi3-win_arm64.whl (16.4 MB view details)

Uploaded CPython 3.12+Windows ARM64

onnx-1.21.0rc4-cp312-abi3-win_amd64.whl (16.4 MB view details)

Uploaded CPython 3.12+Windows x86-64

onnx-1.21.0rc4-cp312-abi3-win32.whl (16.3 MB view details)

Uploaded CPython 3.12+Windows x86

onnx-1.21.0rc4-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-1.21.0rc4-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-1.21.0rc4-cp312-abi3-macosx_12_0_universal2.whl (18.0 MB view details)

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

onnx-1.21.0rc4-cp311-cp311-win_arm64.whl (16.4 MB view details)

Uploaded CPython 3.11Windows ARM64

onnx-1.21.0rc4-cp311-cp311-win_amd64.whl (16.4 MB view details)

Uploaded CPython 3.11Windows x86-64

onnx-1.21.0rc4-cp311-cp311-win32.whl (16.3 MB view details)

Uploaded CPython 3.11Windows x86

onnx-1.21.0rc4-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-1.21.0rc4-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-1.21.0rc4-cp311-cp311-macosx_12_0_universal2.whl (18.0 MB view details)

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

onnx-1.21.0rc4-cp310-cp310-win_amd64.whl (16.4 MB view details)

Uploaded CPython 3.10Windows x86-64

onnx-1.21.0rc4-cp310-cp310-win32.whl (16.3 MB view details)

Uploaded CPython 3.10Windows x86

onnx-1.21.0rc4-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-1.21.0rc4-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-1.21.0rc4-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-1.21.0rc4.tar.gz.

File metadata

  • Download URL: onnx-1.21.0rc4.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-1.21.0rc4.tar.gz
Algorithm Hash digest
SHA256 9cd30d62a05c2a16929a656bf577a96fd834948c2417458843daae742ded263f
MD5 387db188e561d7dbed934221d26cdf78
BLAKE2b-256 00eefb8f441dca2151d6486e89154873edc5a0cf730cb3adb07e04043cb54e2e

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: onnx-1.21.0rc4-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 16.4 MB
  • Tags: CPython 3.14t, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for onnx-1.21.0rc4-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 7a99cd85863fac8330e230c27c3b85cdc5ffabaef87bb395d74f399488379868
MD5 069aa872b942ec2b711f998e9566bd46
BLAKE2b-256 91ac7f11abc0da3a61bbfb8a8148f7b882bffdeee444ace28e8e250a9c8257ad

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: onnx-1.21.0rc4-cp314-cp314t-win_amd64.whl
  • Upload date:
  • Size: 16.5 MB
  • Tags: CPython 3.14t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for onnx-1.21.0rc4-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 8db2f93ffaa0ef67c5dd979166a64ce28bfcb49ca943387f96b2e49e5bc4a6c4
MD5 1679451217c986ffac2abd9ff350c978
BLAKE2b-256 9600e3fff8d951d3bfbaf8f0debf32288b087efacc142bcbb824c43373c0e328

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx-1.21.0rc4-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 668fd9638115d70a7051c5c3ad027cd79018c844950d76c54ec0ef19bd1eb622
MD5 e20e5e5a35333b9532d1f0b1f7cea943
BLAKE2b-256 e1a1dc708a8d08887d458e5a044697c5c406b2957281b3405cc71f41bbf09731

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx-1.21.0rc4-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 63c9d0f70cae23b659764be018275f889d864568b297f67f1df990bef8f578b8
MD5 cad6f2695958a83ec084914d649ec7cb
BLAKE2b-256 98b18793b274337301f624d9c55627be18ded0857c330649a50c9335575dc950

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx-1.21.0rc4-cp314-cp314t-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 8bfb14acee5c8947b72711283f264319481a01573c5ee84e5f7ed2fa354ff939
MD5 eef3d939c9291b3d9141c64103fa88e8
BLAKE2b-256 74aa209380552f1b229c70532a0cf2246aa38ff035a0546ab0a539d55440885f

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: onnx-1.21.0rc4-cp313-cp313t-win_arm64.whl
  • Upload date:
  • Size: 16.4 MB
  • Tags: CPython 3.13t, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for onnx-1.21.0rc4-cp313-cp313t-win_arm64.whl
Algorithm Hash digest
SHA256 e12219a76de3e0547ec2fa6d6ef2274d8a09bf1fa7560fc0cbd37804052cca6c
MD5 44dcf8c133b52697b47ab2c8a18e6f76
BLAKE2b-256 a2dd975957d640d72948ad6176be634b76ce544208097def57782331de3fb5ee

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: onnx-1.21.0rc4-cp313-cp313t-win_amd64.whl
  • Upload date:
  • Size: 16.4 MB
  • Tags: CPython 3.13t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for onnx-1.21.0rc4-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 10e6395a01b9df7a7390c51995741b6b6996f44cb4ff558951418e90e331c245
MD5 2c0c1ab173d75d2e5b95e4171427f11d
BLAKE2b-256 0ae2fe3a21ab47e315b1ae135e194d4d97930366c7c14717a703e64298945535

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx-1.21.0rc4-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2b81e70ea3667736a5a043075cd8bae6a24fa0f332334a5fc79f64ddf4b01a48
MD5 526bab4138af6c7dfd388d1b169efd57
BLAKE2b-256 5f0b5c884af1378fdb1eb03d6b88c98fdbabd096aa0b8f72da3361a8b829833c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx-1.21.0rc4-cp313-cp313t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 fb622951a76e31d88aa9960972abe349695f21e938ca14f0a8c60baaed4bf54c
MD5 781dc24894ee11f493301dba162ed9f1
BLAKE2b-256 e252af3f17a80f0212147d8cba58b9ac40666a2c480226bf85b6f8f803227e49

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx-1.21.0rc4-cp313-cp313t-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 dcb66c079fd9e3b4b0a4c2e40ae0ea8673789b39db4eab46d49c3aa99523bdfc
MD5 6fe07c1fb0ad8e2af499e7de7778303c
BLAKE2b-256 3de2b269a493ae4760d8116be1d833851c71b3782874545b76168179065f8b43

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: onnx-1.21.0rc4-cp312-abi3-win_arm64.whl
  • Upload date:
  • Size: 16.4 MB
  • Tags: CPython 3.12+, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for onnx-1.21.0rc4-cp312-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 b55c45a2802ac15bd38484a64c3a32873d0183da746970b2a2a9711572672a36
MD5 d67c0576390568af385b6b76e8b9b91b
BLAKE2b-256 06643186c55b94d26d12bdf777dd857c174c87649124a747bfd3db33b0a9277a

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: onnx-1.21.0rc4-cp312-abi3-win_amd64.whl
  • Upload date:
  • Size: 16.4 MB
  • Tags: CPython 3.12+, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for onnx-1.21.0rc4-cp312-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 c3bb4fcd0f82d16ea273fc5541be7a9752f95fa7f7056113b8f7964707ff665c
MD5 1311794e358b7c5f7f369269689815bd
BLAKE2b-256 8cd189c409760e9ac21ed3d86ffdd1679bdff38d5e6cbf0ea889ca822f0955c8

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: onnx-1.21.0rc4-cp312-abi3-win32.whl
  • Upload date:
  • Size: 16.3 MB
  • Tags: CPython 3.12+, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for onnx-1.21.0rc4-cp312-abi3-win32.whl
Algorithm Hash digest
SHA256 a33b56abde59e4f7c669f2b3f38bdba3ab7947ab1c71b91cfefb2eb2810ef449
MD5 a5d004e1f693ddafb339e9a58d7c959b
BLAKE2b-256 a9559a22e8a36d8ff0a2b3ee0394b124dbc2300bd39744f0da849c620cac31d8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx-1.21.0rc4-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d5d1319a6af9556a2d767bca6ae56a460f4752f2cca7231e60da4749cf34b1d7
MD5 c61a0e5417d90cf178d3bc8e641f91f7
BLAKE2b-256 28750fc03d87e98f49103d43d9e9bd529c7e021645a71523048e1b6bed3e3e88

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx-1.21.0rc4-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 43c245599a8fa35c2f7fb499266f7fb061ecf841773f8cd2fafe459dd91ccb9f
MD5 099b85c9bdf3c584a5e8bda819df2bdd
BLAKE2b-256 a4de8e92c4c72850af69b9f2f1667791e32b610804b2095629f664003083be56

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx-1.21.0rc4-cp312-abi3-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 5656986d6bf4e7a0b88d66ed3bdfdd5bf513f7fe9dbaaceef52d5207107016cb
MD5 6d96e9e8a62fc01c16ba76e843650000
BLAKE2b-256 f046adc7ed88e82451757028c3fc4081718db8163e89fe08bdff3313d5487a4b

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: onnx-1.21.0rc4-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 16.4 MB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for onnx-1.21.0rc4-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 53a7edb96ce088d6b1790090f8e18d3b51b707d8e77127444ad96c014826aa2e
MD5 a352acdc4a7a0adf84d80cdcdde841f6
BLAKE2b-256 05021fb60201fdec22cb4e0d12fead918207c1b542c523dafa75fa1a70373da1

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: onnx-1.21.0rc4-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 16.4 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for onnx-1.21.0rc4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ddc8866a66c656c8c8f5d2e73549910d9678a16e991296a6f1202121d2c51263
MD5 a188e963954013eb593ea0894c0fbedf
BLAKE2b-256 5165d2f0e427923735b02a3c773f823196e1dcdf68b3930ea5155efc090e45d0

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: onnx-1.21.0rc4-cp311-cp311-win32.whl
  • Upload date:
  • Size: 16.3 MB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for onnx-1.21.0rc4-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 3b200d36be18a7b791fc60778a1bcded98ed9c6cfc539f6a98f7801aa9649c38
MD5 9ffd6d25e5f7ca3be7524a868c9b4080
BLAKE2b-256 b902f87cefbb4bceeb52b49aec0c2e8c6ff28db158391da43df8cf74436bf52d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx-1.21.0rc4-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f0a39398c0deebc6fb99d3d9ec518e4316da55c5e249289cc3da179536460181
MD5 f7abbc1dc6a4123e31ca34ecaa6fc326
BLAKE2b-256 8dc7ac581bfc7d248dbd0e5d4875eded3e10773913ff558cda8859a3a9e57460

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx-1.21.0rc4-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4f3aa0a464bdf37d1362d182516ff30ab8eacf4d21216d21d0238f893e94b7bc
MD5 ee184004de83d7f00f4074c37a3611da
BLAKE2b-256 1f77aba091e06218a3a8576cad18735a1e0fb815f1e0d0a0bbfc252fde964db9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx-1.21.0rc4-cp311-cp311-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 1abf7a589e5a840894195dc02e074b2feb692cf302ee8242e7abbf30525c1cef
MD5 abfb377eaf6240ff69d08b40dba18747
BLAKE2b-256 8d8c8837f24f890d7d64bd2838a7f5e97f92301b071a785edc3ac63e30cb3181

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: onnx-1.21.0rc4-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 16.4 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for onnx-1.21.0rc4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 36cc81c0c8d111622239ba24c7600de9c872b26be0c582b5e7b4e9f2481f2c0a
MD5 6eb6ae5e2d0c8c5a58b05517a6c76cf8
BLAKE2b-256 f6f8f8675bdcb1163fce8cd5a668603c8c48e944a63a6c753f51d67606e78ed0

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: onnx-1.21.0rc4-cp310-cp310-win32.whl
  • Upload date:
  • Size: 16.3 MB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for onnx-1.21.0rc4-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 fa2771904d103848bad4cf7df1bafe86d7c04adca41b42e1502da670719d8c3e
MD5 e919deda51d9c2fe9b5c21b6bba33a4b
BLAKE2b-256 1c0520ef849d904d062290c5d6bdb149105fdef273a5e5b1b126be03a9cf6bd3

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx-1.21.0rc4-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 cc69b1ffec997c8275db5c9d4b1b21cc363ac5895115d0cbbd6c9b217f925fba
MD5 bb73c98c86c16efd568b62e5a1aebee7
BLAKE2b-256 6599f7cb5727fa458d939c3f9d15b1b6646062fb7de8a3660299d4e9ccc6b6a0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx-1.21.0rc4-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 0aad4197fd73803b4b7f96e5f6792196f14472d3a38e06be36a2d7efabff2dfb
MD5 1e869c978d95a8a85468a08c1de4318d
BLAKE2b-256 153ecf7b02b406c7ba63d7846eb46d9738dc7ce214119e11fc12ef7ef2f3b4ea

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx-1.21.0rc4-cp310-cp310-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 8ae64f9e84f978cebd996d00eeb3169624e3ca1a13a9116cf57374de49d1096d
MD5 02611ef7a2c6664396e5e1f874e6745b
BLAKE2b-256 a7da6199b4e0824a2a53e7e8af10ed27c326b8e4e4ff69482fe3ac9eaa22f5d0

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx-1.21.0rc4-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