Skip to content

Commit 56bf7ef

Browse files
committed
fix: grouped the two MODEL_FOR_MASK_GENERATION_MAPPING_NAMES variables
1 parent ebeec13 commit 56bf7ef

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/transformers/models/auto/modeling_auto.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1529,11 +1529,6 @@
15291529
MODEL_FOR_MASK_GENERATION_MAPPING_NAMES = OrderedDict(
15301530
[
15311531
("sam", "SamModel"),
1532-
]
1533-
)
1534-
1535-
MODEL_FOR_MASK_GENERATION_MAPPING_NAMES = OrderedDict(
1536-
[
15371532
("sam_hq", "SamHQModel"),
15381533
]
15391534
)

0 commit comments

Comments
 (0)