Minor typo in contributing doc fixed (#70284)

Hi. While looking at the contributing doc for pytorch in master. I saw a typo about installing `ccache` via `conda`. This tiny PR fixed it.

Hope this could help someone copy-paste the command faster!
Pull Request resolved: https://github.com/pytorch/pytorch/pull/70284
Approved by: https://github.com/janeyx99
This commit is contained in:
lamhoangtung
2022-05-23 15:43:24 +00:00
committed by PyTorch MergeBot
parent b2d1104471
commit cac16e2ee2

View File

@ -739,7 +739,7 @@ same. Using ccache in a situation like this is a real time-saver.
Before building pytorch, install ccache from your package manager of choice:
```bash
conda install ccache -f conda-forge
conda install ccache -c conda-forge
sudo apt install ccache
sudo yum install ccache
brew install ccache