Skip to content

Commit

Permalink
Add 39B samples seen DFN2B ViT-L/14
Browse files Browse the repository at this point in the history
  • Loading branch information
rwightman committed Jan 4, 2025
1 parent b2f1403 commit 2681f88
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/open_clip/pretrained.py
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,10 @@ def _mccfg(url='', hf_hub='', **kwargs):
hf_hub='apple/DFN2B-CLIP-ViT-L-14/',
quick_gelu=True,
),
# DFN-2B 39B SS
dfn2b_s39b=_pcfg(
hf_hub='apple/DFN2B-CLIP-ViT-L-14-39B/',
),
)

_VITL14_336 = dict(
Expand Down

0 comments on commit 2681f88

Please sign in to comment.