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.23.0.dev20260824

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.23.0.dev20260824
File Size Uploaded
onnx_weekly-1.23.0.dev20260824.tar.gz 6.0 MB Details

Built distributions (wheels)

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

Total release size: 200.1 MB

Release files / onnx_weekly-1.23.0.dev20260824.tar.gz

Download URL onnx_weekly-1.23.0.dev20260824.tar.gz
Size 6.0 MB
Tags Source
SHA-256 checksum
How to use checksums
39b15cf2eb0e28041adc8d6e63fe014a780e212c56feb18656b035adbf3046d6
BLAKE2b-256 checksum
How to use checksums
f2c800fc7ea697eb294e971c06500238e8336f6d1f2c5ca061439e7ea5b94d6c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.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 Aug 24, 2026.

Transparency log

Release files / onnx_weekly-1.23.0.dev20260824-cp314-cp314t-win_arm64.whl

Download URL onnx_weekly-1.23.0.dev20260824-cp314-cp314t-win_arm64.whl
Size 8.0 MB
Tags CPython 3.14 CPython 3.14 free-threading Windows ARM64
SHA-256 checksum
How to use checksums
0344de5e71aff674b7d25e6265eee5e0d3492ec0dda10e5d72c60ead4979c6da
BLAKE2b-256 checksum
How to use checksums
8dc6d45cd2f51be32cba1062bc2f0e24e523bcdd2dd39a8373af15cb207af5ba
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.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 Aug 24, 2026.

Transparency log

Release files / onnx_weekly-1.23.0.dev20260824-cp314-cp314t-win_amd64.whl

Download URL onnx_weekly-1.23.0.dev20260824-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
72986c0d02abd2ed6554759d7c2c097408b533f117dc665c1efe9f41e63c0a81
BLAKE2b-256 checksum
How to use checksums
1bcf654d4127c5ade967fed9da795b81d6b481fcea43f3dabfa97573bb34879c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.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 Aug 24, 2026.

Transparency log

Release files / onnx_weekly-1.23.0.dev20260824-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL onnx_weekly-1.23.0.dev20260824-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 8.8 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
5e0baa616a9de81405a7f1dc1a2053ccd284b58c25ed6d36bee7bf179427a703
BLAKE2b-256 checksum
How to use checksums
f7cb3f3ba5aa5046a42baf7b5a0c2671a0b0d6e09130ed0afdc8d6630284ac56
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.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 Aug 24, 2026.

Transparency log

Release files / onnx_weekly-1.23.0.dev20260824-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl

Download URL onnx_weekly-1.23.0.dev20260824-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
872ef8a3db98bf2613128cf97afce5c2697a9d4a7b7d5aef1a0b2863257a7cb2
BLAKE2b-256 checksum
How to use checksums
46cf780f26d64696130abc75b7ebeea5169f5204d5dadd5f5ab85d31fa05256a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.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 Aug 24, 2026.

Transparency log

Release files / onnx_weekly-1.23.0.dev20260824-cp314-cp314t-macosx_13_0_universal2.whl

Download URL onnx_weekly-1.23.0.dev20260824-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
402f04cafea4f88d861319a2a5c6c610c3fab6a78ebca5abe5b6529b24a8d89c
BLAKE2b-256 checksum
How to use checksums
76b9fe3b86685f5a5bdbbed64185728d316a12baf7a7aea85aa6de9f708a0f8d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.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 Aug 24, 2026.

Transparency log

Release files / onnx_weekly-1.23.0.dev20260824-cp312-abi3-win_arm64.whl

Download URL onnx_weekly-1.23.0.dev20260824-cp312-abi3-win_arm64.whl
Size 8.0 MB
Tags CPython 3.12 Windows ARM64 abi3
SHA-256 checksum
How to use checksums
1b9974523885969d4fb1e40c87a0c10f98b21837f55a6d2edf425dd85655d1c6
BLAKE2b-256 checksum
How to use checksums
b083a9d73f60cb38b0f10b5e1f43559ccc160a5909121309f89216c954a66bc2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.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 Aug 24, 2026.

Transparency log

Release files / onnx_weekly-1.23.0.dev20260824-cp312-abi3-win_amd64.whl

Download URL onnx_weekly-1.23.0.dev20260824-cp312-abi3-win_amd64.whl
Size 7.8 MB
Tags CPython 3.12 Windows x86-64 abi3
SHA-256 checksum
How to use checksums
8397c2f7b54ea7bda080598a86e79daa90d78040cc4339002dcb0be8d2fc4f8b
BLAKE2b-256 checksum
How to use checksums
bf2271f26faf3d6b7dabd8199feac1b55018170d05b59444341a44ea06e50162
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.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 Aug 24, 2026.

