Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f5299a commit 6a30b49Copy full SHA for 6a30b49
1 file changed
.jenkins/build.sh
@@ -4,7 +4,7 @@ sudo apt-get install -y --no-install-recommends unzip p7zip-full sox libsox-dev
4
# Install a nightly build of pytorch
5
6
# GPU, requires CUDA version 9.0 and python version 3.6
7
-pip install cython torch_nightly -f https://download.pytorch.org/whl/nightly/cu90/torch_nightly-2018.8.23.dev1-cp36-cp36m-linux_x86_64.whl
+pip install cython torch_nightly -f https://download.pytorch.org/whl/nightly/cu90/torch_nightly-2018.8.28.dev1-cp36-cp36m-linux_x86_64.whl
8
9
# CPU
10
# pip install cython torch_nightly -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly-2018.8.24.dev1-cp36-cp36m-linux_x86_64.whl
0 commit comments