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.
1 parent 8b12130 commit a89c732Copy full SHA for a89c732
.jenkins/build.sh
@@ -27,7 +27,7 @@ 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
+conda install -c pytorch torchvision
31
32
# Install torchaudio from source
33
git clone https://github.com/pytorch/audio --quiet
0 commit comments