mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
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:
committed by
PyTorch MergeBot
parent
b2d1104471
commit
cac16e2ee2
@ -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
|
||||
|
Reference in New Issue
Block a user