Skip to content

Commit

Permalink
Use nightly channel for pytorch, audio and vision to catch regression…
Browse files Browse the repository at this point in the history
…s before a release
  • Loading branch information
NicolasHug authored Aug 31, 2021
2 parents e331265 + ee94dc2 commit fb303a6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@ set -e
. ~/miniconda3/etc/profile.d/conda.sh
conda activate base

# Install the latest release of pytorch and torchvision
conda install -y pytorch torchvision -c pytorch
# Also install torchaudio
conda install -y -c pytorch torchaudio
conda install -y pytorch torchvision torchaudio -c pytorch-nightly

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

0 comments on commit fb303a6

Please sign in to comment.