Skip to content

Commit 8fda68a

Browse files
Fix repo id bug
This to fix this issue #1482
1 parent d4ea5c7 commit 8fda68a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

timm/models/vision_transformer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ def _cfg(url='', **kwargs):
192192
hf_hub_filename='open_clip_pytorch_model.bin',
193193
mean=OPENAI_CLIP_MEAN, std=OPENAI_CLIP_STD, num_classes=1024),
194194
'vit_giant_patch14_224_clip_laion2b': _cfg(
195-
hf_hub_id='CLIP-ViT-g-14-laion2B-s12B-b42K',
195+
hf_hub_id='laion/CLIP-ViT-g-14-laion2B-s12B-b42K',
196196
hf_hub_filename='open_clip_pytorch_model.bin',
197197
mean=OPENAI_CLIP_MEAN, std=OPENAI_CLIP_STD, num_classes=1024),
198198

0 commit comments

Comments
 (0)