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

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

Built distributions (wheels)

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

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

Download URL onnx_weekly-1.24.0.dev20260907.tar.gz
Size 6.0 MB
Tags Source
SHA-256 checksum
How to use checksums
2e1d54239f044a083bb856d2d929e600c314945339578344edfbfe9610ed9ea2
BLAKE2b-256 checksum
How to use checksums
e32bb0c25636b08e3f5696e2d571ae85acd5c5d74d0d23b6d8367fd68f6b275d
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 7, 2026.

Transparency log

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

Download URL onnx_weekly-1.24.0.dev20260907-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
362e0b128939247c3c8f10340249d61de88d9d5fc57e7167afa2afe2f71b8927
BLAKE2b-256 checksum
How to use checksums
7271ff9abd58fc577bdd824b005a836a7c1bc59408a3cb9e8360700848018675
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 7, 2026.

Transparency log

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

Download URL onnx_weekly-1.24.0.dev20260907-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
84c58f2a1a1fe7681a089c949c86b4c691d2ccc023be1f13f16da30e42be3f2d
BLAKE2b-256 checksum
How to use checksums
360af5b1f3e9556103c7052da43897bd40f57a63f592be7348f5464f2a044f7a
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 7, 2026.

Transparency log

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

Download URL onnx_weekly-1.24.0.dev20260907-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
9fc56c569361549540d255a02052f8cd28df398d3c1ab70663c389b74a0118f8
BLAKE2b-256 checksum
How to use checksums
2512b5d9bc95b9024934105ab649aaf844d4efa121f1a475727fd9d809cbe4be
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 7, 2026.

Transparency log

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

Download URL onnx_weekly-1.24.0.dev20260907-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Size 8.6 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
aa16c426c3e29191a91f74cb3c60c2fed0fcee4eb5ed63545e19c78538cacc60
BLAKE2b-256 checksum
How to use checksums
8a8824c425d8f40f60008fc2360478de33b6cd000fc35a627f7ff81757e7a762
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 7, 2026.

Transparency log

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

Download URL onnx_weekly-1.24.0.dev20260907-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
cebe17b6ad3c0105da1ef990c6913236522ffc2cad5441328538537a2001310c
BLAKE2b-256 checksum
How to use checksums
02e22d0a01e8a6b89b2c8ded39966a577bf9c1d5dbec71310fc85dc2bc655767
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 7, 2026.

Transparency log

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

Download URL onnx_weekly-1.24.0.dev20260907-cp312-abi3-win_arm64.whl
Size 8.0 MB
Tags CPython 3.12 Windows ARM64 abi3
SHA-256 checksum
How to use checksums
44d1d871e68579df43c2b4ce32d410d424934c1acd0ffe4de4e7201ba2a6a402
BLAKE2b-256 checksum
How to use checksums
e387097343c591be32bb7020c9c2ed375d30d1376db3b9b8a082fe20291be540
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 7, 2026.

Transparency log

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

Download URL onnx_weekly-1.24.0.dev20260907-cp312-abi3-win_amd64.whl
Size 7.9 MB
Tags CPython 3.12 Windows x86-64 abi3
SHA-256 checksum
How to use checksums
f9c25bd3311288a9c10efb1d2f6c831db38067378a78f8b5494456d033b2fe7d
BLAKE2b-256 checksum
How to use checksums
6c3606f138fa2d6f3a81133bf5ac41b3634fb6d496ac1d2f59049d24612a7364
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 7, 2026.

Transparency log

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

Download URL onnx_weekly-1.24.0.dev20260907-cp312-abi3-win32.whl
Size 7.7 MB
Tags CPython 3.12 Windows x86-32 abi3
SHA-256 checksum
How to use checksums
ce71a12e8d70b2f6437f9dc070928cce8cbac104bd699e08268b4c50d818bc0b
BLAKE2b-256 checksum
How to use checksums
3ec5f055d572269341152874f34967df566a15ddace98242d79c9ff49b231dca
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 7, 2026.

Transparency log

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

Download URL onnx_weekly-1.24.0.dev20260907-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
d81e3825241097a78f576a63a312a1a4d3aafa9d9f5537a3b8c4981cdef88d7c
BLAKE2b-256 checksum
How to use checksums
548e09e48f5f1b56a5e347cecb32960523d9ab107b0768730f99f2b8d2e04785
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 7, 2026.

Transparency log

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

Download URL onnx_weekly-1.24.0.dev20260907-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
e3e03b3cc28b5a366115fb24e383e0fc917155da9c02b9671ddc5c7a248fe0cc
BLAKE2b-256 checksum
How to use checksums
0c4c01d54c2750cccd989f1352730b27de7378109d8d83997d47195eb3ba63ca
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 7, 2026.

Transparency log

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

Download URL onnx_weekly-1.24.0.dev20260907-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
1874b8d690837b4fc7456ed4c883c17f2ce9bb4cd68a736560c5f1eeed7a795b
BLAKE2b-256 checksum
How to use checksums
8c06859cec71341d6a994dd92cbde6d0d9ee01ac020f2301b26278a713ae65f2
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 7, 2026.

