Skip to content

Commit ffaeefe

Browse files
authored
Change CUDA 12.9 to 12.8 in linux workflows. (#4141)
1 parent e90a398 commit ffaeefe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
python-version: ["3.11"]
17-
cuda-version: ["12.9"]
17+
cuda-version: ["12.8"]
1818
ffmpeg-version: ["8"]
1919
fail-fast: false
2020
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main

.github/workflows/unittest-linux-gpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
python-version: ["3.11"]
17-
cuda-version: ["12.9"]
17+
cuda-version: ["12.8"]
1818
ffmpeg-version: ["7"]
1919
fail-fast: false
2020
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main

0 commit comments

Comments
 (0)