Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

PyPI - Version CI CII Best Practices OpenSSF Scorecard SLSA 2 REUSE compliant Ruff abi3 compatible

Open Neural Network Exchange (ONNX) is an open ecosystem that empowers AI developers to choose the right tools as their project evolves. ONNX provides an open source format for AI models, both deep learning and traditional ML. It defines an extensible computation graph model, as well as definitions of built-in operators and standard data types. Currently we focus on the capabilities needed for inferencing (scoring).

ONNX is widely supported and can be found in many frameworks, tools, and hardware. Enabling interoperability between different frameworks and streamlining the path from research to production helps increase the speed of innovation in the AI community. We invite the community to join us and further evolve ONNX.

Use ONNX

Learn about the ONNX spec

Programming utilities for working with ONNX Graphs

Contribute

ONNX is a community project and the open governance model is described here. We encourage you to join the effort and contribute feedback, ideas, and code. You can participate in the Special Interest Groups and Working Groups to shape the future of ONNX.

Check out our contribution guide to get started.

If you think some operator should be added to ONNX specification, please read this document.

Community meetings

The schedules of the regular meetings of the Steering Committee, the working groups and the SIGs can be found here

Community Meetups are held at least once a year. Content from previous community meetups are at:

Discuss

We encourage you to open Issues, or use Slack (If you have not joined yet, please use this link to join the group) for more real-time discussion.

Follow Us

Stay up to date with the latest ONNX news. [Facebook] [Twitter/X]

Roadmap

A roadmap process takes place every year. More details can be found in ROADMAP.md.

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 Build Support

ONNX build and release workflows set SOURCE_DATE_EPOCH to the source commit timestamp. This removes timestamp-dependent variation from supported build steps and makes independent build comparison easier.

SOURCE_DATE_EPOCH alone does not guarantee byte-for-byte identical artifacts across different environments. A reproducibility check must also use the same source revision, dependency versions, toolchain, target platform, and build configuration, and then compare the resulting artifacts.

Why this matters

A fixed build timestamp removes one known source of nondeterminism. When independent builds use the same controlled inputs, their artifacts can be compared byte for byte, with cryptographic digests providing a practical shortcut. A byte-for-byte match demonstrates identical outputs, while a mismatch identifies a difference that needs investigation. This comparison complements release provenance attestations; it does not replace them.

Release artifacts are available from PyPI.

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

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

