Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6636d6f

Browse files
ericnakagawaJoelMarcey
authored andcommitted
Added cython dependency for torch_nightly
1 parent 2b5df19 commit 6636d6f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.jenkins/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ sudo apt-get install -y --no-install-recommends unzip p7zip-full sox libsox-dev
44
# Install a nightly build of pytorch
55

66
# GPU, requires CUDA version 9.0 and python version 3.6
7-
pip install torch_nightly -f https://download.pytorch.org/whl/nightly/cu90/torch_nightly-2018.8.23.dev1-cp36-cp36m-linux_x86_64.whl
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
88

99
# CPU
10-
# pip install torch_nightly -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly-2018.8.24.dev1-cp36-cp36m-linux_x86_64.whl
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
1111

1212
## Install doc dependencies
1313

0 commit comments

Comments
 (0)