[DO NOT MERGE] build: support PyTorch 2.12 and 2.13 - #64
Draft
guru-desh wants to merge 5 commits into
Draft
Conversation
Add torch_2_12/torch_2_13 dependency groups, raise the project's torch ceiling to 2.13.0, and move the linux CUDA wheel index from cu128 (tops out at torch 2.11.0) to cu129, which covers the full supported range (2.8.0-2.13.0). coreai-torch's only PyPI release (0.4.1) still caps torch<=2.11.0, but that ceiling was already removed on its main branch (apple/coreai-torch#38, apple#39) two weeks after that release; pin to that commit via a git source until a new release picks it up.
Lets CI run on pushes to this fork's working branch without opening a PR first, so the new torch 2.12/2.13 legs can be checked before opening the real PR into apple/coreai-optimization. Must not reach upstream.
This reverts commit 1d89583.
guru-desh
commented
Aug 5, 2026
| ], | ||
| ] | ||
| [tool.uv.sources] | ||
| # TODO: Remove once coreai-torch cuts a release past 0.4.1 that includes the |
Contributor
Author
There was a problem hiding this comment.
Remove git+ssh installation of coreai-torch once new release comes out
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.
Support PyTorch 2.12 + 2.13
Do not merge reason - requires new release from
coreai-torch