Skip to content

Commit f2382bf

Browse files
committed
Pin PyTorch version
Signed-off-by: Edward Z. Yang <ezyang@fb.com>
1 parent 7e0818f commit f2382bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.jenkins/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ sudo apt-get install -y --no-install-recommends unzip p7zip-full sox libsox-dev
1313

1414
export PATH=/opt/conda/bin:$PATH
1515
rm -rf src
16-
pip install -r $DIR/../requirements.txt
16+
pip install -r $DIR/../requirements.txt torch==1.3.0+cu92 -f https://download.pytorch.org/whl/torch_stable.html
1717

1818
export PATH=/opt/conda/bin:$PATH
1919
pip install sphinx==1.8.2 pandas

0 commit comments

Comments
 (0)