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 e331265 + ee94dc2 commit fb303a6Copy full SHA for fb303a6
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