Skip to content

Commit 2681f88

Browse files
committed
Add 39B samples seen DFN2B ViT-L/14
1 parent b2f1403 commit 2681f88

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/open_clip/pretrained.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,10 @@ def _mccfg(url='', hf_hub='', **kwargs):
299299
hf_hub='apple/DFN2B-CLIP-ViT-L-14/',
300300
quick_gelu=True,
301301
),
302+
# DFN-2B 39B SS
303+
dfn2b_s39b=_pcfg(
304+
hf_hub='apple/DFN2B-CLIP-ViT-L-14-39B/',
305+
),
302306
)
303307

304308
_VITL14_336 = dict(

0 commit comments

Comments
 (0)