Skip to content

Commit fb303a6

Browse files
authored
Use nightly channel for pytorch, audio and vision to catch regressions before a release
2 parents e331265 + ee94dc2 commit fb303a6

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)