Skip to content

Commit 450b887

Browse files
kausvfacebook-github-bot
authored andcommitted
Update cuda versions for CI tests (#2994)
Summary: Pull Request resolved: #2994 Set the CUDA versions supported by Pytorch as per https://pytorch.org/get-started/locally/ Reviewed By: TroyGarden Differential Revision: D75248197 fbshipit-source-id: 309dc312d498c7ab93a665e23aec92a00680e5c3
1 parent 953c787 commit 450b887

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/unittest_ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,47 +23,47 @@ jobs:
2323
- os: linux.g5.12xlarge.nvidia.gpu
2424
python-version: 3.9
2525
python-tag: "py39"
26-
cuda-tag: "cu121"
26+
cuda-tag: "cu126"
2727
- os: linux.g5.12xlarge.nvidia.gpu
2828
python-version: 3.9
2929
python-tag: "py39"
30-
cuda-tag: "cu124"
30+
cuda-tag: "cu128"
3131
- os: linux.g5.12xlarge.nvidia.gpu
3232
python-version: '3.10'
3333
python-tag: "py310"
3434
cuda-tag: "cu118"
3535
- os: linux.g5.12xlarge.nvidia.gpu
3636
python-version: '3.10'
3737
python-tag: "py310"
38-
cuda-tag: "cu121"
38+
cuda-tag: "cu126"
3939
- os: linux.g5.12xlarge.nvidia.gpu
4040
python-version: '3.10'
4141
python-tag: "py310"
42-
cuda-tag: "cu124"
42+
cuda-tag: "cu128"
4343
- os: linux.g5.12xlarge.nvidia.gpu
4444
python-version: '3.11'
4545
python-tag: "py311"
4646
cuda-tag: "cu118"
4747
- os: linux.g5.12xlarge.nvidia.gpu
4848
python-version: '3.11'
4949
python-tag: "py311"
50-
cuda-tag: "cu121"
50+
cuda-tag: "cu126"
5151
- os: linux.g5.12xlarge.nvidia.gpu
5252
python-version: '3.11'
5353
python-tag: "py311"
54-
cuda-tag: "cu124"
54+
cuda-tag: "cu128"
5555
- os: linux.g5.12xlarge.nvidia.gpu
5656
python-version: '3.12'
5757
python-tag: "py312"
5858
cuda-tag: "cu118"
5959
- os: linux.g5.12xlarge.nvidia.gpu
6060
python-version: '3.12'
6161
python-tag: "py312"
62-
cuda-tag: "cu121"
62+
cuda-tag: "cu126"
6363
- os: linux.g5.12xlarge.nvidia.gpu
6464
python-version: '3.12'
6565
python-tag: "py312"
66-
cuda-tag: "cu124"
66+
cuda-tag: "cu128"
6767
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
6868
permissions:
6969
id-token: write

0 commit comments

Comments
 (0)