File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 11name : Docs
22
33on :
4- push :
5- branches : [ main ]
6- pull_request :
4+ workflow_run :
5+ workflows : ["Build and test Linux CUDA wheels"]
6+ types :
7+ - completed
78
89defaults :
910 run :
2627 python-version : ' 3.12'
2728 - name : Update pip
2829 run : python -m pip install --upgrade pip
29- - name : Install torchcodec from nightly
30+ - name : Install torchcodec from the wheel
3031 run : |
31- pip3 install --pre torch torchvision torchaudio torchcodec --index-url https://download.pytorch.org/whl/nightly/cu124
32+ wheel_path=`find pytorch/torchcodec/dist -type f -name "*.whl"`
33+ echo Installing $wheel_path
34+ ${CONDA_RUN} python -m pip install $wheel_path -vvv
3235 - name : Install FFMPEG and other deps
3336 run : |
3437 conda install cuda-nvrtc=12.4 libnpp -c nvidia
You can’t perform that action at this time.
0 commit comments