-
Notifications
You must be signed in to change notification settings - Fork 88
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
Build python 3.13t on windows #6298
Conversation
@atalman is attempting to deploy a commit to the Meta Open Source Team on Vercel. A member of the Team first needs to authorize it. |
@@ -38,7 +38,7 @@ jobs: | |||
name: ${{ matrix.repository }} | |||
with: | |||
repository: ${{ matrix.repository }} | |||
ref: nightly |
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.
Temporary change to be removed before landing
@@ -473,7 +473,8 @@ def generate_wheels_matrix( | |||
arches += [XPU] | |||
|
|||
if limit_pr_builds: | |||
python_versions = [python_versions[0]] | |||
# todo: remove before merging | |||
python_versions = [python_versions[-1]] |
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.
Temporary change to trigged 3.13t builds
Vision builds passes
For torchaudio we need pytorch/audio#3881