mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-21 05:34:18 +08:00
Build magma tarball for cuda 126 (#140143)
Now that manylinux 2.28 is available with cuda 1.26 https://github.com/pytorch/pytorch/pull/139909 we can build the magma tarball for cuda 1.26. Fixes #139397 Pull Request resolved: https://github.com/pytorch/pytorch/pull/140143 Approved by: https://github.com/atalman
This commit is contained in:
committed by
PyTorch MergeBot
parent
d48ea29b9a
commit
3e82b1f6c0
2
.github/workflows/build-magma-linux.yml
vendored
2
.github/workflows/build-magma-linux.yml
vendored
@ -34,7 +34,7 @@ jobs:
|
||||
id-token: write
|
||||
strategy:
|
||||
matrix:
|
||||
cuda_version: ["124", "121", "118"] # There is no pytorch/manylinux-cuda126 yet
|
||||
cuda_version: ["126", "124", "121", "118"] # There is no pytorch/manylinux-cuda126 yet
|
||||
steps:
|
||||
- name: Checkout PyTorch
|
||||
uses: actions/checkout@v4
|
||||
|
Reference in New Issue
Block a user