Transparency log

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

Download URL onnx_weekly-1.24.0.dev20260907-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
98a33284dc1bedff88c32807597d94bb1643ad4747aac20945b4dc9c2c9d6b6d
BLAKE2b-256 checksum
How to use checksums
5a1f978db51a3057ed2582b35ac5a85e4a72795ca1d5438fceca6e949296e56c
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 7, 2026.

Transparency log

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

Download URL onnx_weekly-1.24.0.dev20260907-cp311-cp311-win_arm64.whl
Size 8.0 MB
Tags CPython 3.11 Windows ARM64
SHA-256 checksum
How to use checksums
4ef5d3475cd7e7cebaa848e8e21a79f296031eaf7016d04ae51087746b55fb11
BLAKE2b-256 checksum
How to use checksums
5fdd6a4ca4b7ceb40d11ebca138c049cc9a7dccfd651d34dbd9c78890e6f2758
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 7, 2026.

Transparency log

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

Download URL onnx_weekly-1.24.0.dev20260907-cp311-cp311-win_amd64.whl
Size 7.9 MB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
67278bb36b7b076c47625cc5c25a04d833d3973faaecf3a8cb54d145ac1ab4f2
BLAKE2b-256 checksum
How to use checksums
554d30dbc73bd67265b9227058538b88defbc8fd7ea91d583a09eab4c742386b
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 7, 2026.

Transparency log

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

Download URL onnx_weekly-1.24.0.dev20260907-cp311-cp311-win32.whl
Size 7.7 MB
Tags CPython 3.11 Windows x86-32
SHA-256 checksum
How to use checksums
50a45381e2312a6d015738b771201d4c9663ea5f727b4a8c74dec676fd93c4a4
BLAKE2b-256 checksum
How to use checksums
150b0becefb6d3d18007870ed94c7af7b66a6850399956381e048d526c284533
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 7, 2026.

Transparency log

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

Download URL onnx_weekly-1.24.0.dev20260907-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
725a5db956b57f67365a0ad733529d8ffebd3cb8babe9431cc958081bce10e87
BLAKE2b-256 checksum
How to use checksums
9b19e85c794bad49018cea0a2e8ba465a11b46ee7c2702f2490f1b0dc32aae75
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 7, 2026.

Transparency log

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

Download URL onnx_weekly-1.24.0.dev20260907-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
721d6b825afdb4df2c4f2e04cd4694fbf4efeac235e240badb3b2bc64ddfd1fa
BLAKE2b-256 checksum
How to use checksums
56eaebdc1f0bbd8dc1f0dacdf201f1769d7bc1549c42f6ccbc0d5eb8da64d490
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 7, 2026.

Transparency log

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

Download URL onnx_weekly-1.24.0.dev20260907-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
df385183d26a39a28114d4ed7a7e168442379f8a15d5fa1b7dd68c7c6919706b
BLAKE2b-256 checksum
How to use checksums
d9983cfb331939bef5b7e9d677f5638565ac72b0cc00a3f239cbe58969f8fb77
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 7, 2026.

Transparency log

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

Download URL onnx_weekly-1.24.0.dev20260907-cp310-cp310-win_amd64.whl
Size 7.9 MB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
a36e5578059929b014e96e81cc6243d4458bbdd35926b4b4b32b605fda47e78d
BLAKE2b-256 checksum
How to use checksums
4e9b95420d899fa7c4afc4ab3df58a3cca069a69ba1c5ca1a4e2421875baf36b
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 7, 2026.

Transparency log

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

Download URL onnx_weekly-1.24.0.dev20260907-cp310-cp310-win32.whl
Size 7.7 MB
Tags CPython 3.10 Windows x86-32
SHA-256 checksum
How to use checksums
f013e62dbf038b91ca6aa87b24308f3b9663cc380aa58a79de539f0ad60f88ff
BLAKE2b-256 checksum
How to use checksums
c0dee652fc10e65ad0eb93606ae5999a12f7746c785f554be499b193f6d9a132
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 7, 2026.

Transparency log

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

Download URL onnx_weekly-1.24.0.dev20260907-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
a1469c18404bc9da56c74a5fabdfbeb475f6aec7f53e8758b623c42c802f0c25
BLAKE2b-256 checksum
How to use checksums
cd9fe4cb7d7dd3e5fbba4523a3a515dd14441309ef489b9052cd45a8ec31c74f
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 7, 2026.

Transparency log

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

Download URL onnx_weekly-1.24.0.dev20260907-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
214dae9192b9aa002582f25b7c5331731fb66c8192e87c8279b905081f24c07f
BLAKE2b-256 checksum
How to use checksums
3be22f638e51dc571475bfad338ad78e275170601fa9a95243cccfb70c222f11
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 7, 2026.

Transparency log

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

Download URL onnx_weekly-1.24.0.dev20260907-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
4daffaab1efa5fd12ea7581860e6143ed3661b7afd2b149d20e645b225b30a01
BLAKE2b-256 checksum
How to use checksums
5c05b53131930cca534338e4bf0b31f68019899233b62fbb99bd1dd1c456d11e
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 7, 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