Skip to content

Commit 61e00d5

Browse files
authored
Updated CONTRIBUTING guide. (#3400)
- Added conda-forge channel
1 parent eca37cf commit 61e00d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ clear and has sufficient instructions to be able to reproduce the issue.
3333
### Install PyTorch Nightly
3434

3535
```bash
36-
conda install pytorch -c pytorch-nightly
36+
conda install pytorch -c pytorch-nightly -c conda-forge
3737
# or with pip (see https://pytorch.org/get-started/locally/)
3838
# pip install numpy
3939
# pip install --pre torch -f https://download.pytorch.org/whl/nightly/cu102/torch_nightly.html

0 commit comments

Comments
 (0)