We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4afe33b commit ba5dcd3Copy full SHA for ba5dcd3
README.md
@@ -70,8 +70,8 @@ Next, install one of the following following PyTorch nightly binaries.
70
```bash
71
# For CUDA 10.2
72
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
+# For CUDA 11.3
+pip install --pre torch -f https://download.pytorch.org/whl/nightly/cu113/torch_nightly.html --upgrade
75
# For CPU-only build
76
pip install --pre torch -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html --upgrade
77
```
0 commit comments