Transparency log

Release files / onnx_weekly-1.23.0.dev20260824-cp312-abi3-win32.whl

Download URL onnx_weekly-1.23.0.dev20260824-cp312-abi3-win32.whl
Size 7.7 MB
Tags CPython 3.12 Windows x86-32 abi3
SHA-256 checksum
How to use checksums
fb39d2a621cf5cd2292375a6ea4ffc520c81b3690e18b1bfa84c4c0a8043fd29
BLAKE2b-256 checksum
How to use checksums
f08ed4f19e515a85e15816336f654e0c1387637011fb1aaccc6fb91656fdab05
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.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 Aug 24, 2026.

Transparency log

Release files / onnx_weekly-1.23.0.dev20260824-cp312-abi3-pyemscripten_2026_0_wasm32.whl

Download URL onnx_weekly-1.23.0.dev20260824-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
273264fb37e42f33875ea9ffbe0fbfe0bae703f54c4cdaa5e6d4f82fa4ae45b4
BLAKE2b-256 checksum
How to use checksums
752ce255da020f553293c7087b79a2853a981992e728c40951e0a4b544d432a7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.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 Aug 24, 2026.

Transparency log

Release files / onnx_weekly-1.23.0.dev20260824-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL onnx_weekly-1.23.0.dev20260824-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 8.8 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
3d35025ef223627a873f2168a08eb8ef9431bf1620110c13a0fde8bc34566244
BLAKE2b-256 checksum
How to use checksums
6fb35ff15044dcc2cbb0b1ce852c7a21994b533dd3c191a2d9c178cdbc6b61c2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.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 Aug 24, 2026.

Transparency log

Release files / onnx_weekly-1.23.0.dev20260824-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl

Download URL onnx_weekly-1.23.0.dev20260824-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
06d5df8b81963b9ce4e1c243844bda95dd46f426a288d4eaae90a1532c26fbe1
BLAKE2b-256 checksum
How to use checksums
812880b54abd2410bfd233ecc2693f52f07ca62a1b00a78746c8eccd75c143bc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.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 Aug 24, 2026.

Transparency log

Release files / onnx_weekly-1.23.0.dev20260824-cp312-abi3-macosx_13_0_universal2.whl

Download URL onnx_weekly-1.23.0.dev20260824-cp312-abi3-macosx_13_0_universal2.whl
Size 9.6 MB
Tags CPython 3.12 abi3 macOS 13.0+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
b283c4a33eaa8f72aae31f417fe2c4f03764480f9803eee4987696ac1bcb8c3c
BLAKE2b-256 checksum
How to use checksums
2c193a90b03f5e2fb82455bd50d411603834fe490f85453aa079a9ae0dbdaa2c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.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 Aug 24, 2026.

Transparency log

Release files / onnx_weekly-1.23.0.dev20260824-cp311-cp311-win_arm64.whl

Download URL onnx_weekly-1.23.0.dev20260824-cp311-cp311-win_arm64.whl
Size 8.0 MB
Tags CPython 3.11 Windows ARM64
SHA-256 checksum
How to use checksums
f32d23f819d29b15418bbd0508ff56ef2256dccaf6dff79b065786b6feb7ce40
BLAKE2b-256 checksum
How to use checksums
468dcea35957e4947576202c44e21c2ace6a910c63de5f2b4dab3fdee65ff5e6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.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 Aug 24, 2026.

Transparency log

Release files / onnx_weekly-1.23.0.dev20260824-cp311-cp311-win_amd64.whl

Download URL onnx_weekly-1.23.0.dev20260824-cp311-cp311-win_amd64.whl
Size 7.8 MB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
6578dab717d65b27f6e356bc7a1e20edf0a4705d09d9ea3c8f42a28f293bcf58
BLAKE2b-256 checksum
How to use checksums
df3aa3bf472bd4ec582d7647bde719c1992cc67e4d62168eb661210d691144a0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.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 Aug 24, 2026.

Transparency log

Release files / onnx_weekly-1.23.0.dev20260824-cp311-cp311-win32.whl

Download URL onnx_weekly-1.23.0.dev20260824-cp311-cp311-win32.whl
Size 7.7 MB
Tags CPython 3.11 Windows x86-32
SHA-256 checksum
How to use checksums
b04590b461a88c79e7105e70c3352ff67ec941ec9c5026f2618101cbe8d9eb9a
BLAKE2b-256 checksum
How to use checksums
4b0b745e1207b6b2e320b6f5911fd21093c16bc555e92bdaa17e91f3ed46c24c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.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 Aug 24, 2026.

