From 3970558e0d4516b3855cae97b0b96ed8bc7faed9 Mon Sep 17 00:00:00 2001 From: Andrew Lavin Date: Wed, 21 Aug 2024 09:27:07 -0700 Subject: [PATCH] Fix install directory in hfdocs. Change from "timm" to "pytorch-image-models" --- 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 b5093440..86566d30 100644 --- a/hfdocs/source/installation.mdx +++ b/hfdocs/source/installation.mdx @@ -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 . ```