Skip to content

Commit

Permalink
Install TorchVision from nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
scotts committed Nov 13, 2024
1 parent ea90821 commit 6cc503c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/benchmarks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ jobs:
- name: Install FFmpeg, PyTorch and TorchAudio
run: |
conda install "ffmpeg=6" pkg-config -c conda-forge
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
ffmpeg -version
- name: Download, build and install TorchVision
run: |
git clone https://github.com/pytorch/vision.git
cd vision
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
- name: Install all other dependencies
run: |
Expand Down

0 comments on commit 6cc503c

Please sign in to comment.