-
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
Add windows CUDA 12.6 builds #6002
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. |
"12.4": "pytorch/manylinux-builder:cuda12.4", | ||
"12.6": "pytorch/manylinux2_28-builder:cuda12.6", | ||
"11.8": "pytorch/manylinux-builder:cuda11.8", | ||
"12.1": "pytorch/manylinux-builder:cuda12.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.
Do we need to remove 12.1
here to match https://github.com/pytorch/pytorch/blob/main/.github/scripts/generate_binary_build_matrix.py#L19?
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.
Plus one on the above..
@atalman wrote: Disabled auto-format in vscode. Sorry about this
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.
Its needed if you want to compile against torch release: https://github.com/pytorch/ao/actions/runs/12123278267
Do you mind rerunning |
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.
Looks like PR contains number of unrelated changes. More specifically, it feels weird to see test/assets
updates for architectures that has nothing to do with the change
"12.4": "pytorch/manylinux-builder:cuda12.4", | ||
"12.6": "pytorch/manylinux2_28-builder:cuda12.6", | ||
"11.8": "pytorch/manylinux-builder:cuda11.8", | ||
"12.1": "pytorch/manylinux-builder:cuda12.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.
Plus one on the above..
@atalman wrote: Disabled auto-format in vscode. Sorry about this
Enables windows CUDA 12.6 builds. Since these where enabled on the core