Skip to content

Commit 66ac671

Browse files
voidismrwightman
authored andcommitted
remove non-existent MetaCLIP 2 L/14 checkpoint
1 parent 8480ac9 commit 66ac671

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/open_clip/pretrained.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -681,12 +681,6 @@ def _pecfg(url='', hf_hub='', **kwargs):
681681
),
682682

683683
# MetaCLIP 2
684-
"ViT-L-14-worldwide": dict(
685-
metaclip2_worldwide=_pcfg(
686-
hf_hub="timm/vit_large_patch14_clip_224.metaclip2_worldwide/",
687-
quick_gelu=True,
688-
),
689-
),
690684
"ViT-H-14-worldwide": dict(
691685
metaclip2_worldwide=_pcfg(
692686
hf_hub="timm/vit_huge_patch14_clip_224.metaclip2_worldwide/",

0 commit comments

Comments
 (0)