File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3636conda 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 "
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 2222
2323 # Set up Environment Variables
2424 export PYTHON_VERSION="3.10"
25- export CUDA_VERSION=12.6
25+ export CUDA_VERSION=12.9
2626 export PIP_PROGRESS_BAR=off
2727 export CONDA_QUIET=1
2828 export USE_CUDA=1
You can’t perform that action at this time.
0 commit comments