File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,16 +4,16 @@ sudo apt-get install -y --no-install-recommends unzip p7zip-full sox libsox-dev
4
4
# Install a nightly build of pytorch
5
5
6
6
# 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
8
8
9
9
# 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
11
11
12
12
# 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
14
14
15
15
# 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
17
17
18
18
# # Install doc dependencies
19
19
You can’t perform that action at this time.
0 commit comments