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

Release files for onnx-weekly 1.24.0.dev20260921

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.24.0.dev20260921
File Size Uploaded
onnx_weekly-1.24.0.dev20260921.tar.gz 6.0 MB Details

Built distributions (wheels)

Table of built distributions (wheels) for onnx-weekly 1.24.0.dev20260921
File
onnx_weekly-1.24.0.dev20260921-cp314-cp314t-win_arm64.whl CPython 3.14 CPython 3.14 free-threading Windows ARM64 Details
onnx_weekly-1.24.0.dev20260921-cp314-cp314t-win_amd64.whl CPython 3.14 CPython 3.14 free-threading Windows x86-64 Details
onnx_weekly-1.24.0.dev20260921-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.24.0.dev20260921-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.28+ ARM64, Linux glibc 2.26+ ARM64 Details
onnx_weekly-1.24.0.dev20260921-cp314-cp314t-macosx_13_0_universal2.whl CPython 3.14 CPython 3.14 free-threading macOS 13.0+ universal2 (ARM64, x86-64) Details
onnx_weekly-1.24.0.dev20260921-cp312-abi3-win_arm64.whl CPython 3.12 abi3 Windows ARM64 Details
onnx_weekly-1.24.0.dev20260921-cp312-abi3-win_amd64.whl CPython 3.12 abi3 Windows x86-64 Details
onnx_weekly-1.24.0.dev20260921-cp312-abi3-win32.whl CPython 3.12 abi3 Windows x86-32 Details
onnx_weekly-1.24.0.dev20260921-cp312-abi3-pyemscripten_2026_0_wasm32.whl CPython 3.12 abi3 PyEmscripten 2026.0+ WebAssembly Details
onnx_weekly-1.24.0.dev20260921-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.12 abi3 Linux glibc 2.27+ x86-64, Linux glibc 2.28+ x86-64 Details
onnx_weekly-1.24.0.dev20260921-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.24.0.dev20260921-cp312-abi3-macosx_13_0_universal2.whl CPython 3.12 abi3 macOS 13.0+ universal2 (ARM64, x86-64) Details
onnx_weekly-1.24.0.dev20260921-cp311-cp311-win_arm64.whl CPython 3.11 CPython 3.11 Windows ARM64 Details
onnx_weekly-1.24.0.dev20260921-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
onnx_weekly-1.24.0.dev20260921-cp311-cp311-win32.whl CPython 3.11 CPython 3.11 Windows x86-32 Details
onnx_weekly-1.24.0.dev20260921-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.24.0.dev20260921-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.24.0.dev20260921-cp311-cp311-macosx_13_0_universal2.whl CPython 3.11 CPython 3.11 macOS 13.0+ universal2 (ARM64, x86-64) Details
onnx_weekly-1.24.0.dev20260921-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
onnx_weekly-1.24.0.dev20260921-cp310-cp310-win32.whl CPython 3.10 CPython 3.10 Windows x86-32 Details
onnx_weekly-1.24.0.dev20260921-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.27+ x86-64, Linux glibc 2.28+ x86-64 Details
onnx_weekly-1.24.0.dev20260921-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl CPython 3.10 CPython 3.10 Linux glibc 2.26+ ARM64, Linux glibc 2.28+ ARM64 Details
onnx_weekly-1.24.0.dev20260921-cp310-cp310-macosx_13_0_universal2.whl CPython 3.10 CPython 3.10 macOS 13.0+ universal2 (ARM64, x86-64) Details

Total release size: 201.4 MB

Release files / onnx_weekly-1.24.0.dev20260921.tar.gz

Download URL onnx_weekly-1.24.0.dev20260921.tar.gz
Size 6.0 MB
Tags Source
SHA-256 checksum
How to use checksums
ab759ed87599ed9b763a95aa78c8310e84fcb29eb4e83f08bc4861d3851faa9c
BLAKE2b-256 checksum
How to use checksums
df47ab9b7fc79a30145fd847a4b877102bcd020e805c64203ef4e93d23388f37
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

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 Sep 21, 2026.

Transparency log

Release files / onnx_weekly-1.24.0.dev20260921-cp314-cp314t-win_arm64.whl

