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

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

onnx_weekly-1.23.0.dev20260622-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.dev20260622-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.dev20260622-cp314-cp314t-macosx_12_0_universal2.whl (20.3 MB view details)

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

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

Uploaded CPython 3.12+Windows ARM64

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

Uploaded CPython 3.12+Windows x86-64

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

Uploaded CPython 3.12+Windows x86

onnx_weekly-1.23.0.dev20260622-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.dev20260622-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.dev20260622-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (19.0 MB view details)

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

onnx_weekly-1.23.0.dev20260622-cp312-abi3-macosx_12_0_universal2.whl (20.3 MB view details)

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

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

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

Uploaded CPython 3.11Windows x86

onnx_weekly-1.23.0.dev20260622-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.dev20260622-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.dev20260622-cp311-cp311-macosx_12_0_universal2.whl (20.3 MB view details)

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

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

Uploaded CPython 3.10Windows x86-64

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

Uploaded CPython 3.10Windows x86

onnx_weekly-1.23.0.dev20260622-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.dev20260622-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.dev20260622-cp310-cp310-macosx_12_0_universal2.whl (20.3 MB view details)

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

File details

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

File metadata

  • Download URL: onnx_weekly-1.23.0.dev20260622.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.dev20260622.tar.gz
Algorithm Hash digest
SHA256 6c3cf4cf4bc2e7eda5398929748ecb76f20d59d25cec0ed590b6939af15ed09a
MD5 22c48a053e5fbe7ce7c9a3fee918cb59
BLAKE2b-256 7c5149ba7dd163a9c805786bf3d536291ae28cf89a4bd0917cb0cc7eb6ee4bf9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260622-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 964da0c4a4183d1acb4eaeeedc329dfce6ffe0e8e20a122813c425b876a67582
MD5 8138e1008c97a7779f575a8e491f36ec
BLAKE2b-256 ea56d9c7356f281e62ea31e8052506affe9b2f17ceade16a2c06d2f356db8bda

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260622-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 bcd27fa0d07d2396f32c46c457b6ca5657fd8f164b42ae9c64d38e983c2b91f5
MD5 ef362a3c4599f88b61e5ff511a459c1f
BLAKE2b-256 92a93cc22fbcf27474b0d741f0f43ed0d95f623e9bb7ca29ad4492b3484256ba

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260622-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a59159e5a240fff6c407eeda382180153dad014cde3319fa38b75a453293e01c
MD5 281d2b8d6026b100cdf6857d431eccb0
BLAKE2b-256 8a10d494752d0ab0acd6571d3052c7d1fa3e67e9ae0d8b1919ff714fa3a66e40

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260622-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 70cd5ae2ae9fb220df35c34706716709e59715f5176f60efed01839d44022900
MD5 23f45b5f1bcf33103e8c706be924ac09
BLAKE2b-256 3d426b73df38835ed2729256c301c016363d401d2e1257276f0885c267e46fb5

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260622-cp314-cp314t-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 bbc39924602d0fb7021b361cbb67323e166bc56325bf2bf0c55c8d868ef69510
MD5 125fa74a129fa948aaf6d5677038dbdf
BLAKE2b-256 8cd1e1807fcfc78694d5acabfbe1faf2b199ae8a2223894f97399efd90e618b2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260622-cp312-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 096f49931b23931bb021b348e7e84f885cc58faa6a382a96027338bc436a9a96
MD5 cb999968d6b750120726f602bccb5aa3
BLAKE2b-256 ed2df21b23160e1543fc24df9c859d61bc324521c90d6a0885252ccc0493ebb4

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260622-cp312-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 fc2786824ce4a09309ff6e67413e98d673188dbdcba86f17f7f7cc63f1a66141
MD5 fd73b859eb1bef95544cbd04bf91d424
BLAKE2b-256 e0784e6e3097b2901cc2fad2fbcd3383ce99ba430c3c56360417811fe3493ab6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260622-cp312-abi3-win32.whl
Algorithm Hash digest
SHA256 0fb9dab925df06dd12d664c73927ab2a3995729ebf0290abf1839ac2b999ebce
MD5 b7af08fa73d606e4e481d46a278f78d1
BLAKE2b-256 b6f2e816c44739de886eca7e62d77ee4ace18e346a9d1b0682b6cd1f5593fd6a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260622-cp312-abi3-pyemscripten_2025_0_wasm32.whl
Algorithm Hash digest
SHA256 de49f97f7412c40be8b0ecdfd79a1c3544e024cf0fd0fa6819fccbfae8f004c6
MD5 08b3bd5adfdc5ab5623b6062a480d35c
BLAKE2b-256 f14b80c0f560e4b1fcbab2aad74bc46e5bdbf2acf23cb094095dbacedef5c787

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260622-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d501a77d94d160baed71b8e16a07a7852a1eacbfd20a86205e1bebfde7595ac9
MD5 4a31b291c9776e18b7871f0b684edad4
BLAKE2b-256 33a1aae5923988979d91313b13e7515df5c01ad3fc240ad460a31091232b71fd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260622-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4bf69e89320e2fbf6a5402dd6a3d6ec6bd69679de43607fb63de187d0abaa339
MD5 e938ea15494c357fdf632afa9ed96e54
BLAKE2b-256 c836b164ebd06107850d2546047cf35a3d3b8f39bcbfb4c692ca5100623ae8c8

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260622-cp312-abi3-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 06f30c66c68a694b94d8636ca98ddf6d7a2dfb04865f29fa7e741d84c907ec7e
MD5 d60a466d280a548abcbb9d5403ea434f
BLAKE2b-256 29151071d2d0b9a8b4e5fa48a6e4ff2064112dc832652423934514f259df77cd

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260622-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 908d96dbe25a726b157c04b052080b00d9de1796cc9e294fd8412713f7574ec8
MD5 513e15bdc2f73e1d329d01df7b786901
BLAKE2b-256 c0bb784b2332ce88ed0a0f637163b56502aae0a220d41c2a923d764fd703fb2f

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260622-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 462f5b798f399f12255b01dcee950e8b0f3c5a055f01059c6f59327e56a25606
MD5 9c1c3b33b436184449886620e7aef75b
BLAKE2b-256 d71c72662352863dc9541dc98a65983dad75b472a0151d7edc3854e4d4866ca6

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260622-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 599a28d610806d3545d270df514539f58f657c01b1308043b7a7a5ac36174af8
MD5 abf6acb2cb2e8e69ae9646edda773ed2
BLAKE2b-256 f4982003291e789e086a6e20f6a8d35e6b9b0223cf01dce85a2eace103644f6a

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260622-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 e3003a7c097415562b20e4f9a28c311a2a75a5fa26d4c835deb65b6412416087
MD5 ce65b8e513f9983989daea7ae1a310e3
BLAKE2b-256 f67f4d6c2f6dd6209386b242a16c09ad846299bdf6c9a52a5765891886a24c8b

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260622-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 ac02305fbf9af3a1ad9d6ef2948fb8e3dff9cd8bf10cfe09e92c90612e27f6a8
MD5 30a307ef223d355d5420dbdc6519f48e
BLAKE2b-256 3903e29c1146e2b0cf74efd273726abfd3b88e19c47d3c11b13f50eb12e40859

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260622-cp311-cp311-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 d16b367eb7a418318f97f792a35bae5adf103331e30c5f7cfd5a57a3a21ee401
MD5 e3e58aa6762133512711660c0f770981
BLAKE2b-256 dd097fca34f7dd1b5ac765c553d067f9fe64b7135eb4b2372b6b654857afb9c9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260622-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 61ee4c075488fd3b67dac101ad9845d2f5e0efffad8706861d160a04ca2a8a2b
MD5 495e7f5d4ce7ad69873aa1445589c4a2
BLAKE2b-256 940ec6a30c0055fd855aa09b4b1651b342e7584ad343e5b534e3481317dac9af

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260622-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 783d4df1b6b868c8f196dcebc3b82d0eacc2c04231de371b0d356d5029511a06
MD5 1402cfdea6a24cbaea11ea0432d222d4
BLAKE2b-256 e01e81e6efc8139c80407e46025dc2a90809ab57ee137a7fe089dd268a6c0a75

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260622-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 559809a6415a4646ae7bfff27d47a073414cb846aa741f30d226d4096dc69057
MD5 faf530ee679ec80f5496861f8967aa67
BLAKE2b-256 6d07e80af1f42220f2ec125d710905e06da316200657a556054a2e7114734996

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260622-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 4bfc2a9e4a5585b2fcc590b2b2c43c27b97a91ca8ce04440eed778127e20daec
MD5 108d246368f389dae92b88222e34bd19
BLAKE2b-256 8a00edbbc8781fd66bfeae5869d0e82efb04047ca3f5b1a8b535c3bb1bd43ce2

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for onnx_weekly-1.23.0.dev20260622-cp310-cp310-macosx_12_0_universal2.whl
Algorithm Hash digest
SHA256 d482ee45322665263152b99abf4046e439f52137a6715ad03f1f25e9c98442ce
MD5 bfb81d010a0605a56c52f553138a1b38
BLAKE2b-256 60778133ecf97642466e3b0c12d03aebc966f13a7deab051c702436c48d8b953

See more details on using hashes here.

Provenance

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