Skip to content

Commit 29d85c0

Browse files
authored
Update CUDA version in GH workflows to 2.9. (#4136)
1 parent 32ce8c0 commit 29d85c0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/scripts/unittest-windows/setup_env.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ fi
3636
conda activate "${env_dir}"
3737

3838
# 3. Install minimal build tools
39-
conda install -y -c conda-forge cmake ninja "ffmpeg<8"
39+
conda install -y -c conda-forge cmake ninja "ffmpeg<9"

.github/workflows/docs.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ jobs:
1414
strategy:
1515
matrix:
1616
python-version: ["3.11"]
17-
cuda-version: ["12.6"]
18-
ffmpeg-version: ["7"]
17+
cuda-version: ["12.9"]
18+
ffmpeg-version: ["8"]
1919
fail-fast: false
2020
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
2121
permissions:
2222
id-token: write
2323
contents: read
2424
with:
25-
runner: linux.4xlarge.nvidia.gpu
25+
runner: linux.g5.4xlarge.nvidia.gpu
2626
repository: pytorch/audio
2727
upload-artifact: docs
2828
gpu-arch-type: cuda

.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.6"]
17+
cuda-version: ["12.9"]
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)