Skip to content

Commit 9dfea81

Browse files
committed
.
1 parent 2592372 commit 9dfea81

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/linux_cuda_wheel.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,9 @@ jobs:
6161
fail-fast: false
6262
matrix:
6363
python-version: ['3.9']
64-
cuda-version: ['124']
65-
ffmpeg-version-for-tests: ['4.4.2', '5.1.2', '6.1.1', '7.0.1']
64+
cuda-version: ['12.4']
65+
cuda-version-without-period: ${{ replace(matrix.cuda-version, ".", "")}}
66+
ffmpeg-version-for-tests: ['5.1.2', '6.1.1', '7.0.1']
6667
if: ${{ always() }}
6768
needs: build
6869
steps:
@@ -81,7 +82,7 @@ jobs:
8182
run: python -m pip install --upgrade pip
8283
- name: Install PyTorch
8384
run: |
84-
python -m pip install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu${{ matrix.cuda-version }}
85+
python -m pip install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu${{ matrix.cuda-version-without-period }}
8586
- name: Install cuda dependencies
8687
run: |
8788
conda install --yes nvidia::libnpp

0 commit comments

Comments
 (0)