Fix install directory in hfdocs.

Change from "timm" to "pytorch-image-models"
pull/2263/head
Andrew Lavin 2024-08-21 09:27:07 -07:00
parent ac3470188b
commit 3970558e0d
1 changed files with 1 additions and 1 deletions

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 .
```