Skip to content

Commit c6837bd

Browse files
committed
Correct lvd_1689m / sat_493m -> lvd1689m / sat493m for consistency with other models, matches hub rename
1 parent 0515294 commit c6837bd

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

timm/models/eva.py

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1633,48 +1633,48 @@ def _dinov3_cfg(url: str = '', **kwargs) -> Dict[str, Any]:
16331633

16341634
# DINOv3 weights are under a specific license with redistribution terms, please see
16351635
# https://github.com/facebookresearch/dinov3/blob/main/LICENSE.md
1636-
'vit_small_patch16_dinov3.lvd_1689m': _dinov3_cfg(
1636+
'vit_small_patch16_dinov3.lvd1689m': _dinov3_cfg(
16371637
hf_hub_id='timm/',
16381638
),
1639-
'vit_small_patch16_dinov3_qkvb.lvd_1689m': _dinov3_cfg(
1639+
'vit_small_patch16_dinov3_qkvb.lvd1689m': _dinov3_cfg(
16401640
hf_hub_id='timm/',
16411641
),
1642-
'vit_small_plus_patch16_dinov3.lvd_1689m': _dinov3_cfg(
1642+
'vit_small_plus_patch16_dinov3.lvd1689m': _dinov3_cfg(
16431643
hf_hub_id='timm/',
16441644
),
1645-
'vit_small_plus_patch16_dinov3_qkvb.lvd_1689m': _dinov3_cfg(
1645+
'vit_small_plus_patch16_dinov3_qkvb.lvd1689m': _dinov3_cfg(
16461646
hf_hub_id='timm/',
16471647
),
1648-
'vit_base_patch16_dinov3.lvd_1689m': _dinov3_cfg(
1648+
'vit_base_patch16_dinov3.lvd1689m': _dinov3_cfg(
16491649
hf_hub_id='timm/',
16501650
),
1651-
'vit_base_patch16_dinov3_qkvb.lvd_1689m': _dinov3_cfg(
1651+
'vit_base_patch16_dinov3_qkvb.lvd1689m': _dinov3_cfg(
16521652
hf_hub_id='timm/',
16531653
),
1654-
'vit_large_patch16_dinov3.lvd_1689m': _dinov3_cfg(
1654+
'vit_large_patch16_dinov3.lvd1689m': _dinov3_cfg(
16551655
hf_hub_id='timm/',
16561656
),
1657-
'vit_large_patch16_dinov3_qkvb.lvd_1689m': _dinov3_cfg(
1657+
'vit_large_patch16_dinov3_qkvb.lvd1689m': _dinov3_cfg(
16581658
hf_hub_id='timm/',
16591659
),
1660-
'vit_large_patch16_dinov3.sat_493m': _dinov3_cfg(
1660+
'vit_large_patch16_dinov3.sat493m': _dinov3_cfg(
16611661
hf_hub_id='timm/',
16621662
mean=(0.430, 0.411, 0.296), std=(0.213, 0.156, 0.143),
16631663
),
1664-
'vit_large_patch16_dinov3_qkvb.sat_493m': _dinov3_cfg(
1664+
'vit_large_patch16_dinov3_qkvb.sat493m': _dinov3_cfg(
16651665
hf_hub_id='timm/',
16661666
mean=(0.430, 0.411, 0.296), std=(0.213, 0.156, 0.143),
16671667
),
1668-
'vit_huge_plus_patch16_dinov3.lvd_1689m': _dinov3_cfg(
1668+
'vit_huge_plus_patch16_dinov3.lvd1689m': _dinov3_cfg(
16691669
hf_hub_id='timm/',
16701670
),
1671-
'vit_huge_plus_patch16_dinov3_qkvb.lvd_1689m': _dinov3_cfg(
1671+
'vit_huge_plus_patch16_dinov3_qkvb.lvd1689m': _dinov3_cfg(
16721672
hf_hub_id='timm/',
16731673
),
1674-
'vit_7b_patch16_dinov3.lvd_1689m': _dinov3_cfg(
1674+
'vit_7b_patch16_dinov3.lvd1689m': _dinov3_cfg(
16751675
hf_hub_id='timm/',
16761676
),
1677-
'vit_7b_patch16_dinov3.sat_493m': _dinov3_cfg(
1677+
'vit_7b_patch16_dinov3.sat493m': _dinov3_cfg(
16781678
hf_hub_id='timm/',
16791679
mean=(0.430, 0.411, 0.296), std=(0.213, 0.156, 0.143),
16801680
),

0 commit comments

Comments
 (0)