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

Release files for onnx-weekly 1.22.0.dev20260519

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for onnx-weekly 1.22.0.dev20260519
File Size Uploaded
onnx_weekly-1.22.0.dev20260519.tar.gz 11.9 MB Details

Built distributions (wheels)

Table of built distributions (wheels) for onnx-weekly 1.22.0.dev20260519
File
onnx_weekly-1.22.0.dev20260519-cp314-cp314t-win_arm64.whl CPython 3.14 CPython 3.14 free-threading Windows ARM64 Details
onnx_weekly-1.22.0.dev20260519-cp314-cp314t-win_amd64.whl CPython 3.14 CPython 3.14 free-threading Windows x86-64 Details
onnx_weekly-1.22.0.dev20260519-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.27+ x86-64, Linux glibc 2.28+ x86-64 Details
onnx_weekly-1.22.0.dev20260519-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.26+ ARM64, Linux glibc 2.28+ ARM64 Details
onnx_weekly-1.22.0.dev20260519-cp314-cp314t-macosx_12_0_universal2.whl CPython 3.14 CPython 3.14 free-threading macOS 12.0+ universal2 (ARM64, x86-64) Details
onnx_weekly-1.22.0.dev20260519-cp312-abi3-win_arm64.whl CPython 3.12 abi3 Windows ARM64 Details
onnx_weekly-1.22.0.dev20260519-cp312-abi3-win_amd64.whl CPython 3.12 abi3 Windows x86-64 Details
onnx_weekly-1.22.0.dev20260519-cp312-abi3-win32.whl CPython 3.12 abi3 Windows x86-32 Details
onnx_weekly-1.22.0.dev20260519-cp312-abi3-pyemscripten_2025_0_wasm32.whl CPython 3.12 abi3 PyEmscripten 2025.0+ WebAssembly Details
onnx_weekly-1.22.0.dev20260519-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.12 abi3 Linux glibc 2.28+ x86-64, Linux glibc 2.27+ x86-64 Details
onnx_weekly-1.22.0.dev20260519-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl CPython 3.12 abi3 Linux glibc 2.26+ ARM64, Linux glibc 2.28+ ARM64 Details
onnx_weekly-1.22.0.dev20260519-cp312-abi3-macosx_12_0_universal2.whl CPython 3.12 abi3 macOS 12.0+ universal2 (ARM64, x86-64) Details
onnx_weekly-1.22.0.dev20260519-cp311-cp311-win_arm64.whl CPython 3.11 CPython 3.11 Windows ARM64 Details
onnx_weekly-1.22.0.dev20260519-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
onnx_weekly-1.22.0.dev20260519-cp311-cp311-win32.whl CPython 3.11 CPython 3.11 Windows x86-32 Details
onnx_weekly-1.22.0.dev20260519-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.27+ x86-64, Linux glibc 2.28+ x86-64 Details
onnx_weekly-1.22.0.dev20260519-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.26+ ARM64, Linux glibc 2.28+ ARM64 Details
onnx_weekly-1.22.0.dev20260519-cp311-cp311-macosx_12_0_universal2.whl CPython 3.11 CPython 3.11 macOS 12.0+ universal2 (ARM64, x86-64) Details
onnx_weekly-1.22.0.dev20260519-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
onnx_weekly-1.22.0.dev20260519-cp310-cp310-win32.whl CPython 3.10 CPython 3.10 Windows x86-32 Details
onnx_weekly-1.22.0.dev20260519-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.28+ x86-64, Linux glibc 2.27+ x86-64 Details
onnx_weekly-1.22.0.dev20260519-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl CPython 3.10 CPython 3.10 Linux glibc 2.28+ ARM64, Linux glibc 2.26+ ARM64 Details
onnx_weekly-1.22.0.dev20260519-cp310-cp310-macosx_12_0_universal2.whl CPython 3.10 CPython 3.10 macOS 12.0+ universal2 (ARM64, x86-64) Details

Total release size: 423.3 MB

Release files / onnx_weekly-1.22.0.dev20260519.tar.gz

Download URL onnx_weekly-1.22.0.dev20260519.tar.gz
Size 11.9 MB
Tags Source
SHA-256 checksum
How to use checksums
68f008c3bfc76bf69b5cf0782065e1ee1e7d06abffa7cfc1a1ce6c14b5a9f620
BLAKE2b-256 checksum
How to use checksums
1fe790e05aceaa434b8975ca5bb8c27745eb3e936f4b6cb04bdfacdd8f82290e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.13

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 19, 2026.

Transparency log

