Skip to content

Commit

Permalink
install all of pytorch vision and audio in one command
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasHug committed Aug 31, 2021
1 parent 22cd927 commit ee94dc2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@ set -e
. ~/miniconda3/etc/profile.d/conda.sh
conda activate base

conda install -y pytorch torchvision -c pytorch-nightly
# Also install torchaudio
conda install -y -c pytorch-nightly 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 ee94dc2

Please sign in to comment.