onnx_weekly-1.23.0.dev20260831.tar.gz (6.0 MB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

onnx_weekly-1.23.0.dev20260831-cp314-cp314t-win_arm64.whl (8.1 MB view details)

Uploaded CPython 3.14tWindows ARM64

onnx_weekly-1.23.0.dev20260831-cp314-cp314t-win_amd64.whl (7.9 MB view details)

Uploaded CPython 3.14tWindows x86-64

onnx_weekly-1.23.0.dev20260831-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (8.8 MB view details)

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

onnx_weekly-1.23.0.dev20260831-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (8.6 MB view details)

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

onnx_weekly-1.23.0.dev20260831-cp314-cp314t-macosx_13_0_universal2.whl (9.7 MB view details)

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

onnx_weekly-1.23.0.dev20260831-cp312-abi3-win_arm64.whl (8.0 MB view details)

Uploaded CPython 3.12+Windows ARM64

onnx_weekly-1.23.0.dev20260831-cp312-abi3-win_amd64.whl (7.9 MB view details)

Uploaded CPython 3.12+Windows x86-64

onnx_weekly-1.23.0.dev20260831-cp312-abi3-win32.whl (7.7 MB view details)

Uploaded CPython 3.12+Windows x86

onnx_weekly-1.23.0.dev20260831-cp312-abi3-pyemscripten_2026_0_wasm32.whl (7.3 MB view details)

Uploaded CPython 3.12+PyEmscripten 2026.0 wasm32

onnx_weekly-1.23.0.dev20260831-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (8.8 MB view details)

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

onnx_weekly-1.23.0.dev20260831-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (8.6 MB view details)

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

onnx_weekly-1.23.0.dev20260831-cp312-abi3-macosx_13_0_universal2.whl (9.7 MB view details)

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

onnx_weekly-1.23.0.dev20260831-cp311-cp311-win_arm64.whl (8.0 MB view details)

Uploaded CPython 3.11Windows ARM64

onnx_weekly-1.23.0.dev20260831-cp311-cp311-win_amd64.whl (7.9 MB view details)

Uploaded CPython 3.11Windows x86-64

onnx_weekly-1.23.0.dev20260831-cp311-cp311-win32.whl (7.7 MB view details)

Uploaded CPython 3.11Windows x86

onnx_weekly-1.23.0.dev20260831-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (8.9 MB view details)

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

onnx_weekly-1.23.0.dev20260831-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (8.6 MB view details)

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

onnx_weekly-1.23.0.dev20260831-cp311-cp311-macosx_13_0_universal2.whl (9.7 MB view details)

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

onnx_weekly-1.23.0.dev20260831-cp310-cp310-win_amd64.whl (7.9 MB view details)

Uploaded CPython 3.10Windows x86-64

onnx_weekly-1.23.0.dev20260831-cp310-cp310-win32.whl (7.7 MB view details)

Uploaded CPython 3.10Windows x86

onnx_weekly-1.23.0.dev20260831-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (8.9 MB view details)

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

onnx_weekly-1.23.0.dev20260831-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (8.6 MB view details)

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

onnx_weekly-1.23.0.dev20260831-cp310-cp310-macosx_13_0_universal2.whl (9.7 MB view details)

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

File details

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

File metadata

  • Download URL: onnx_weekly-1.23.0.dev20260831.tar.gz
  • Upload date:
  • Size: 6.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for onnx_weekly-1.23.0.dev20260831.tar.gz
Algorithm Hash digest
SHA256 6af04e994e656ff9b226044a67d6ab196a354f0d01f5886683b0de5eaee4a9e9
MD5 fcf4b30663991040a0aa74e5c58bdd1d
BLAKE2b-256 27b342d330c82304424934a57d0982c7ad2de16ad2cf193e5f30e140ddd34b34

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.23.0.dev20260831.tar.gz:

Publisher: create_release.yml on onnx/onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file onnx_weekly-1.23.0.dev20260831-cp314-cp314t-win_arm64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260831-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 bdadd4d591e71ef31fd28595607a26b04ee26ec70b0409f18481a03624ca9bce
MD5 6b5e531763dd08c01eb0f148b155048e
BLAKE2b-256 47ace86ca597ccd7e0f845d015341d98c475460d3928f65115821121b47e2813

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.23.0.dev20260831-cp314-cp314t-win_arm64.whl:

Publisher: create_release.yml on onnx/onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file onnx_weekly-1.23.0.dev20260831-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260831-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 9b6761e3d2932d7d703b8b9a67d86245f2d7c65061f78875d4b6bbcfeed00b8c
MD5 e50eef156fa273fe3e1c7afe5ac73c15
BLAKE2b-256 45ca764ac664ab11312c09828a0dfa9b25a9c0a947b4b352a9da4d5eb44a7bba

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.23.0.dev20260831-cp314-cp314t-win_amd64.whl:

Publisher: create_release.yml on onnx/onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file onnx_weekly-1.23.0.dev20260831-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260831-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ae5b4b540fd1ec5c6eda8baf096b5205ad1056eb77094c061aa411c9325f26a1
MD5 af6808ed823002b851d714d0b33ede20
BLAKE2b-256 b81184f1abe008e69281e3899664727ddde229a21d44d004e7a723be31fa55a8

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.23.0.dev20260831-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: create_release.yml on onnx/onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file onnx_weekly-1.23.0.dev20260831-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260831-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 d169832e86d8099479a7d215742207d207f77c68ba1dd51f8bd4a710dc502cef
MD5 1f62c1c56c9014d1a1643fd9fdd98ef4
BLAKE2b-256 d636a1e30ac576dae052921b5245db84c9c1262c47e28cfd17993bb10296d393

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.23.0.dev20260831-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: create_release.yml on onnx/onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file onnx_weekly-1.23.0.dev20260831-cp314-cp314t-macosx_13_0_universal2.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260831-cp314-cp314t-macosx_13_0_universal2.whl
Algorithm Hash digest
SHA256 7d1c226995d793ff0b841c4115301f8e8c61ee8c1658b740ad20c5562080111b
MD5 df1bea3a751bebc1c8a0dfb5e9400874
BLAKE2b-256 50fc6a9b5df20bd2067651f656ad30038e59ed17bf40648f1a65120df96400af

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.23.0.dev20260831-cp314-cp314t-macosx_13_0_universal2.whl:

Publisher: create_release.yml on onnx/onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file onnx_weekly-1.23.0.dev20260831-cp312-abi3-win_arm64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260831-cp312-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 4d1b0b0a33ed017a22a60b3cd9191c9afcaf222009c11935b9f03456f70bc264
MD5 980eb5d776139d3522f0fd072b25c32d
BLAKE2b-256 f3dce6cbd2748d334cefc127d725e5741474eca124b372af622f44e8f21cae2e

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.23.0.dev20260831-cp312-abi3-win_arm64.whl:

Publisher: create_release.yml on onnx/onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file onnx_weekly-1.23.0.dev20260831-cp312-abi3-win_amd64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260831-cp312-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 b8620fd5747916781134453cd629e892d8dbdd349cc2c3208cdc1aeef1812c2d
MD5 bb5299a8377387e57f4d98608846d69e
BLAKE2b-256 29f452efb8f68b6408a86c638986a4e32c54013e756842c61fe7909804a832cc

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.23.0.dev20260831-cp312-abi3-win_amd64.whl:

Publisher: create_release.yml on onnx/onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file onnx_weekly-1.23.0.dev20260831-cp312-abi3-win32.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260831-cp312-abi3-win32.whl
Algorithm Hash digest
SHA256 90ed97ffae8cddc8001001d40ccfb655602552f5c5e86df55c1a78a52bfdfa51
MD5 a53c1978015d9c9b283186a145db441c
BLAKE2b-256 89453e95f3b08326742e25e0af5294a6949a6bd1aa6cc2d30a21828767cf66a8

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.23.0.dev20260831-cp312-abi3-win32.whl:

Publisher: create_release.yml on onnx/onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file onnx_weekly-1.23.0.dev20260831-cp312-abi3-pyemscripten_2026_0_wasm32.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260831-cp312-abi3-pyemscripten_2026_0_wasm32.whl
Algorithm Hash digest
SHA256 59a4e65a93a8eb7494e4a9becc1820d2c30b8b7f5152e10fb7a93cbc9242a4a7
MD5 14d7d6c5f4b2757f4248d3a71a4511d4
BLAKE2b-256 c0191714aa1c776417b34ac636569d32ded80add6696ba43597832f869615aa2

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.23.0.dev20260831-cp312-abi3-pyemscripten_2026_0_wasm32.whl:

Publisher: create_release.yml on onnx/onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file onnx_weekly-1.23.0.dev20260831-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260831-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 018d77a0598eede598c83f16c08952161f942a7a17d59eded92ddae35913c6e0
MD5 80e164ab04552d804e28f72d158adc08
BLAKE2b-256 b5337858eab8ca2254f4bd1ec4c6fcffd41df84efcb30572082aac27db142259

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.23.0.dev20260831-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: create_release.yml on onnx/onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file onnx_weekly-1.23.0.dev20260831-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260831-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f82192e19ada2535670e3a86035134becd3578f32c7bcc9af75f98f7caa52f97
MD5 24a7b2ed89d33b58ba60cd59186c84f0
BLAKE2b-256 776d3b6232e8682920b2c5c11abb40d5ad351e43e7050273df88b5042d9827f1

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.23.0.dev20260831-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: create_release.yml on onnx/onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file onnx_weekly-1.23.0.dev20260831-cp312-abi3-macosx_13_0_universal2.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260831-cp312-abi3-macosx_13_0_universal2.whl
Algorithm Hash digest
SHA256 a846abc02f564b57732802b539292b6bbda8c4f0e5ef8dc75205016a17b2d250
MD5 db42b4a689cd645cc2286eaa07669999
BLAKE2b-256 a26025dc43072c936ae5c4d1fbe13f1244b447bdd81e079da3fa60e6fc60ef06

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.23.0.dev20260831-cp312-abi3-macosx_13_0_universal2.whl:

Publisher: create_release.yml on onnx/onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file onnx_weekly-1.23.0.dev20260831-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260831-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 d8c61701ba58437013b43fc2fdefe68508043ef69f27672b9adc853673ec3f45
MD5 e63d833105d03b25220a7bc621063192
BLAKE2b-256 0e655d52e6415e7476bd9706c1b51b1e0dbd712a4cd9f15327bf6a0db1b38685

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.23.0.dev20260831-cp311-cp311-win_arm64.whl:

Publisher: create_release.yml on onnx/onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file onnx_weekly-1.23.0.dev20260831-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260831-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 d9002c3d96abc19f92230fde10992fc30abc2d861051a8600a7aef35e2a46334
MD5 cc053b0661fbba83579f5a245122679d
BLAKE2b-256 9daa94abbc4356abd4bbfd11fcc194d1bc68bdffdeccb2f062eb283b3b66bc40

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.23.0.dev20260831-cp311-cp311-win_amd64.whl:

Publisher: create_release.yml on onnx/onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file onnx_weekly-1.23.0.dev20260831-cp311-cp311-win32.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260831-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 11a6edbda3eecc2d61fe34dde797f5f7f63724f6201bde42fbd68f1cc59ba222
MD5 c02a6210b398bb0d95313ba1d90d0ede
BLAKE2b-256 506c86090127404004dfc5be3c60ef04f1c2585bb275b4f88a5cc751efb86277

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.23.0.dev20260831-cp311-cp311-win32.whl:

Publisher: create_release.yml on onnx/onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file onnx_weekly-1.23.0.dev20260831-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260831-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9cc1ca90375cc60a4114f7775b81dae420bd569a1de94df5b60a0833bca7ec85
MD5 bd082a8a6466195a4ab9fbc193a7cca5
BLAKE2b-256 2292c737002ee0fe977fa7f97c80fcd979e68d17bae665b7133129d472c6256a

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.23.0.dev20260831-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: create_release.yml on onnx/onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file onnx_weekly-1.23.0.dev20260831-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260831-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 dbf856676d3d0e6d5631b2e1c378752c8c41ce85cb0e73de8c7b41cb62ce16f2
MD5 84e3f53f116fabbb2662d568fe9bd67b
BLAKE2b-256 41f457f914ed6d5acb010a0cf89ad8b8294c555ab6e456b8275eec01c20432e3

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.23.0.dev20260831-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: create_release.yml on onnx/onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file onnx_weekly-1.23.0.dev20260831-cp311-cp311-macosx_13_0_universal2.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260831-cp311-cp311-macosx_13_0_universal2.whl
Algorithm Hash digest
SHA256 0e869881bf6bee290da106e939f88ee4f622694dfa23f397244e7b6bc4c813d6
MD5 574b025165608d3f59f6416ebcc3b083
BLAKE2b-256 aed2bf3fc542b0f0798673ef530c228e2c4bc1ec1cab0740608044ba3c08c05f

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.23.0.dev20260831-cp311-cp311-macosx_13_0_universal2.whl:

Publisher: create_release.yml on onnx/onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file onnx_weekly-1.23.0.dev20260831-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260831-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 733d071af24cf3660ae97debde81394aa51b96bf959bee6a9c66be5bab8265ed
MD5 1952d6a8383fedf0fc6c444db0d22619
BLAKE2b-256 1d738e9ded0492a82ddecbad6bf14e2c3d2990e384e2620f4879737fc665a2dd

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.23.0.dev20260831-cp310-cp310-win_amd64.whl:

Publisher: create_release.yml on onnx/onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file onnx_weekly-1.23.0.dev20260831-cp310-cp310-win32.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260831-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 338fa9bd8cd4ca0fc209d784f262426617e45f18843acf1c6af21e961c723c88
MD5 313c3945059a3f75d53d3db3dedba95a
BLAKE2b-256 e0cd9fc2ec251c9407dfa2a58b5687e49a1819a1f96f981051b963d74cf9c72f

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.23.0.dev20260831-cp310-cp310-win32.whl:

Publisher: create_release.yml on onnx/onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file onnx_weekly-1.23.0.dev20260831-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260831-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3587842f03ef8b1a6c0dab8e7c72acc04a8301bdf732d3a22eca5cde17e0e04a
MD5 ee0d46f5768f8ecebc8d928f668c2d49
BLAKE2b-256 8cb834c75263d4eb2e98ceb78e70147b7fc2d635460fb6ce5e26f5919c960465

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.23.0.dev20260831-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: create_release.yml on onnx/onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file onnx_weekly-1.23.0.dev20260831-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260831-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 47a6de720051284283fede0e74ca92cedd60a42f5b377163123905844ab63aae
MD5 1176320292a70210980fd7a683b4a71d
BLAKE2b-256 22e4eec62d6d72627b837f656e22993a2315204e1320140e757c39946fd1e4cb

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.23.0.dev20260831-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: create_release.yml on onnx/onnx

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file onnx_weekly-1.23.0.dev20260831-cp310-cp310-macosx_13_0_universal2.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260831-cp310-cp310-macosx_13_0_universal2.whl
Algorithm Hash digest
SHA256 677d492316e782a474192c499366ab97c1e3fbc99fb372850a43f39e475b8b91
MD5 de1b35a84939316d11e5d84553253b8b
BLAKE2b-256 106512db66a6817fba5d45b1e72408c2f4190b097b92418cf0ee29700f586ab2

See more details on using hashes here.

Provenance

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

Release history Release notifications | RSS feed

This release

1.23.0.dev20260831 This release

24 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page