Skip to content

Commit ee94dc2

Browse files
committed
install all of pytorch vision and audio in one command
1 parent 22cd927 commit ee94dc2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

scripts/install.sh

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

7-
conda install -y pytorch torchvision -c pytorch-nightly
8-
# Also install torchaudio
9-
conda install -y -c pytorch-nightly torchaudio
7+
conda install -y pytorch torchvision torchaudio -c pytorch-nightly
108

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

0 commit comments

Comments
 (0)