We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22cd927 commit ee94dc2Copy full SHA for ee94dc2
scripts/install.sh
@@ -4,9 +4,7 @@ set -e
4
. ~/miniconda3/etc/profile.d/conda.sh
5
conda activate base
6
7
-conda install -y pytorch torchvision -c pytorch-nightly
8
-# Also install torchaudio
9
-conda install -y -c pytorch-nightly torchaudio
+conda install -y pytorch torchvision torchaudio -c pytorch-nightly
10
11
# Dependencies required to load models
12
conda install -y regex pillow tqdm boto3 requests numpy\
0 commit comments