File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -36,14 +36,14 @@ jobs:
36
36
- name : Install FFmpeg, PyTorch and TorchAudio
37
37
run : |
38
38
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
40
40
ffmpeg -version
41
41
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
47
47
48
48
- name : Install all other dependencies
49
49
run : |
You can’t perform that action at this time.
0 commit comments