@@ -1633,48 +1633,48 @@ def _dinov3_cfg(url: str = '', **kwargs) -> Dict[str, Any]:
1633
1633
1634
1634
# DINOv3 weights are under a specific license with redistribution terms, please see
1635
1635
# 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 (
1637
1637
hf_hub_id = 'timm/' ,
1638
1638
),
1639
- 'vit_small_patch16_dinov3_qkvb.lvd_1689m ' : _dinov3_cfg (
1639
+ 'vit_small_patch16_dinov3_qkvb.lvd1689m ' : _dinov3_cfg (
1640
1640
hf_hub_id = 'timm/' ,
1641
1641
),
1642
- 'vit_small_plus_patch16_dinov3.lvd_1689m ' : _dinov3_cfg (
1642
+ 'vit_small_plus_patch16_dinov3.lvd1689m ' : _dinov3_cfg (
1643
1643
hf_hub_id = 'timm/' ,
1644
1644
),
1645
- 'vit_small_plus_patch16_dinov3_qkvb.lvd_1689m ' : _dinov3_cfg (
1645
+ 'vit_small_plus_patch16_dinov3_qkvb.lvd1689m ' : _dinov3_cfg (
1646
1646
hf_hub_id = 'timm/' ,
1647
1647
),
1648
- 'vit_base_patch16_dinov3.lvd_1689m ' : _dinov3_cfg (
1648
+ 'vit_base_patch16_dinov3.lvd1689m ' : _dinov3_cfg (
1649
1649
hf_hub_id = 'timm/' ,
1650
1650
),
1651
- 'vit_base_patch16_dinov3_qkvb.lvd_1689m ' : _dinov3_cfg (
1651
+ 'vit_base_patch16_dinov3_qkvb.lvd1689m ' : _dinov3_cfg (
1652
1652
hf_hub_id = 'timm/' ,
1653
1653
),
1654
- 'vit_large_patch16_dinov3.lvd_1689m ' : _dinov3_cfg (
1654
+ 'vit_large_patch16_dinov3.lvd1689m ' : _dinov3_cfg (
1655
1655
hf_hub_id = 'timm/' ,
1656
1656
),
1657
- 'vit_large_patch16_dinov3_qkvb.lvd_1689m ' : _dinov3_cfg (
1657
+ 'vit_large_patch16_dinov3_qkvb.lvd1689m ' : _dinov3_cfg (
1658
1658
hf_hub_id = 'timm/' ,
1659
1659
),
1660
- 'vit_large_patch16_dinov3.sat_493m ' : _dinov3_cfg (
1660
+ 'vit_large_patch16_dinov3.sat493m ' : _dinov3_cfg (
1661
1661
hf_hub_id = 'timm/' ,
1662
1662
mean = (0.430 , 0.411 , 0.296 ), std = (0.213 , 0.156 , 0.143 ),
1663
1663
),
1664
- 'vit_large_patch16_dinov3_qkvb.sat_493m ' : _dinov3_cfg (
1664
+ 'vit_large_patch16_dinov3_qkvb.sat493m ' : _dinov3_cfg (
1665
1665
hf_hub_id = 'timm/' ,
1666
1666
mean = (0.430 , 0.411 , 0.296 ), std = (0.213 , 0.156 , 0.143 ),
1667
1667
),
1668
- 'vit_huge_plus_patch16_dinov3.lvd_1689m ' : _dinov3_cfg (
1668
+ 'vit_huge_plus_patch16_dinov3.lvd1689m ' : _dinov3_cfg (
1669
1669
hf_hub_id = 'timm/' ,
1670
1670
),
1671
- 'vit_huge_plus_patch16_dinov3_qkvb.lvd_1689m ' : _dinov3_cfg (
1671
+ 'vit_huge_plus_patch16_dinov3_qkvb.lvd1689m ' : _dinov3_cfg (
1672
1672
hf_hub_id = 'timm/' ,
1673
1673
),
1674
- 'vit_7b_patch16_dinov3.lvd_1689m ' : _dinov3_cfg (
1674
+ 'vit_7b_patch16_dinov3.lvd1689m ' : _dinov3_cfg (
1675
1675
hf_hub_id = 'timm/' ,
1676
1676
),
1677
- 'vit_7b_patch16_dinov3.sat_493m ' : _dinov3_cfg (
1677
+ 'vit_7b_patch16_dinov3.sat493m ' : _dinov3_cfg (
1678
1678
hf_hub_id = 'timm/' ,
1679
1679
mean = (0.430 , 0.411 , 0.296 ), std = (0.213 , 0.156 , 0.143 ),
1680
1680
),
0 commit comments