diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f3110d05101..a825a3c7172 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -33,7 +33,7 @@ clear and has sufficient instructions to be able to reproduce the issue. ### Install PyTorch Nightly ```bash -conda install pytorch -c pytorch-nightly +conda install pytorch -c pytorch-nightly -c conda-forge # or with pip (see https://pytorch.org/get-started/locally/) # pip install numpy # pip install --pre torch -f https://download.pytorch.org/whl/nightly/cu102/torch_nightly.html