Skip to content

Commit

Permalink
Fix altogether typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rwightman committed Dec 23, 2024
1 parent 992eb6c commit b2f1403
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/open_clip/pretrained.py
Original file line number Diff line number Diff line change
Expand Up @@ -318,9 +318,9 @@ def _mccfg(url='', hf_hub='', **kwargs):
hf_hub="timm/vit_huge_patch14_clip_224.metaclip_2pt5b/",
quick_gelu=True,
),
metaclip_alltogether=_pcfg(
metaclip_altogether=_pcfg(
url="https://dl.fbaipublicfiles.com/MMPT/metaclip/h14_v1.2_altogether.pt",
hf_hub="timm/vit_huge_patch14_clip_224.metaclip_alltogether/",
hf_hub="timm/vit_huge_patch14_clip_224.metaclip_altogether/",
# NOTE unlike other MetaCLIP models, this is not using QuickGELU, yay!
),
# DFN-5B (quick-gelu)
Expand Down

0 comments on commit b2f1403

Please sign in to comment.