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 c3194d0 commit 31ac199Copy full SHA for 31ac199
.jenkins/build.sh
@@ -28,6 +28,7 @@ pip install sphinx-gallery tqdm matplotlib ipython pillow==4.1.1
28
# Install torchvision from source
29
git clone https://github.com/pytorch/vision --quiet
30
pushd vision
31
+git checkout 76b2667958f994b7d942645285f777046d7d2d16
32
pip install . --no-deps # We don't want it to install the stock PyTorch version from pip
33
popd
34
0 commit comments