Skip to content

Commit aedd550

Browse files
committed
Missed hf_hub entries for two of the metaclip weights (ViT-B-32)
1 parent d11e54a commit aedd550

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/open_clip/pretrained.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,10 +189,12 @@ def _mccfg(url='', hf_hub='', **kwargs):
189189
# MetaClip models (NOTE quick-gelu activation used)
190190
metaclip_400m=_pcfg(
191191
url="https://dl.fbaipublicfiles.com/MMPT/metaclip/b32_400m.pt",
192+
hf_hub="timm/vit_base_patch32_clip_224.metaclip_400m/",
192193
quick_gelu=True,
193194
),
194195
metaclip_fullcc=_pcfg(
195196
url="https://dl.fbaipublicfiles.com/MMPT/metaclip/b32_fullcc2.5b.pt",
197+
hf_hub="timm/vit_base_patch32_clip_224.metaclip_2pt5b/",
196198
quick_gelu=True,
197199
),
198200
)

0 commit comments

Comments
 (0)