-
Notifications
You must be signed in to change notification settings - Fork 24.4k
[Release/2.6] Enable python-3.13t aarch64 builds #144878
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
As it's incompatible with 3.13t and only used to fetch the branch name, which could be done by running ``` git rev-parse --abbrev-ref HEAD ``` Also, remove yet another reference to long gone `master` branch. Test plan: Download `manywheel-py3_11-cpu-aarch64.zip` produced by this PR, install it inside docker container and check it's version ``` # pip install torch-2.7.0.dev20250113+cpu-cp311-cp311-manylinux_2_28_aarch64.whl ... Installing collected packages: mpmath, typing-extensions, sympy, networkx, MarkupSafe, fsspec, filelock, jinja2, torch Successfully installed MarkupSafe-3.0.2 filelock-3.16.1 fsspec-2024.12.0 jinja2-3.1.5 mpmath-1.3.0 networkx-3.4.2 sympy-1.13.1 torch-2.7.0.dev20250113+cpu typing-extensions-4.12.2 root@434f2540345e:/# python Python 3.11.9 (main, Aug 1 2024, 23:33:10) [GCC 12.2.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import torch >>> torch.__version__ '2.7.0.dev20250113+cpu' ``` Pull Request resolved: #144716 Approved by: https://github.com/atalman ghstack dependencies: #144696, #144697 (cherry picked from commit 58302c4)
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/144878
Note: Links to docs will display an error until the docs builds have been completed. ⏳ 27 Pending, 1 Unrelated FailureAs of commit ba26f90 with merge base f7e621c ( UNSTABLE - The following job failed but was likely due to flakiness present on trunk and has been marked as unstable:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok!
before regenerating the workflows please set |
Cherry-picks following 2 commits
And regenerated the workflow file by running
RELEASE_VERSION_TAG=2.6 .github/regenerate.sh