Release files / onnx_weekly-1.22.0.dev20260519-cp314-cp314t-win_arm64.whl

Download URL onnx_weekly-1.22.0.dev20260519-cp314-cp314t-win_arm64.whl
Size 16.8 MB
Tags CPython 3.14 CPython 3.14 free-threading Windows ARM64
SHA-256 checksum
How to use checksums
3bfd6a3fe60669cdd568c124e2f1d6a0db5a66fe216e74af8e38a056e45740a3
BLAKE2b-256 checksum
How to use checksums
59787f7dfdd17ab0e7d04253abd8d8cdc1e2ba4eec39a02bf36763375685c431
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.13

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 19, 2026.

Transparency log

Release files / onnx_weekly-1.22.0.dev20260519-cp314-cp314t-win_amd64.whl

Download URL onnx_weekly-1.22.0.dev20260519-cp314-cp314t-win_amd64.whl
Size 16.8 MB
Tags CPython 3.14 CPython 3.14 free-threading Windows x86-64
SHA-256 checksum
How to use checksums
27f79e5689b20e14cb0654e6736e210acb496461fe9703c91485a7011345b938
BLAKE2b-256 checksum
How to use checksums
24bc3de8d5e240868b50fe755b225638102e4adae64c35cdcac6c5e5162b902f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.13

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 19, 2026.

Transparency log

Release files / onnx_weekly-1.22.0.dev20260519-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL onnx_weekly-1.22.0.dev20260519-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 18.7 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
60703e314e304142b3d5b9d97bb4ea05629e5f7e8bc6c27b281ceedde7a5e43a
BLAKE2b-256 checksum
How to use checksums
54470176f5d61b289b7f02bd5a87b97fce3717dfaf06a57ec6507df0ff912315
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.13

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 19, 2026.

Transparency log

Release files / onnx_weekly-1.22.0.dev20260519-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl

Download URL onnx_weekly-1.22.0.dev20260519-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Size 18.5 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.26+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
e93c9d5f7e7e318e02ff02ddbbefd27dbe4d17d5c449a2411095c00eb1249914
BLAKE2b-256 checksum
How to use checksums
a74afdd9e6873a6abdd13745dde14a531daf59f35b83264ab96cddbe4a488659
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.13

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 19, 2026.

Transparency log

Release files / onnx_weekly-1.22.0.dev20260519-cp314-cp314t-macosx_12_0_universal2.whl

Download URL onnx_weekly-1.22.0.dev20260519-cp314-cp314t-macosx_12_0_universal2.whl
Size 19.6 MB
Tags CPython 3.14 CPython 3.14 free-threading macOS 12.0+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
02c929556f25b2ceb738703570637703dc3fcdcd27101c6156c36832c7ad32ae
BLAKE2b-256 checksum
How to use checksums
b846dfdf24a3920d1df865cbd3b76b4ab7d8e9e8e615bdc411d94aa0f5668544
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.13

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 19, 2026.

Transparency log

Release files / onnx_weekly-1.22.0.dev20260519-cp312-abi3-win_arm64.whl

Download URL onnx_weekly-1.22.0.dev20260519-cp312-abi3-win_arm64.whl
Size 16.8 MB
Tags CPython 3.12 Windows ARM64 abi3
SHA-256 checksum
How to use checksums
46d6a90d457d0a67c54d1a9fb6bbd864e7177f6d43566965d76c2febf688e82b
BLAKE2b-256 checksum
How to use checksums
3cb138bc5b3018a7079ace2f1fdd1658ce90567040972a2950ae9663bd40c299
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.13

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 19, 2026.

Transparency log

Release files / onnx_weekly-1.22.0.dev20260519-cp312-abi3-win_amd64.whl

Download URL onnx_weekly-1.22.0.dev20260519-cp312-abi3-win_amd64.whl
Size 16.8 MB
Tags CPython 3.12 Windows x86-64 abi3
SHA-256 checksum
How to use checksums
6ed9392776e91c9699a190a0a303c72acb740f50942f172dee5284ea944da439
BLAKE2b-256 checksum
How to use checksums
8e712aaf42d3d7b97cce7ab06a29694dfb217e0454ce1a2c4c8be84b6caa7131
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.13

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 19, 2026.

Transparency log

Release files / onnx_weekly-1.22.0.dev20260519-cp312-abi3-win32.whl

Download URL onnx_weekly-1.22.0.dev20260519-cp312-abi3-win32.whl
Size 16.7 MB
Tags CPython 3.12 Windows x86-32 abi3
SHA-256 checksum
How to use checksums
f772296c83eee7b50fd678bc60a0cc9caf6d71360fd41f08787acbea5adfea01
BLAKE2b-256 checksum
How to use checksums
d7b59315a38d638c731191b0a162aa4aa64eedf6e515d6f6908da0abb79cf358
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.13

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 19, 2026.

