From 13c7183c5200291193b4c83c867f6ed6a6af78f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xa9aX=20=E3=83=84?= Date: Fri, 6 Jan 2023 10:33:08 -0500 Subject: [PATCH] Update installation.mdx --- hfdocs/source/installation.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hfdocs/source/installation.mdx b/hfdocs/source/installation.mdx index a83a6104..3ff210f3 100644 --- a/hfdocs/source/installation.mdx +++ b/hfdocs/source/installation.mdx @@ -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 . ```