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 7e0818f commit f2382bfCopy full SHA for f2382bf
.jenkins/build.sh
@@ -13,7 +13,7 @@ sudo apt-get install -y --no-install-recommends unzip p7zip-full sox libsox-dev
13
14
export PATH=/opt/conda/bin:$PATH
15
rm -rf src
16
-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
17
18
19
pip install sphinx==1.8.2 pandas
0 commit comments