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.
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.
Plus one on the above..
@atalman wrote: Disabled auto-format in vscode. Sorry about this
There was a problem hiding this comment.
Its needed if you want to compile against torch release: https://github.com/pytorch/ao/actions/runs/12123278267
|
Do you mind rerunning |
malfet
left a comment
There was a problem hiding this comment.
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.
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