Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df9a4e4 commit c9ba905Copy full SHA for c9ba905
1 file changed
.jenkins/build.sh
@@ -27,7 +27,8 @@ pip install sphinx-gallery tqdm matplotlib ipython pillow==4.1.1
27
# Install torchvision from conda
28
pip uninstall -y torchvision || true
29
30
-conda install -c pytorch torchvision --no-deps
+# 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
32
33
# Install torchaudio from source
34
git clone https://github.com/pytorch/audio --quiet
@@ -44,7 +45,6 @@ if [[ $(pip show torch) ]]; then
44
45
fi
46
47
# Install a nightly build of pytorch
-
48
# GPU, requires CUDA version 9.0
49
pip install cython torch_nightly -f https://download.pytorch.org/whl/nightly/cu90/torch_nightly.html
50
0 commit comments