Skip to content

Commit ba5dcd3

Browse files
committed
Fix link to nightly binary
1 parent 4afe33b commit ba5dcd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ Next, install one of the following following PyTorch nightly binaries.
7070
```bash
7171
# For CUDA 10.2
7272
pip install --pre torch -f https://download.pytorch.org/whl/nightly/cu102/torch_nightly.html --upgrade
73-
# For CUDA 11.1
74-
pip install --pre torch -f https://download.pytorch.org/whl/nightly/cu111/torch_nightly.html --upgrade
73+
# For CUDA 11.3
74+
pip install --pre torch -f https://download.pytorch.org/whl/nightly/cu113/torch_nightly.html --upgrade
7575
# For CPU-only build
7676
pip install --pre torch -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html --upgrade
7777
```

0 commit comments

Comments
 (0)