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 1f63f0f commit f96a035Copy full SHA for f96a035
.jenkins/build.sh
@@ -23,12 +23,6 @@ pip uninstall torchvision -y
23
pip uninstall torch -y
24
pip install --pre torch==1.2.0 torchvision -f https://download.pytorch.org/whl/nightly/cu100/torch_nightly.html
25
26
-# Temp for testing.
27
-pip uninstall torchvision -y
28
-pip uninstall torch -y
29
-pip install numpy
30
-pip install --pre torch==1.2.0 torchvision -f https://download.pytorch.org/whl/nightly/cu100/torch_nightly.html
31
-
32
export PATH=/opt/conda/bin:$PATH
33
pip install sphinx==1.8.2 pandas
34
0 commit comments