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 ae3e15d commit 9601314Copy full SHA for 9601314
.jenkins/build.sh
@@ -19,7 +19,7 @@ pip install -r $DIR/../requirements.txt
19
pip install tb-nightly
20
21
# Temporary install of 1.2 until release is ready
22
-pip install https://download.pytorch.org/whl/nightly/cu100/torch-1.2.0-cp37-cp37m-linux_x86_64.whl
+pip install torch==1.2.0 -f https://download.pytorch.org/whl/nightly/cu100/
23
24
export PATH=/opt/conda/bin:$PATH
25
pip install sphinx==1.8.2 pandas
0 commit comments