Download URL onnx_weekly-1.24.0.dev20260921-cp314-cp314t-win_arm64.whl
Size 8.1 MB
Tags CPython 3.14 CPython 3.14 free-threading Windows ARM64
SHA-256 checksum
How to use checksums
2a84820d426b8e3061a0885f21e18faed35de8269fbffddc1bc8ff97aab48b4f
BLAKE2b-256 checksum
How to use checksums
eaeecbcc7a5bfb19453f086d3ceb17d79171c3d3cbc5b0c1a842a94ee052d1dd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

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 Sep 21, 2026.

Transparency log

Release files / onnx_weekly-1.24.0.dev20260921-cp314-cp314t-win_amd64.whl

Download URL onnx_weekly-1.24.0.dev20260921-cp314-cp314t-win_amd64.whl
Size 7.9 MB
Tags CPython 3.14 CPython 3.14 free-threading Windows x86-64
SHA-256 checksum
How to use checksums
81fdd48186a7ba92fd239af72f2b9de60a53a7e95037307e7b4cc08d2f9118b0
BLAKE2b-256 checksum
How to use checksums
bd8ba6caa670959e2f6c0c15702edffad98c3aa14ef634983c4ab65fff43aa89
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

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 Sep 21, 2026.

Transparency log

Release files / onnx_weekly-1.24.0.dev20260921-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL onnx_weekly-1.24.0.dev20260921-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 8.9 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
f7b244da6e797c2ba2f9f79ecbb3651d9bfe8d1d5a97611428fcfb529dcb7a1b
BLAKE2b-256 checksum
How to use checksums
e572c64b7dfe34d4002869bd05402023b38eb53f4e6b270f6337d6f3a1e18825
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

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 Sep 21, 2026.

Transparency log

Release files / onnx_weekly-1.24.0.dev20260921-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl

Download URL onnx_weekly-1.24.0.dev20260921-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Size 8.7 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
7fe919b0066af97700a25f07552029ea3363409502a0cb06977c418cb9056865
BLAKE2b-256 checksum
How to use checksums
804aacffcb5cad875baf9a9a6812e6f4663147f00032ca0bc2d891f59bf41a48
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

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 Sep 21, 2026.

Transparency log

Release files / onnx_weekly-1.24.0.dev20260921-cp314-cp314t-macosx_13_0_universal2.whl

Download URL onnx_weekly-1.24.0.dev20260921-cp314-cp314t-macosx_13_0_universal2.whl
Size 9.7 MB
Tags CPython 3.14 CPython 3.14 free-threading macOS 13.0+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
07c9043b8dd2d6f925a15134c587d8de970c41c1868b1491cc35d3c00fce4a57
BLAKE2b-256 checksum
How to use checksums
705211bfa8e9a51db5681b30b1b31d6e608214b909fd7ed92e86b4c385b3dfa9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

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 Sep 21, 2026.

Transparency log

Release files / onnx_weekly-1.24.0.dev20260921-cp312-abi3-win_arm64.whl

Download URL onnx_weekly-1.24.0.dev20260921-cp312-abi3-win_arm64.whl
Size 8.1 MB
Tags CPython 3.12 Windows ARM64 abi3
SHA-256 checksum
How to use checksums
473b9d05175aae57bda4ae964ad4738a800af01b5d6e8c5693b58225c1c7e9c7
BLAKE2b-256 checksum
How to use checksums
f29fda1cbd258ef4cb08e17f5f2a0000d6bfcc4afa0cc7243b7ab1599a614519
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

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 Sep 21, 2026.

Transparency log

Release files / onnx_weekly-1.24.0.dev20260921-cp312-abi3-win_amd64.whl

Download URL onnx_weekly-1.24.0.dev20260921-cp312-abi3-win_amd64.whl
Size 7.9 MB
Tags CPython 3.12 Windows x86-64 abi3
SHA-256 checksum
How to use checksums
c2b0a31e8f05b19b715b00b341ab73ce219c194f63ecc73f0b5d92559032b2c0
BLAKE2b-256 checksum
How to use checksums
4a2746c3a2898a97467606211bbec385231b6ac95a274fa2b5220143a94adb52
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

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 Sep 21, 2026.

Transparency log

Release files / onnx_weekly-1.24.0.dev20260921-cp312-abi3-win32.whl

Download URL onnx_weekly-1.24.0.dev20260921-cp312-abi3-win32.whl
Size 7.7 MB
Tags CPython 3.12 Windows x86-32 abi3
SHA-256 checksum
How to use checksums
8790671a4567500024d2b102976150fca02353ab7f69cc74759e46626eeafc34
BLAKE2b-256 checksum
How to use checksums
e5b07ed435179491147c67dd4b86460368e8c1c9c6e7dd80376d8e1a60ac21ed
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

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 Sep 21, 2026.

