Update installation.mdx

pull/1654/head
Xa9aX ツ 2023-01-06 10:33:08 -05:00 committed by Ross Wightman
parent eb83eb3bd1
commit 13c7183c52
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ This command lists the first five pretrained models available in `timm` (which a
Building `timm` from source lets you make changes to the code base. To install from the source, clone the repository and install with the following commands:
```bash
git clone https://github.com/rwightman/timm.git
git clone https://github.com/rwightman/pytorch-image-models.git
cd timm
pip install -e .
```