Skip to main content

Open Neural Network Exchange

Project description

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 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.23.0.dev20260629.tar.gz (12.2 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.dev20260629-cp314-cp314t-win_arm64.whl (18.6 MB view details)

Uploaded CPython 3.14tWindows ARM64

onnx_weekly-1.23.0.dev20260629-cp314-cp314t-win_amd64.whl (18.4 MB view details)

Uploaded CPython 3.14tWindows x86-64

onnx_weekly-1.23.0.dev20260629-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (19.3 MB view details)

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

onnx_weekly-1.23.0.dev20260629-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (19.1 MB view details)

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

onnx_weekly-1.23.0.dev20260629-cp314-cp314t-macosx_12_0_universal2.whl (20.4 MB view details)

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

onnx_weekly-1.23.0.dev20260629-cp312-abi3-win_arm64.whl (18.6 MB view details)

Uploaded CPython 3.12+Windows ARM64

onnx_weekly-1.23.0.dev20260629-cp312-abi3-win_amd64.whl (18.4 MB view details)

Uploaded CPython 3.12+Windows x86-64

onnx_weekly-1.23.0.dev20260629-cp312-abi3-win32.whl (18.3 MB view details)

Uploaded CPython 3.12+Windows x86

onnx_weekly-1.23.0.dev20260629-cp312-abi3-pyemscripten_2025_0_wasm32.whl (17.1 MB view details)

Uploaded CPython 3.12+PyEmscripten 2025.0 wasm32

onnx_weekly-1.23.0.dev20260629-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (19.3 MB view details)

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

onnx_weekly-1.23.0.dev20260629-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (19.1 MB view details)

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

onnx_weekly-1.23.0.dev20260629-cp312-abi3-macosx_12_0_universal2.whl (20.4 MB view details)

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

onnx_weekly-1.23.0.dev20260629-cp311-cp311-win_arm64.whl (18.6 MB view details)

Uploaded CPython 3.11Windows ARM64

onnx_weekly-1.23.0.dev20260629-cp311-cp311-win_amd64.whl (18.4 MB view details)

Uploaded CPython 3.11Windows x86-64

onnx_weekly-1.23.0.dev20260629-cp311-cp311-win32.whl (18.3 MB view details)

Uploaded CPython 3.11Windows x86

onnx_weekly-1.23.0.dev20260629-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (19.3 MB view details)

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

onnx_weekly-1.23.0.dev20260629-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (19.1 MB view details)

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

onnx_weekly-1.23.0.dev20260629-cp311-cp311-macosx_12_0_universal2.whl (20.4 MB view details)

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

onnx_weekly-1.23.0.dev20260629-cp310-cp310-win_amd64.whl (18.4 MB view details)

Uploaded CPython 3.10Windows x86-64

onnx_weekly-1.23.0.dev20260629-cp310-cp310-win32.whl (18.3 MB view details)

Uploaded CPython 3.10Windows x86

onnx_weekly-1.23.0.dev20260629-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (19.3 MB view details)

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

onnx_weekly-1.23.0.dev20260629-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (19.1 MB view details)

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

onnx_weekly-1.23.0.dev20260629-cp310-cp310-macosx_12_0_universal2.whl (20.4 MB view details)

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

File details

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

File metadata

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

File hashes

Hashes for onnx_weekly-1.23.0.dev20260629.tar.gz
Algorithm Hash digest
SHA256 7f275f68004d35a6bba4dbe5d22b794169c65da964b3e0e7cd0029a3601f52b1
MD5 c5b245063773ee108cf9d47c83456652
BLAKE2b-256 b5967433906c73e636f804dfe7bae38449e819006258e7c333d3a51084c1ac60

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260629-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 44c073246cd2806ca21d07fe6f09e8bd5d97d329567b80cf51901e32407279f1
MD5 6579ed66776a61a7278459667253df1a
BLAKE2b-256 8b9064bb4426dca6ed11eb39a57f6389619dfed89c708c7fcf1350674d5990d1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260629-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 2fddacc93d6a6aabdabc77f94320d3668028463a47bc5282ae203072e00f7bd5
MD5 1d8c65e996f48538dce6d05acc4903f5
BLAKE2b-256 5d13feb5125df683473d0308a47845417f625231fe0f977b0fcfffaf275445c9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260629-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 b084a8fbfc47546f5b6458c8378746b446ce443eb2c038c2a6de9c754680131f
MD5 2ab18048187b300527bb98e78ae09d75
BLAKE2b-256 b7ff6b25fabfd03d3f2b0f394ea9b516f55d4829799cdb23f2ef807794dd2a01

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260629-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 448b4e7878d2ba4eb4439e06bb85bc4e1ab42f2f25b61688a303ac1780f480b8
MD5 013fd61fa153c658f30ab8f45830e88a
BLAKE2b-256 af1d5007af75382fa96d467f9902af40083622355a50c000564123c10c532e7f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260629-cp314-cp314t-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 f7a8e95b57205731d6f4130e9cd226551581a5949244e6da87c9ecb9396d20b7
MD5 3ffc76f5e70ea8ba9ca761002bac9b89
BLAKE2b-256 fac142e9a84013b3ed45afce55aabf174e17ec86f11895fc2ec3025e052cfb72

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260629-cp312-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 8a26a06f2d16acab6782fc43063839dec90187f2e699f5c51fe4e313bfd7185f
MD5 8859f90b2b749015d3fb27329af31457
BLAKE2b-256 de1ff236379e7e02fadf734cc70db85ca360264d3c6824d61638857926963ad1

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260629-cp312-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 cf8b6696c7d1908b53cbd4681afc18644a3d88176b1b0e37bb9f9005d61d9074
MD5 654f56ec4280bcbd071ddf1f546dc300
BLAKE2b-256 04cd6c9cb3a020c7eb1c93fd0511c2158ca4f87c0bb2945ddc02a5c1be954e99

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260629-cp312-abi3-win32.whl
Algorithm Hash digest
SHA256 d01496917f1d1ccd28540bed8133e5e51888b43c8cce9f25f700d3af7b200edc
MD5 190c6e348c63f31cfa8905b386a25e39
BLAKE2b-256 48f91c1ab4d559dbd1b77af82477703005e53737a088a6cc07d2a35b4b473f5b

See more details on using hashes here.

Provenance

The following attestation bundles were made for onnx_weekly-1.23.0.dev20260629-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.dev20260629-cp312-abi3-pyemscripten_2025_0_wasm32.whl.

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260629-cp312-abi3-pyemscripten_2025_0_wasm32.whl
Algorithm Hash digest
SHA256 5efc89cdca5486317f5ca24655e23010a66a85a85f3b9caf6f56bff6d1cc09b9
MD5 7057f4adba186dd7c999fb0ad231f34e
BLAKE2b-256 2f74ca7830ea70277a6599ed4da1a318e550a774ad780cab554e06671c212a14

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260629-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4b5a1adaa122364e69827c8bd92c4005baa7d12024c18e0ca88a0e4349c51b51
MD5 504f8403bfc9074dc1052a0cd5a06e63
BLAKE2b-256 d8a69ded70f73b22d4672a29c31a963ad64447555c2fb895af99ad8457e87986

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260629-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 9235745c9aaab9e7c9c864ae6b337221cbb7bb15d164ece46409d79027e9c625
MD5 12a4071b1ddda994ee710331ff0e38ad
BLAKE2b-256 7cf2914474cea73bcebaacc96a667830626cdf2dae7f10fbf04f5281e1ea371f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260629-cp312-abi3-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 5d26273613e4d32dddc0b89b21664be0049b74ef5bcd0a788331731a903fe9b0
MD5 3e6c91d2a92ad0c37060c95ac3ebafed
BLAKE2b-256 b85051b3ba1b6b133fcf3736d8f5af0786595c4646f0245790956dbeb11eeabd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260629-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 efb1ab8ff205a98b38313762e00c8db58624fee3a0bb1f0771bd30c1e34a25f7
MD5 907c07bb274b56455c447908a76079f5
BLAKE2b-256 efedaaebd3fc478ea0630b1250208b065a9b596d913d67114564250dcddc1ab5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260629-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 73b9bdf43724f46d196acfe2d2bf6e855dfb04ea32923a919060b3c9ae4c70ea
MD5 3f6b4ba5cb143c53f10589856fdde05d
BLAKE2b-256 bfd8c24af2c23e740d047e3ac9b3ec84c96a19da4888b620747d83a2d0cec88b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260629-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 d407a02b14bafdaa22b562f35084fb2c3ea767a0f2d1502ee91122c3042e05b9
MD5 2b91303bdf4db9bc50646cfb0658eef7
BLAKE2b-256 17afaeeeec3d462fe6e5dfd711cc97df21f9f5e9bdc63ba9862e20d21a8ae156

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260629-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c4f66ac912f7b39420967145c2daa711b742435c993fe340467fe8d25ff07513
MD5 57c46b65c453d59a610f107ac5288d76
BLAKE2b-256 498f054ba958dce737446134ee27d58e10b184c9b2a6a1e5589dbbfc3bf6bdd5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260629-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c0b119e7306a8b1106a5e50384d26a6257d200aa4c1d4b6a5a89f3a8a8dd9038
MD5 8bbdedf7c9ba35ea8ce42cba3d2c085f
BLAKE2b-256 07843774d9ec40d149fe19da4c3f23e0552e89617caec3629eb3b33a1360a20d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260629-cp311-cp311-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 a69fa023e1c0e7f29db83ee69e2f21e4f89ddb3e84321e739cab24f51bb32877
MD5 bee824be6d240f470d804d86d2cf225c
BLAKE2b-256 74878e06e2e556fc95b20b793afaaff4d90b83232c7d4960d32d10c3123fbd65

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260629-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 3fee5490a7bd906a2dbef8753b6480e4575db60a6ca8e024a3ededd23af19c1c
MD5 a34f7cd91040796bb0bce4529c97f877
BLAKE2b-256 2942e6850bb5802fb37f471fadcdc2667641a908c0cac04f7555ba7c4fa7b7f5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260629-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 531f34871ee646ea04fb5ce245d4bdb2b66ecda74011f45323d82419d76cb97a
MD5 7de364acc526d31acb55bfe79ad54099
BLAKE2b-256 e1a77c013887dab126f2eaaa25769a659cce6d2e410be56ddc52164e6f84eaea

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260629-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 68b43c0296c0f4af237ab6c40e05106f015cd8b6106603cdeac140722cd338c1
MD5 7c302c579833c073f7388625dfcbc106
BLAKE2b-256 26cf1604e58503cbe8558b087439a64ba857876fa10da7a75fae8c7b78fe2807

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260629-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 eb2e2abb3f98bba815d8998da3634cb57120fbb52bc389029ae1ac52b807026c
MD5 a24f1a197e197b164cfb7152736cc958
BLAKE2b-256 2cac2e345db5978ce04834c1cade515811681b3778844252d3aa38e25c8cda3d

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260629-cp310-cp310-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 35ea2d7ac3b55df97d9cfc5d47ded61a3a214c5da9cd0f5520f10412eb214f78
MD5 6215e4eea04395df209e13fe86152012
BLAKE2b-256 e3c1766c706bffeac6db2caddae0aa524d966fd2176ec09a366954c3a549323a

See more details on using hashes here.

Provenance

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