Transparency log

Release files / onnx_weekly-1.24.0.dev20260921-cp312-abi3-pyemscripten_2026_0_wasm32.whl

Download URL onnx_weekly-1.24.0.dev20260921-cp312-abi3-pyemscripten_2026_0_wasm32.whl
Size 7.3 MB
Tags CPython 3.12 PyEmscripten 2026.0+ WebAssembly abi3
SHA-256 checksum
How to use checksums
545f582b1409503bdb6eb32386467e51bb2354c1427429849fb152006712153e
BLAKE2b-256 checksum
How to use checksums
845bdf3ba6323416030a8e6928cfdb2b3234ef1cb4e2890802380991bdfa406b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

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 Sep 21, 2026.

Transparency log

Release files / onnx_weekly-1.24.0.dev20260921-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL onnx_weekly-1.24.0.dev20260921-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 8.9 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
5a867322a2a37858e9ead6469aaa1f87af4c2b97953fa3b4690b510e757ed5c4
BLAKE2b-256 checksum
How to use checksums
811b78a720259c1ee837773cb09128fe05b45742e2338a9e53550f84c997d4ee
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

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 Sep 21, 2026.

Transparency log

Release files / onnx_weekly-1.24.0.dev20260921-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl

Download URL onnx_weekly-1.24.0.dev20260921-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Size 8.6 MB
Tags CPython 3.12 Linux glibc 2.26+ ARM64 Linux glibc 2.28+ ARM64 abi3
SHA-256 checksum
How to use checksums
90d6ccc9929fceec8ab3969b1cb415273df005a2cb861a43e88c80af257e0c0a
BLAKE2b-256 checksum
How to use checksums
d513c52677a447bf6f52fc83c4fd4937a284904c8370d9f30901e48bee5c1e16
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

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 Sep 21, 2026.

Transparency log

Release files / onnx_weekly-1.24.0.dev20260921-cp312-abi3-macosx_13_0_universal2.whl

Download URL onnx_weekly-1.24.0.dev20260921-cp312-abi3-macosx_13_0_universal2.whl
Size 9.7 MB
Tags CPython 3.12 abi3 macOS 13.0+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
e5a34a4d58aa8b6a877a0a33b134d3e16d299861e8e57da2b6fbe5ce79c41416
BLAKE2b-256 checksum
How to use checksums
cd45526c69c5ad33f71845f12c8de6f140024242a9e9ea986e628e5b1902c9b5
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

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 Sep 21, 2026.

Transparency log

Release files / onnx_weekly-1.24.0.dev20260921-cp311-cp311-win_arm64.whl

Download URL onnx_weekly-1.24.0.dev20260921-cp311-cp311-win_arm64.whl
Size 8.1 MB
Tags CPython 3.11 Windows ARM64
SHA-256 checksum
How to use checksums
7bb07fdd953bd50d78ed8824b70ae92184e915972198e0518c76e27cb8f056f1
BLAKE2b-256 checksum
How to use checksums
d762224898f70eb41f3e720f4c9229f47b1db5c89c1c821482fd45107e6728ad
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

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 Sep 21, 2026.

Transparency log

Release files / onnx_weekly-1.24.0.dev20260921-cp311-cp311-win_amd64.whl

Download URL onnx_weekly-1.24.0.dev20260921-cp311-cp311-win_amd64.whl
Size 7.9 MB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
04b9de611c3074db574f4cf58c9dc974d96b3bf4b4340d7d67cec79656e4a326
BLAKE2b-256 checksum
How to use checksums
9c72466c80cdd7180ec61ba2df13ea5b0fdb709d2de35ea1d51dfb321ad99f96
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

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 Sep 21, 2026.

Transparency log

Release files / onnx_weekly-1.24.0.dev20260921-cp311-cp311-win32.whl

Download URL onnx_weekly-1.24.0.dev20260921-cp311-cp311-win32.whl
Size 7.7 MB
Tags CPython 3.11 Windows x86-32
SHA-256 checksum
How to use checksums
8c0ec86ab4ec4da4f7393d2439434346953a402118c5ba2d2b769854ef44db4a
BLAKE2b-256 checksum
How to use checksums
cb1d9cd27e3f0116dd463eec2a394cec31923ec99e3ffd099c2c5c0c1260a933
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

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 Sep 21, 2026.

Transparency log

