Skip to content

Commit 83e72d0

Browse files
authored
Merge pull request #310 from ericnakagawa/rc1
Fixed typo in nightly url
2 parents f942191 + 75bb5c1 commit 83e72d0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.jenkins/build.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ 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 8.0
7-
pip install cython torch_nightly -f pip install torch_nightly -f https://download.pytorch.org/whl/nightly/cu80/torch_nightly.html
7+
pip install cython torch_nightly -f https://download.pytorch.org/whl/nightly/cu80/torch_nightly.html
88

99
# GPU, requires CUDA version 9.0
10-
# pip install cython torch_nightly -f pip install torch_nightly -f https://download.pytorch.org/whl/nightly/cu90/torch_nightly.html
10+
# pip install cython torch_nightly -f https://download.pytorch.org/whl/nightly/cu90/torch_nightly.html
1111

1212
# GPU, requires CUDA version 9.2
13-
# pip install cython torch_nightly -f pip install torch_nightly -f https://download.pytorch.org/whl/nightly/cu92/torch_nightly.html
13+
# pip install cython torch_nightly -f https://download.pytorch.org/whl/nightly/cu92/torch_nightly.html
1414

1515
# CPU
16-
# pip install cython torch_nightly -f pip install torch_nightly -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
16+
# pip install cython torch_nightly -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html
1717

1818
## Install doc dependencies
1919

0 commit comments

Comments
 (0)