From 2681f88358e0bb388fc1587816cad23e24ac56b6 Mon Sep 17 00:00:00 2001 From: Ross Wightman Date: Fri, 3 Jan 2025 22:39:25 -0800 Subject: [PATCH] Add 39B samples seen DFN2B ViT-L/14 --- src/open_clip/pretrained.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/open_clip/pretrained.py b/src/open_clip/pretrained.py index ed2af7940..712f28192 100644 --- a/src/open_clip/pretrained.py +++ b/src/open_clip/pretrained.py @@ -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(