Release files / onnx_weekly-1.24.0.dev20260921-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL onnx_weekly-1.24.0.dev20260921-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 8.9 MB
Tags CPython 3.11 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
be8efcdf4637bd5a3311dc4b18cf364c1a8ee1da43627d1839839111b2a28289
BLAKE2b-256 checksum
How to use checksums
74fd679b8f788bd9c1ceda772dd5148f0bf2ce1058fd9b6d9a3df9935d79758f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

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 Sep 21, 2026.

Transparency log

Release files / onnx_weekly-1.24.0.dev20260921-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl

Download URL onnx_weekly-1.24.0.dev20260921-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Size 8.6 MB
Tags CPython 3.11 Linux glibc 2.26+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
6e7d13d09db02a03baa9571f26614b37c51bd0c2fc4026a4cf89934625dbcb95
BLAKE2b-256 checksum
How to use checksums
024e483c67208ffa5e381ee4adee2d6655af9d68d7314bb399c1020df22903b7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

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 Sep 21, 2026.

Transparency log

Release files / onnx_weekly-1.24.0.dev20260921-cp311-cp311-macosx_13_0_universal2.whl

Download URL onnx_weekly-1.24.0.dev20260921-cp311-cp311-macosx_13_0_universal2.whl
Size 9.7 MB
Tags CPython 3.11 macOS 13.0+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
c81500c6ffc3fe683f35f93d673c0654cefa27fa7a5b58eb942bf6363d7f3fdf
BLAKE2b-256 checksum
How to use checksums
a965088a570e45d30bc7fbf29359f37083983fe057e81f75814dbe208eacad8f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

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 Sep 21, 2026.

Transparency log

Release files / onnx_weekly-1.24.0.dev20260921-cp310-cp310-win_amd64.whl

Download URL onnx_weekly-1.24.0.dev20260921-cp310-cp310-win_amd64.whl
Size 7.9 MB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
8d8e96325df91267edae34c2766cdb2f193f83b361095d9ed5a793725c6420d9
BLAKE2b-256 checksum
How to use checksums
9fd1b9ea61c5f591c884fd90e1039f15c546f59f59dc524e73fa90f8a48d370e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

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 Sep 21, 2026.

Transparency log

Release files / onnx_weekly-1.24.0.dev20260921-cp310-cp310-win32.whl

Download URL onnx_weekly-1.24.0.dev20260921-cp310-cp310-win32.whl
Size 7.7 MB
Tags CPython 3.10 Windows x86-32
SHA-256 checksum
How to use checksums
1257170bf52be5762fd3aec2d21e1f32b331a22d1ca82dde8842ecf0ef03b44f
BLAKE2b-256 checksum
How to use checksums
a11404f52748edb776c965b7bdaa6738ae8761f463dd3657c414d86ac4b422c2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

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 Sep 21, 2026.

Transparency log

Release files / onnx_weekly-1.24.0.dev20260921-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL onnx_weekly-1.24.0.dev20260921-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 8.9 MB
Tags CPython 3.10 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
4a9efadbdbcaf732d030c28820328397d8df311e8c0609dda4e7d92100a20e7c
BLAKE2b-256 checksum
How to use checksums
daf311e6d85c6f1c737f4b2811017567dfa30f837360a8026793e06c8d8b360d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

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 Sep 21, 2026.

Transparency log

Release files / onnx_weekly-1.24.0.dev20260921-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl

Download URL onnx_weekly-1.24.0.dev20260921-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Size 8.6 MB
Tags CPython 3.10 Linux glibc 2.26+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
30d1a2444106e2f563a32b465f9f9f07898a9a345978fdfc3158751a52430307
BLAKE2b-256 checksum
How to use checksums
99e9e84f3dd3e0b7f30732aa6f66010428f0ed4716947f7536ddbf9788ac5889
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

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 Sep 21, 2026.

Transparency log

Release files / onnx_weekly-1.24.0.dev20260921-cp310-cp310-macosx_13_0_universal2.whl

Download URL onnx_weekly-1.24.0.dev20260921-cp310-cp310-macosx_13_0_universal2.whl
Size 9.7 MB
Tags CPython 3.10 macOS 13.0+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
d6867f1dc2e1b1935c71c1a5b63a472b30f419d09db220ff02a4fd1e68c312fe
BLAKE2b-256 checksum
How to use checksums
ac5b2184a1596e6560d5fcbb220744cb7f34c11087d33c824a5d7552a5e48f0b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

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 Sep 21, 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