Skip to content

Commit 6cc503c

Browse files
committed
Install TorchVision from nightly
1 parent ea90821 commit 6cc503c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/benchmarks.yaml

+6-6
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)