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

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

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

Uploaded CPython 3.13tWindows ARM64

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

Uploaded CPython 3.13tWindows x86-64

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

Uploaded CPython 3.12+Windows ARM64

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

Uploaded CPython 3.12+Windows x86-64

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

Uploaded CPython 3.12+Windows x86

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

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

File metadata

  • Download URL: onnx_weekly-1.21.0.dev20260108.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.dev20260108.tar.gz
Algorithm Hash digest
SHA256 4c2358d0fc64a1924d5363f3379c960b6bb2b84f447b34dcd01574ebf8f881ca
MD5 1e8e701821b6772eb7fbc6e569eeea6e
BLAKE2b-256 71c00b9e8b66dc662e71b310fb5f27f3e938a86d492dc853e5c0cd9e521427fd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260108-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 40507a74a82779ca38a2a4928f63986985ace49aad5e85dffa342045fa72e4eb
MD5 3e216111cf47363f31440f40530a228b
BLAKE2b-256 79a6c6fbb17bf1f32fd9ef4a19ba4f0bbf117a9d261377b5616ea876ad0e4f10

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260108-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 5f42dd9777561d7cdd91cad8ebcc9be7dc496c358a28210aa612a880ae918849
MD5 13028c1b892d1fee75d4fb64f1e31790
BLAKE2b-256 46ee84e68e6adfa9abd6fedbf592352a1b784e8b4a38ed4190fd1631ac110a16

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260108-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 240d78a8ba5c422c807e09db4e21410d178c1abfe6ab9984aa2f84104288ca4d
MD5 171dbad1ef52ac7855614b438c1c9171
BLAKE2b-256 846afe756d1fd38f80b167613cde1c5578a6a831aadff8f35dd0830d59bbef7f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260108-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 a0381cfd2d244903d7f7d844ac467f24fba6056bd65279085d032274e5305381
MD5 b00838137d60615bd5005a640979f9d7
BLAKE2b-256 74cb36b5c5f6507faea92037defd2522eb9a1d29e0d1996b2fe8286d2caf86b4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260108-cp314-cp314t-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 b6c0165f8f5a5f961e52b1ca3d604b935ee31aaf98e765cb6b3c19c4aa6f68a1
MD5 7635aac3d78729274cc60d1086fb22d2
BLAKE2b-256 2d36c04d54649c6d48e2820b0bbb39152d5b4d193baf707406c4254303550e4a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260108-cp313-cp313t-win_arm64.whl
Algorithm Hash digest
SHA256 b7c1f74ea951be6251aeaca3db2718e884401372f7b378dd5011f44703283e1a
MD5 a8e8de8af9801a7b7a093084d897c9a2
BLAKE2b-256 fa4d65c66a7b6452ad3e311cce27ccf67bf3c075fff1c702b6c74c15cce451f5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260108-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 73232916dec4833b483aaf257907bd58a67453a739897163e4ca7de9e05a0c32
MD5 f7d20582c8b8cb4973b8851240dd0ff2
BLAKE2b-256 9416b7b1b42014a4e0ee995d7feb910110a8b471b62b11e004ebf3a319e39edb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260108-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fb709b123702a93a9b0468f208f5adfece6760cb5de2f5bb32b586104dcbd656
MD5 f30b7bab50c380c07a44b62438311a40
BLAKE2b-256 7f06a4c8dffb9ef3a480c369fedc422567cce992648a58446452448466eb0a3d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260108-cp313-cp313t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 042e2e86123ff27a00efe3b6432d1472702ca64930034a59fb4c318f17334622
MD5 22a3c55d7d962093af2f85158dee0877
BLAKE2b-256 57206f88f7540497d192f88dfc6b447ebc8b05b91a7aead04b6415316ce7bfd8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260108-cp313-cp313t-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 97c3c1f3632feb49180dd12d942de27024d6faa8324cc77056daf553f57fd7c0
MD5 06346b68ccf8d00613210bd462673049
BLAKE2b-256 795eb4b3c5a2d93b6af39a51b73e7a86df273feb14654d587c29d9aae8e1e745

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260108-cp312-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 f18a18d095ffd7629471cb9a33dc4bf99b12412a2b39df4d8d1280e9cf8fb83a
MD5 297137e5d5c21f0584e0293e6f974b81
BLAKE2b-256 9af612084b2493e872c9d45bd192c39985f46d2dd8369f38872282cf1552a1bd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260108-cp312-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 32a6ede0b120f0f3677f4757ea7817bd2bbf0383c74424aac48c228e7256df87
MD5 0483b87b29a27699090b060b3b2f36a7
BLAKE2b-256 a3b124f24efffe46205af1208f3fb6d287a6ca597158d3d9515ab92cea5e84e5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260108-cp312-abi3-win32.whl
Algorithm Hash digest
SHA256 e685b5e6ac742527ca57a5e5fa44c12e2c05d2dddc8eb0ecde2f76529fa36dc3
MD5 ff801dd78b271f97ff314d86ce648c30
BLAKE2b-256 ab74e57a8d56fe22e4022d669377d80e9aa4969f98987c946602d633590c71cf

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260108-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ce64242acb912132effdcc838dfbc7927433fc958395a98252b5519f962cf96d
MD5 290831768bfb48040b1ebff4a8faf697
BLAKE2b-256 730abc601dbaa22052cd9b27e78dd0c2ea792c7dc2fad6894905bdec438221fe

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260108-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 e800b71bf8ee64e098c34680a1b7999621d94ec043a6966dba3c74205e5d49a0
MD5 fb5c23ad9dab78957dfabe6587346e89
BLAKE2b-256 5a32cc56c9bf82c08f3147c0fef4dfa25b83cb1373d5a49db39a8d070bb2c4cb

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260108-cp312-abi3-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 ef545ffec210a4db308b6205c3e077d0288edeea663713a1a8e005f690f37dd5
MD5 8e2cec2ee3825886a6f8ed26d5a3063a
BLAKE2b-256 9616949361474b9b14258847047c18ac434792297fe274a2737d8b744b48b17e

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260108-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 6240bacab08fc0b5f506f026bbb0faa4e583810de9dfe97614b0ce852f6f223a
MD5 e895a0d604ddaf3d1b2284637d90e037
BLAKE2b-256 346de2164e2629598212b9b815c9354936795b359bec8ce82660632c193e370a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260108-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 08665cf79c1a8ffc4dae71c8a050ab5eaf869380801f3d3f0e9bdabd4a952032
MD5 6c4ae2af01da3a791de30a7f7fe0d237
BLAKE2b-256 1af02356dac662a318091799d01237b1f1ca1b959d873db0b529bf4f868abfab

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260108-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 8aeeff00eadec60ee8f04890b9c870baac91f49bb4c34f44cd06fe1195b27005
MD5 640cca68b7eb7dbcc0ec5e6d0a68f630
BLAKE2b-256 c342c0b6eb950f0379296f44322a530b1d09f9c0ce68b0045e195c286e02f361

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260108-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4b3368654d2e55b50a62743f276acc8717a5ed1d7db33d5836dc4df138dde626
MD5 da4aca021f07e6d2d9779ff58b51c75b
BLAKE2b-256 55d903410a2cc279d532d271e6990e832eb517b2549021b140a330db80beebe4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260108-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 96e6d0217704f48c0e273e858bccb7236f73c272544d9bbb6202f5ce04a77cdd
MD5 bd721d11e1bf39bdc2f9ce16cc3c0e04
BLAKE2b-256 a17d764db5c21e706e145f34ff9f76abb7b76580f9ceaaf4306b48d86bc39e39

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260108-cp311-cp311-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 7c0289699301084e89e7db55a5db536a859d47f04b4c690dc5331393b930253e
MD5 01f46f28137aa9bbf240da30f882bad2
BLAKE2b-256 56be1f6bd0dc5a205e2a6e3e84471036ec094430ec5de59965a5fb7300b78c64

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260108-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 1c5fea35c911eece619488289f46f85fc9f21c41649161926fa31605942dfcf9
MD5 ab230500849cf123c8c7d77bb2068dc2
BLAKE2b-256 9064856b2b0b82d87f622f573f32508d4a9591f477ef90fbe480be92055d879f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260108-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 4436f864db3932541471f3f07c84e083b9f5b6f62927424878c9ae57eac57e19
MD5 a0a3369cbb394233a28230ea768da8eb
BLAKE2b-256 358120128047778333ec057a69ffa9c8405ff3f42ccf761a799498a04addecc1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260108-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b116ae0c348e1a68986c5e637338b1a39a0ed6786cf24bc40b1dc71eaefe78a4
MD5 a25fb7fb84bc2fd7a690c853a3105ec3
BLAKE2b-256 c37fac8c7750edca88ecf4ad918a07ddbff4075db317fb2caaab8723de457759

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260108-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4309cd7f28a3b51e8dc7a03c5543005b58fa08179245123cf3cc16f43952c98f
MD5 3debc428edd06dcb3f7878b131658b9e
BLAKE2b-256 0978709610cf65175d3544b5a50a3930afe97d677532dadc9b2aa2b2613c0e9b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.21.0.dev20260108-cp310-cp310-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 2c3391493cc7825c7217cda4539a282e62344d3568d760e5e4a6c0a724d4be61
MD5 2b313bd9b48794632b84ee6f0c3d1cb0
BLAKE2b-256 3ae91f056d0b3d5e9a2ad8c4b68cb5b40b95f566ed8912c456020ca803d94582

See more details on using hashes here.

Provenance

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