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.
2 parents 4b0f500 + fb303a6 commit d1ef2d0Copy full SHA for d1ef2d0
scripts/install.sh
@@ -4,10 +4,7 @@ set -e
4
. ~/miniconda3/etc/profile.d/conda.sh
5
conda activate base
6
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
+conda install -y pytorch torchvision torchaudio -c pytorch-nightly
11
12
# Dependencies required to load models
13
conda install -y regex pillow tqdm boto3 requests numpy\
0 commit comments