File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 8686 - name : Install PyTorch
8787 run : |
8888 python -m pip install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu${{ env.cuda_version_without_periods }}
89- - name : Install cuda dependencies
90- run : |
91- conda install --yes nvidia::libnpp nvidia::cuda-nvrtc nvidia::cuda-toolkit nvidia::cuda-cudart
9289 - name : Install torchcodec from the wheel
9390 run : |
9491 wheel_path=`find pytorch/torchcodec/dist -type f -name "*.whl"`
@@ -109,6 +106,9 @@ jobs:
109106 conda install "ffmpeg=${{ matrix.ffmpeg-version-for-tests }}" -c conda-forge
110107 ffmpeg -version
111108
109+ - name : Install cuda runtime dependencies
110+ run : |
111+ conda install --yes nvidia::libnpp nvidia::cuda-nvrtc nvidia::cuda-toolkit nvidia::cuda-cudart
112112 - name : Install test dependencies
113113 run : |
114114 python -m pip install --pre torchvision --index-url https://download.pytorch.org/whl/nightly/cpu
You can’t perform that action at this time.
0 commit comments