File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -36,14 +36,14 @@ jobs:
3636 - name : Install FFmpeg, PyTorch and TorchAudio
3737 run : |
3838 conda install "ffmpeg=6" pkg-config -c conda-forge
39- python -m pip install --pre torch torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu
39+ python -m pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu
4040 ffmpeg -version
4141
42- - name : Download, build and install TorchVision
43- run : |
44- git clone https://github.com/pytorch/vision.git
45- cd vision
46- python setup.py install
42+ # - name: Download, build and install TorchVision
43+ # run: |
44+ # git clone https://github.com/pytorch/vision.git
45+ # cd vision
46+ # python setup.py install
4747
4848 - name : Install all other dependencies
4949 run : |
You can’t perform that action at this time.
0 commit comments