Skip to content

Commit d1ef2d0

Browse files
committed
Merge branch 'master' of github.com:pytorch/hub into torchvision_main
2 parents 4b0f500 + fb303a6 commit d1ef2d0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

scripts/install.sh

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@ set -e
44
. ~/miniconda3/etc/profile.d/conda.sh
55
conda activate base
66

7-
# Install the latest release of pytorch and torchvision
8-
conda install -y pytorch torchvision -c pytorch
9-
# Also install torchaudio
10-
conda install -y -c pytorch torchaudio
7+
conda install -y pytorch torchvision torchaudio -c pytorch-nightly
118

129
# Dependencies required to load models
1310
conda install -y regex pillow tqdm boto3 requests numpy\

0 commit comments

Comments
 (0)