Transparency log

Release files / onnx_weekly-1.22.0.dev20260519-cp312-abi3-pyemscripten_2025_0_wasm32.whl

Download URL onnx_weekly-1.22.0.dev20260519-cp312-abi3-pyemscripten_2025_0_wasm32.whl
Size 16.6 MB
Tags CPython 3.12 PyEmscripten 2025.0+ WebAssembly abi3
SHA-256 checksum
How to use checksums
b03b1b4a74bff77852ecbcd426000297267829cfec4866961838fefc29cc9c45
BLAKE2b-256 checksum
How to use checksums
ceeca4758214117f51f9ea2e04f57b3657cb905229a51ed9e869a65b003ab4b0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.13

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 19, 2026.

Transparency log

Release files / onnx_weekly-1.22.0.dev20260519-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL onnx_weekly-1.22.0.dev20260519-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 18.7 MB
Tags CPython 3.12 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64 abi3
SHA-256 checksum
How to use checksums
e49ca40dbaecda8a22363d1666ffce2f2ee1eaabaa6243ca5e45fe24477568a8
BLAKE2b-256 checksum
How to use checksums
74ca60382d6f5fe6094b5fddfae12c7785fb15cabcaef42dfb459ac7c9115e33
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.13

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 19, 2026.

Transparency log

Release files / onnx_weekly-1.22.0.dev20260519-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl

Download URL onnx_weekly-1.22.0.dev20260519-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Size 18.5 MB
Tags CPython 3.12 Linux glibc 2.26+ ARM64 Linux glibc 2.28+ ARM64 abi3
SHA-256 checksum
How to use checksums
abe5f90aede6a39bab9163b5156b125c9eefec41ebce402581ea3460bb670c8b
BLAKE2b-256 checksum
How to use checksums
d5ffb206da1a5e77c48fb2a2d34aed4015da82c3bfabb68a7157789f57e3ad09
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.13

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 19, 2026.

Transparency log

Release files / onnx_weekly-1.22.0.dev20260519-cp312-abi3-macosx_12_0_universal2.whl

Download URL onnx_weekly-1.22.0.dev20260519-cp312-abi3-macosx_12_0_universal2.whl
Size 19.6 MB
Tags CPython 3.12 abi3 macOS 12.0+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
fa5dc65f5927c102d79b0fd612a86285e6e9d39c7131a921c955416a2418e304
BLAKE2b-256 checksum
How to use checksums
cae3097e446d3068f481171b349398b38ebc384fe880d7f4631a80f181643961
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.13

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 19, 2026.

Transparency log

Release files / onnx_weekly-1.22.0.dev20260519-cp311-cp311-win_arm64.whl

Download URL onnx_weekly-1.22.0.dev20260519-cp311-cp311-win_arm64.whl
Size 16.8 MB
Tags CPython 3.11 Windows ARM64
SHA-256 checksum
How to use checksums
d85804161737d7a785d145f6b44bb2074fbc2b4f1c858dd04eab0985d7a55a63
BLAKE2b-256 checksum
How to use checksums
c95a81b3c3fb7464da49d75f180445dd2b0f950c4fc816c32f0aaf2f920bf083
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.13

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 19, 2026.

Transparency log

Release files / onnx_weekly-1.22.0.dev20260519-cp311-cp311-win_amd64.whl

Download URL onnx_weekly-1.22.0.dev20260519-cp311-cp311-win_amd64.whl
Size 16.8 MB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
6691f42121b4848f148a7b8b5e8fcc732c969abfefda39ff44b6747fbb125b89
BLAKE2b-256 checksum
How to use checksums
863d81c3e76dfe69d51027c272eed1fc9363b4e1b1f81db53877a0d4b54f29ae
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.13

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 19, 2026.

Transparency log

Release files / onnx_weekly-1.22.0.dev20260519-cp311-cp311-win32.whl

Download URL onnx_weekly-1.22.0.dev20260519-cp311-cp311-win32.whl
Size 16.7 MB
Tags CPython 3.11 Windows x86-32
SHA-256 checksum
How to use checksums
2e7d911ddcf4c7b8f9471593599d19dfea321919b9f265b14a13dbf99fdd78ae
BLAKE2b-256 checksum
How to use checksums
7e6c6a1c6037e7876dba711c9ebd636e6aa2a10cf4a8fba9b62b877d0af51cb8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.13

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 19, 2026.

