From f2382bf483b8aa41b8e3a631a76588e636ac7cfb Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Thu, 10 Oct 2019 10:09:28 -0700 Subject: [PATCH] Pin PyTorch version Signed-off-by: Edward Z. Yang --- .jenkins/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.jenkins/build.sh b/.jenkins/build.sh index 2bb1aca0235..18d79c4aa2c 100755 --- a/.jenkins/build.sh +++ b/.jenkins/build.sh @@ -13,7 +13,7 @@ sudo apt-get install -y --no-install-recommends unzip p7zip-full sox libsox-dev export PATH=/opt/conda/bin:$PATH rm -rf src -pip install -r $DIR/../requirements.txt +pip install -r $DIR/../requirements.txt torch==1.3.0+cu92 -f https://download.pytorch.org/whl/torch_stable.html export PATH=/opt/conda/bin:$PATH pip install sphinx==1.8.2 pandas