Transparency log

Release files / onnx_weekly-1.23.0.dev20260824-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL onnx_weekly-1.23.0.dev20260824-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 8.8 MB
Tags CPython 3.11 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
49da8b691ac40da1f3de7b52afc05a0749aa9a5fc4d9879aec4c4174981ca659
BLAKE2b-256 checksum
How to use checksums
68bcc90fd9b6817ce15324f3de769216a31c359c8904f0862c121f15044ed130
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.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 Aug 24, 2026.

Transparency log

Release files / onnx_weekly-1.23.0.dev20260824-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl

Download URL onnx_weekly-1.23.0.dev20260824-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
6a96b649d5baac861ee4278544164655ba4061c4345c7fd31ea127617e262326
BLAKE2b-256 checksum
How to use checksums
20b1839e1ecc8a367f2ff08bac937ae92e3b8fcc9e80f73fc2c00b53e00973c4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.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 Aug 24, 2026.

Transparency log

Release files / onnx_weekly-1.23.0.dev20260824-cp311-cp311-macosx_13_0_universal2.whl

Download URL onnx_weekly-1.23.0.dev20260824-cp311-cp311-macosx_13_0_universal2.whl
Size 9.6 MB
Tags CPython 3.11 macOS 13.0+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
f0c10cc16bd73e2bc5e5f7fc5ff91e78a36269730a4fa9702e54ef20d60c1d10
BLAKE2b-256 checksum
How to use checksums
c4bf8fcd9bfec19c618e4a4455b89a0ee8725907be045b08b6ec57ac4bc9292f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.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 Aug 24, 2026.

Transparency log

Release files / onnx_weekly-1.23.0.dev20260824-cp310-cp310-win_amd64.whl

Download URL onnx_weekly-1.23.0.dev20260824-cp310-cp310-win_amd64.whl
Size 7.8 MB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
a50701e30fcfc82599493d98bf5de307fe6b50da72a32ed56dd4891a59746373
BLAKE2b-256 checksum
How to use checksums
5c107ea47c9f565c52ee559beb083f90815d9c0c189f5c41761a11724c87b170
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.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 Aug 24, 2026.

Transparency log

Release files / onnx_weekly-1.23.0.dev20260824-cp310-cp310-win32.whl

Download URL onnx_weekly-1.23.0.dev20260824-cp310-cp310-win32.whl
Size 7.7 MB
Tags CPython 3.10 Windows x86-32
SHA-256 checksum
How to use checksums
47a11dd90709742d0e5898cf79d1ec7465e0e0af25efce16b3d47f2fa84c16fd
BLAKE2b-256 checksum
How to use checksums
2dc330bf4d78047170a3843df930720b4a593ad1324238f596a9cca481b3db0f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.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 Aug 24, 2026.

Transparency log

Release files / onnx_weekly-1.23.0.dev20260824-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL onnx_weekly-1.23.0.dev20260824-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 8.8 MB
Tags CPython 3.10 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
a07182b0794d10a647c5bf8614f1a4431b6b33883f406b86a42ed890a1947bba
BLAKE2b-256 checksum
How to use checksums
daaa0e4d2de4e0bad00373c7762443a570a34ada968ea98bba2d0da19105bd4d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.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 Aug 24, 2026.

Transparency log

Release files / onnx_weekly-1.23.0.dev20260824-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl

Download URL onnx_weekly-1.23.0.dev20260824-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
1fc82d3bda8eea9a774ec878d386137a0ee6a39ff6802be12c4dbec1a572be98
BLAKE2b-256 checksum
How to use checksums
fae3e84e7f56f180e814739707c38e20814df29fc82fadd91bc4ed30ec01a959
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.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 Aug 24, 2026.

Transparency log

Release files / onnx_weekly-1.23.0.dev20260824-cp310-cp310-macosx_13_0_universal2.whl

Download URL onnx_weekly-1.23.0.dev20260824-cp310-cp310-macosx_13_0_universal2.whl
Size 9.6 MB
Tags CPython 3.10 macOS 13.0+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
f0be95c927ab20659a0a5c63e72e4cfddb3100c39e89b898d86f0d54a9034509
BLAKE2b-256 checksum
How to use checksums
d76c8f4d39e779bc4a7c4cae55dffd3f0df49d180a0de619d73fb012d75a9933
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.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 Aug 24, 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