Skip to content

Commit 9a44a23

Browse files
committed
Fix builder variant for dinov3 qkvb h/16
1 parent 04851a0 commit 9a44a23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

timm/models/eva.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2875,7 +2875,7 @@ def vit_huge_plus_patch16_dinov3_qkvb(pretrained: bool = False, **kwargs) -> Eva
28752875
norm_layer=partial(LayerNorm, eps=1e-5),
28762876
)
28772877

2878-
model = _create_eva('vit_huge_plus_patch16_dinov3', pretrained=pretrained, **dict(model_args, **kwargs))
2878+
model = _create_eva('vit_huge_plus_patch16_dinov3_qkvb', pretrained=pretrained, **dict(model_args, **kwargs))
28792879
return model
28802880

28812881
@register_model

0 commit comments

Comments
 (0)