ci: publish wheels for torch 2.11, 2.12.1, and 2.13.0 - #1005
Open
Chessing234 wants to merge 3 commits into
Open
Conversation
Extend the release matrix so PyPI/GitHub assets cover recent torch minors that currently force silent source builds (state-spaces#999).
Document that missing wheels fall back to selective_scan_cuda source builds and point maintainers at publish.yaml for the supported torch versions.
Add a maintainer comment linking the CI torch list to get_wheel_url tags.
Chessing234
force-pushed
the
ci/expand-torch-wheel-matrix
branch
from
August 5, 2026 10:24
dc57109 to
d7ca4de
Compare
bvolpato
reviewed
Aug 16, 2026
bvolpato
left a comment
There was a problem hiding this comment.
Could we also add 2.11, 2.12, and 2.13 to the available map in .github/workflows/_build.yml? I reproduced each new job failing with KeyError before pip install because that map currently stops at 2.10. cu129 and cu130 inputs are available for both architectures, so adding those entries should unblock this matrix.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
.github/workflows/publish.yamlto build release wheels for torch 2.11.0, 2.12.1, and 2.13.0 with CUDA 11.8 excludes and CXX11_ABI excludes (Publish wheels for torch 2.11 / 2.12 / 2.13 — the PyPI matrix has been pinned at 2.10 since February #999).setup.pywheel URL tags.Test plan
Made with Cursor