Transparency log

Release files / onnx_weekly-1.22.0.dev20260519-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL onnx_weekly-1.22.0.dev20260519-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 18.7 MB
Tags CPython 3.11 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
02ef59939aba26f37c44dc9eff898989082a54a51da6426fa152a6c74c7b5045
BLAKE2b-256 checksum
How to use checksums
30c37c6717c71f97297e7e08e52d5ae264e5221214b5ce64369bb9d831c66a23
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.13

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 19, 2026.

Transparency log

Release files / onnx_weekly-1.22.0.dev20260519-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl

Download URL onnx_weekly-1.22.0.dev20260519-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Size 18.5 MB
Tags CPython 3.11 Linux glibc 2.26+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
53b4042d073b8c9ecf7cc8f2e58d84decc75015a123dfc24ab6e484494d85e6b
BLAKE2b-256 checksum
How to use checksums
854e788841b0058730f1a116f8a0cee688c4cafac12a7633f788b00412f6fe8c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.13

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 19, 2026.

Transparency log

Release files / onnx_weekly-1.22.0.dev20260519-cp311-cp311-macosx_12_0_universal2.whl

Download URL onnx_weekly-1.22.0.dev20260519-cp311-cp311-macosx_12_0_universal2.whl
Size 19.6 MB
Tags CPython 3.11 macOS 12.0+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
b3d588d206d2acf9da415c59698daada283012fb933d791b46dcda6800c83357
BLAKE2b-256 checksum
How to use checksums
3a9cc197000af6121e3fa19de704551176b8da1fa7fd3bfcbf69fa70c61890b4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.13

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 19, 2026.

Transparency log

Release files / onnx_weekly-1.22.0.dev20260519-cp310-cp310-win_amd64.whl

Download URL onnx_weekly-1.22.0.dev20260519-cp310-cp310-win_amd64.whl
Size 16.8 MB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
cfab9fedf32264783e58d22e07e8d5c246835b4fa9cea7cf17b402caa231b1f8
BLAKE2b-256 checksum
How to use checksums
e0e8f58301bb84d59b210bf3c7fcb1dab90d76fea53d688aae9ff839ae0e1545
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.13

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 19, 2026.

Transparency log

Release files / onnx_weekly-1.22.0.dev20260519-cp310-cp310-win32.whl

Download URL onnx_weekly-1.22.0.dev20260519-cp310-cp310-win32.whl
Size 16.7 MB
Tags CPython 3.10 Windows x86-32
SHA-256 checksum
How to use checksums
bee33b344df505dcb2af00a1a5bdd4333ad7f003f18e3ade35202e9066321025
BLAKE2b-256 checksum
How to use checksums
4275d400d5338afc1a59b752db807346537942f7255e013d777909d0bcba90c0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.13

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 19, 2026.

Transparency log

Release files / onnx_weekly-1.22.0.dev20260519-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL onnx_weekly-1.22.0.dev20260519-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 18.7 MB
Tags CPython 3.10 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
1d5722f966d266cde4c2283f0dbf9596554b1172b50815e1124f67776145a09b
BLAKE2b-256 checksum
How to use checksums
5368ce09c4b2eb5f7afb7f67abb42f96a887a5413751e8d5fc5d4b71afc01655
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.13

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 19, 2026.

Transparency log

Release files / onnx_weekly-1.22.0.dev20260519-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl

Download URL onnx_weekly-1.22.0.dev20260519-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Size 18.5 MB
Tags CPython 3.10 Linux glibc 2.26+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
ed7a3fb1352a5ee46a83808ddd70150586f5b4cbd91f41f61ba5d7f7db1a1aa1
BLAKE2b-256 checksum
How to use checksums
13978aa55454353d547946b80002a7bc176f3ea9d645d80c14c8a4ef95fc47df
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.13

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 19, 2026.

Transparency log

Release files / onnx_weekly-1.22.0.dev20260519-cp310-cp310-macosx_12_0_universal2.whl

Download URL onnx_weekly-1.22.0.dev20260519-cp310-cp310-macosx_12_0_universal2.whl
Size 19.6 MB
Tags CPython 3.10 macOS 12.0+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
8296b60b2f3f316fba89a2e18d54bbe239715b81132b91345329894116c5e760
BLAKE2b-256 checksum
How to use checksums
5adfdd951d35b8a171b457b7b83339330aa6cb2bf5442ad468048e0828dd113b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.13

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on May 19, 2026.

Transparency log

Release history Release notifications | RSS feed

This release
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