Skip to content

Commit 076efef

Browse files
authored
Merge pull request #2263 from andravin/fix-docs-install-dir
Fix install directory in hfdocs.
2 parents ac34701 + 3970558 commit 076efef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hfdocs/source/installation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Building `timm` from source lets you make changes to the code base. To install f
6363

6464
```bash
6565
git clone https://github.com/rwightman/pytorch-image-models.git
66-
cd timm
66+
cd pytorch-image-models
6767
pip install -e .
6868
```
6969

0 commit comments

Comments
 (0)