Skip to content

Commit

Permalink
Final MobileCLIP weight loc in apple org
Browse files Browse the repository at this point in the history
  • Loading branch information
rwightman committed Jun 13, 2024
1 parent d93f720 commit 8356960
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/open_clip/pretrained.py
Original file line number Diff line number Diff line change
Expand Up @@ -455,12 +455,12 @@ def _mccfg(url='', hf_hub='', **kwargs):
),

"MobileCLIP-S1": dict(
datacompdr=_mccfg(hf_hub='coreml-projects/MobileCLIP-S1-OpenCLIP/')),
datacompdr=_mccfg(hf_hub='apple/MobileCLIP-S1-OpenCLIP/')),
"MobileCLIP-S2": dict(
datacompdr=_mccfg(hf_hub='coreml-projects/MobileCLIP-S2-OpenCLIP/')),
datacompdr=_mccfg(hf_hub='apple/MobileCLIP-S2-OpenCLIP/')),
"MobileCLIP-B": dict(
datacompdr=_mccfg(hf_hub='coreml-projects/MobileCLIP-B-OpenCLIP/'),
datacompdr_lt=_mccfg(hf_hub='coreml-projects/MobileCLIP-B-LT-OpenCLIP/'),
datacompdr=_mccfg(hf_hub='apple/MobileCLIP-B-OpenCLIP/'),
datacompdr_lt=_mccfg(hf_hub='apple/MobileCLIP-B-LT-OpenCLIP/'),
),

"ViTamin-S": dict(
Expand Down

0 comments on commit 8356960

Please sign in to comment.