We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 400e324 commit 2eca83cCopy full SHA for 2eca83c
.jenkins/build.sh
@@ -25,11 +25,8 @@ pip install -e git+git://github.com/pytorch/pytorch_sphinx_theme.git#egg=pytorch
25
# this is a workaround to the issue.
26
pip install sphinx-gallery tqdm matplotlib ipython pillow==4.1.1
27
28
-# Install torchvision from source
29
-git clone https://github.com/pytorch/vision --quiet
30
-pushd vision
31
-pip install . --no-deps # We don't want it to install the stock PyTorch version from pip
32
-popd
+# Install torchvision from pip
+pip install torchvision --no-deps
33
34
# Install torchaudio from source
35
git clone https://github.com/pytorch/audio --quiet
0 commit comments