File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 62
62
matrix :
63
63
python-version : ['3.9']
64
64
cuda-version : ['12.4']
65
- cuda-version-without-period : ${{ replace(matrix.cuda-version, ".", "")}}
66
65
ffmpeg-version-for-tests : ['5.1.2', '6.1.1', '7.0.1']
67
66
if : ${{ always() }}
68
67
needs : build
@@ -82,10 +81,11 @@ jobs:
82
81
run : python -m pip install --upgrade pip
83
82
- name : Install PyTorch
84
83
run : |
85
- python -m pip install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu${{ matrix.cuda-version-without-period }}
84
+ python -m pip install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu${{ matrix.cuda-version//./ }}
86
85
- name : Install cuda dependencies
87
86
run : |
88
87
conda install --yes nvidia::libnpp
88
+ conda install --yes nvidia::cuda-nvrtc
89
89
- name : Install torchcodec from the wheel
90
90
run : |
91
91
wheel_path=`find pytorch/torchcodec/dist -type f -name "*.whl"`
You can’t perform that action at this time.
0 commit comments