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 ac0cc5b commit 49c65a7Copy full SHA for 49c65a7
.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
+conda install -c pytorch torchvision --no-deps
31
32
# Install torchaudio from source
33
git clone https://github.com/pytorch/audio --quiet
0 commit comments