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 eca37cf commit 61e00d5Copy full SHA for 61e00d5
CONTRIBUTING.md
@@ -33,7 +33,7 @@ clear and has sufficient instructions to be able to reproduce the issue.
33
### Install PyTorch Nightly
34
35
```bash
36
-conda install pytorch -c pytorch-nightly
+conda install pytorch -c pytorch-nightly -c conda-forge
37
# or with pip (see https://pytorch.org/get-started/locally/)
38
# pip install numpy
39
# pip install --pre torch -f https://download.pytorch.org/whl/nightly/cu102/torch_nightly.html
0 commit comments