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 013548a commit 5a610deCopy full SHA for 5a610de
.jenkins/build.sh
@@ -28,7 +28,7 @@ pip install sphinx-gallery tqdm matplotlib ipython pillow==4.1.1
28
pip uninstall -y torchvision || true
29
30
# GPU, requires CUDA version 10.0
31
-conda install -c pytorch torchvision --no-deps
+conda install -y -c pytorch torchvision --no-deps
32
33
# Install torchaudio from source
34
git clone https://github.com/pytorch/audio --quiet
0 commit comments