Merge pull request #2263 from andravin/fix-docs-install-dir

Fix install directory in hfdocs.
This commit is contained in:
Ross Wightman 2024-08-21 10:24:16 -07:00 committed by GitHub
commit 076efef73b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -63,7 +63,7 @@ Building `timm` from source lets you make changes to the code base. To install f
```bash
git clone https://github.com/rwightman/pytorch-image-models.git
cd timm
cd pytorch-image-models
pip install -e .
```