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 51fbe32 commit ed72aceCopy full SHA for ed72ace
.jenkins/build.sh
@@ -34,10 +34,6 @@ pip install sphinx-gallery==0.3.1 tqdm matplotlib ipython pillow==4.1.1
34
35
aws configure set default.s3.multipart_threshold 5120MB
36
37
-# install nightly PyTorch 1.3
38
-# TODO: remove after 1.3 release
39
-pip install torch==1.3.0 -f https://download.pytorch.org/whl/nightly/cu100/torch_nightly.html
40
-
41
# Decide whether to parallelize tutorial builds, based on $JOB_BASE_NAME
42
export NUM_WORKERS=20
43
if [[ "${JOB_BASE_NAME}" == *worker_* ]]; then
0 commit comments