File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,8 @@ pip install sphinx-gallery tqdm matplotlib ipython pillow==4.1.1
27
27
# Install torchvision from conda
28
28
pip uninstall -y torchvision || true
29
29
pip uninstall -y torchvision || true
30
- conda install -c pytorch torchvision --no-deps
30
+ # GPU, requires CUDA version 9.0
31
+ conda install https://anaconda.org/pytorch/torchvision/0.3.0/download/linux-64/torchvision-0.3.0-py36_cu9.0.176_1.tar.bz2 --no-deps
31
32
32
33
# Install torchaudio from source
33
34
git clone https://github.com/pytorch/audio --quiet
@@ -44,7 +45,6 @@ if [[ $(pip show torch) ]]; then
44
45
fi
45
46
46
47
# Install a nightly build of pytorch
47
-
48
48
# GPU, requires CUDA version 9.0
49
49
pip install cython torch_nightly -f https://download.pytorch.org/whl/nightly/cu90/torch_nightly.html
50
50
You can’t perform that action at this time.
0 commit comments