We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea90821 commit 6cc503cCopy full SHA for 6cc503c
1 file changed
.github/workflows/benchmarks.yaml
@@ -36,14 +36,14 @@ jobs:
36
- name: Install FFmpeg, PyTorch and TorchAudio
37
run: |
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
+ python -m pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu
40
ffmpeg -version
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
+ #- name: Download, build and install TorchVision
+ # run: |
+ # git clone https://github.com/pytorch/vision.git
+ # cd vision
+ # python setup.py install
47
48
- name: Install all other dependencies
49
0 commit comments