@@ -1657,50 +1657,42 @@ def _cfg(url: str = '', **kwargs) -> Dict[str, Any]:
16571657 crop_pct = 1.0 , input_size = (3 , 378 , 378 ), num_classes = 1024 ),
16581658
16591659 'vit_base_patch32_clip_224.metaclip_2pt5b' : _cfg (
1660- hf_hub_id = 'timm/' ,
1661- hf_hub_filename = 'open_clip_pytorch_model.bin' ,
1660+ hf_hub_id = 'timm/' , hf_hub_filename = 'open_clip_pytorch_model.bin' ,
16621661 license = 'cc-by-nc-4.0' ,
16631662 notes = ('natively QuickGELU, use quickgelu model variant for original results' ,),
16641663 mean = OPENAI_CLIP_MEAN , std = OPENAI_CLIP_STD , crop_pct = 1.0 , num_classes = 512 ),
16651664 'vit_base_patch16_clip_224.metaclip_2pt5b' : _cfg (
1666- hf_hub_id = 'timm/' ,
1667- hf_hub_filename = 'open_clip_pytorch_model.bin' ,
1665+ hf_hub_id = 'timm/' , hf_hub_filename = 'open_clip_pytorch_model.bin' ,
16681666 license = 'cc-by-nc-4.0' ,
16691667 notes = ('natively QuickGELU, use quickgelu model variant for original results' ,),
16701668 mean = OPENAI_CLIP_MEAN , std = OPENAI_CLIP_STD , crop_pct = 1.0 , num_classes = 512 ),
16711669 'vit_large_patch14_clip_224.metaclip_2pt5b' : _cfg (
1672- hf_hub_id = 'timm/' ,
1673- hf_hub_filename = 'open_clip_pytorch_model.bin' ,
1670+ hf_hub_id = 'timm/' , hf_hub_filename = 'open_clip_pytorch_model.bin' ,
16741671 license = 'cc-by-nc-4.0' ,
16751672 notes = ('natively QuickGELU, use quickgelu model variant for original results' ,),
16761673 mean = OPENAI_CLIP_MEAN , std = OPENAI_CLIP_STD , crop_pct = 1.0 , num_classes = 768 ),
16771674 'vit_huge_patch14_clip_224.metaclip_2pt5b' : _cfg (
1678- hf_hub_id = 'timm/' ,
1679- hf_hub_filename = 'open_clip_pytorch_model.bin' ,
1675+ hf_hub_id = 'timm/' , hf_hub_filename = 'open_clip_pytorch_model.bin' ,
16801676 license = 'cc-by-nc-4.0' ,
16811677 notes = ('natively QuickGELU, use quickgelu model variant for original results' ,),
16821678 mean = OPENAI_CLIP_MEAN , std = OPENAI_CLIP_STD , crop_pct = 1.0 , num_classes = 1024 ),
16831679 'vit_gigantic_patch14_clip_224.metaclip_2pt5b' : _cfg (
1684- hf_hub_id = 'timm/' ,
1685- hf_hub_filename = 'open_clip_pytorch_model.bin' ,
1680+ hf_hub_id = 'timm/' , hf_hub_filename = 'open_clip_pytorch_model.bin' ,
16861681 license = 'cc-by-nc-4.0' ,
16871682 notes = ('natively QuickGELU, use quickgelu model variant for original results' ,),
16881683 mean = OPENAI_CLIP_MEAN , std = OPENAI_CLIP_STD , crop_pct = 1.0 , num_classes = 1280 ),
16891684 'vit_base_patch32_clip_224.metaclip_400m' : _cfg (
1690- hf_hub_id = 'timm/' ,
1691- hf_hub_filename = 'open_clip_pytorch_model.bin' ,
1685+ hf_hub_id = 'timm/' , hf_hub_filename = 'open_clip_pytorch_model.bin' ,
16921686 license = 'cc-by-nc-4.0' ,
16931687 notes = ('natively QuickGELU, use quickgelu model variant for original results' ,),
16941688 mean = OPENAI_CLIP_MEAN , std = OPENAI_CLIP_STD , crop_pct = 1.0 , num_classes = 512 ),
16951689 'vit_base_patch16_clip_224.metaclip_400m' : _cfg (
1696- hf_hub_id = 'timm/' ,
1697- hf_hub_filename = 'open_clip_pytorch_model.bin' ,
1690+ hf_hub_id = 'timm/' , hf_hub_filename = 'open_clip_pytorch_model.bin' ,
16981691 license = 'cc-by-nc-4.0' ,
16991692 notes = ('natively QuickGELU, use quickgelu model variant for original results' ,),
17001693 mean = OPENAI_CLIP_MEAN , std = OPENAI_CLIP_STD , crop_pct = 1.0 , num_classes = 512 ),
17011694 'vit_large_patch14_clip_224.metaclip_400m' : _cfg (
1702- hf_hub_id = 'timm/' ,
1703- hf_hub_filename = 'open_clip_pytorch_model.bin' ,
1695+ hf_hub_id = 'timm/' , hf_hub_filename = 'open_clip_pytorch_model.bin' ,
17041696 license = 'cc-by-nc-4.0' ,
17051697 notes = ('natively QuickGELU, use quickgelu model variant for original results' ,),
17061698 mean = OPENAI_CLIP_MEAN , std = OPENAI_CLIP_STD , crop_pct = 1.0 , num_classes = 768 ),
0 commit comments