We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07a1368 commit 3ece80fCopy full SHA for 3ece80f
tests/exporters/exporters_utils.py
@@ -160,6 +160,7 @@
160
"roberta": "hf-internal-testing/tiny-random-RobertaModel",
161
"roformer": "hf-internal-testing/tiny-random-RoFormerModel",
162
"rt-detr": "PekingU/rtdetr_r18vd",
163
+ "rt-detr-v2": "PekingU/rtdetr_v2_r18vd",
164
"sam": "fxmarty/sam-vit-tiny-random",
165
"segformer": "hf-internal-testing/tiny-random-SegformerModel",
166
"siglip": "hf-internal-testing/tiny-random-SiglipModel",
@@ -290,6 +291,7 @@
290
291
"roberta": "roberta-base",
292
"roformer": "junnyu/roformer_chinese_base",
293
"rt-detr": "PekingU/rtdetr_r101vd",
294
+ "rt-detr-v2": "PekingU/rtdetr_v2_r101vd",
295
"sam": "facebook/sam-vit-base",
296
"segformer": "nvidia/segformer-b0-finetuned-ade-512-512",
297
"siglip": "google/siglip-base-patch16-224",
0 commit comments