hf-transformers-bot commited on
Commit
020a5c0
·
verified ·
1 Parent(s): 923c999

Upload 2025-08-26/runs/509-17243815415/ci_results_run_models_gpu/new_failures_against_17226437955.json with huggingface_hub

Browse files
2025-08-26/runs/509-17243815415/ci_results_run_models_gpu/new_failures_against_17226437955.json ADDED
@@ -0,0 +1,613 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "beit": {
3
+ "single-gpu": [
4
+ "tests/models/beit/test_image_processing_beit.py::BeitImageProcessingTest::test_can_compile_fast_image_processor"
5
+ ],
6
+ "multi-gpu": [
7
+ "tests/models/beit/test_image_processing_beit.py::BeitImageProcessingTest::test_can_compile_fast_image_processor"
8
+ ]
9
+ },
10
+ "bit": {
11
+ "single-gpu": [
12
+ "tests/models/bit/test_image_processing_bit.py::BitImageProcessingTest::test_can_compile_fast_image_processor"
13
+ ],
14
+ "multi-gpu": [
15
+ "tests/models/bit/test_image_processing_bit.py::BitImageProcessingTest::test_can_compile_fast_image_processor"
16
+ ]
17
+ },
18
+ "blip": {
19
+ "single-gpu": [
20
+ "tests/models/blip/test_image_processing_blip.py::BlipImageProcessingTest::test_can_compile_fast_image_processor",
21
+ "tests/models/blip/test_image_processing_blip.py::BlipImageProcessingTestFourChannels::test_can_compile_fast_image_processor"
22
+ ],
23
+ "multi-gpu": [
24
+ "tests/models/blip/test_image_processing_blip.py::BlipImageProcessingTest::test_can_compile_fast_image_processor",
25
+ "tests/models/blip/test_image_processing_blip.py::BlipImageProcessingTestFourChannels::test_can_compile_fast_image_processor"
26
+ ]
27
+ },
28
+ "bridgetower": {
29
+ "single-gpu": [
30
+ "tests/models/bridgetower/test_image_processing_bridgetower.py::BridgeTowerImageProcessingTest::test_can_compile_fast_image_processor"
31
+ ],
32
+ "multi-gpu": [
33
+ "tests/models/bridgetower/test_image_processing_bridgetower.py::BridgeTowerImageProcessingTest::test_can_compile_fast_image_processor"
34
+ ]
35
+ },
36
+ "chameleon": {
37
+ "single-gpu": [
38
+ "tests/models/chameleon/test_image_processing_chameleon.py::ChameleonImageProcessingTest::test_can_compile_fast_image_processor"
39
+ ],
40
+ "multi-gpu": [
41
+ "tests/models/chameleon/test_image_processing_chameleon.py::ChameleonImageProcessingTest::test_can_compile_fast_image_processor"
42
+ ]
43
+ },
44
+ "chinese_clip": {
45
+ "single-gpu": [
46
+ "tests/models/chinese_clip/test_image_processing_chinese_clip.py::ChineseCLIPImageProcessingTest::test_can_compile_fast_image_processor",
47
+ "tests/models/chinese_clip/test_image_processing_chinese_clip.py::ChineseCLIPImageProcessingTestFourChannels::test_can_compile_fast_image_processor"
48
+ ],
49
+ "multi-gpu": [
50
+ "tests/models/chinese_clip/test_image_processing_chinese_clip.py::ChineseCLIPImageProcessingTest::test_can_compile_fast_image_processor",
51
+ "tests/models/chinese_clip/test_image_processing_chinese_clip.py::ChineseCLIPImageProcessingTestFourChannels::test_can_compile_fast_image_processor"
52
+ ]
53
+ },
54
+ "clip": {
55
+ "single-gpu": [
56
+ "tests/models/clip/test_image_processing_clip.py::CLIPImageProcessingTest::test_can_compile_fast_image_processor"
57
+ ],
58
+ "multi-gpu": [
59
+ "tests/models/clip/test_image_processing_clip.py::CLIPImageProcessingTest::test_can_compile_fast_image_processor"
60
+ ]
61
+ },
62
+ "cohere2_vision": {
63
+ "single-gpu": [
64
+ "tests/models/cohere2_vision/test_image_processing_cohere2_vision.py::Cohere2VisionProcessingTest::test_can_compile_fast_image_processor"
65
+ ],
66
+ "multi-gpu": [
67
+ "tests/models/cohere2_vision/test_image_processing_cohere2_vision.py::Cohere2VisionProcessingTest::test_can_compile_fast_image_processor"
68
+ ]
69
+ },
70
+ "conditional_detr": {
71
+ "single-gpu": [
72
+ "tests/models/conditional_detr/test_image_processing_conditional_detr.py::ConditionalDetrImageProcessingTest::test_batched_coco_detection_annotations",
73
+ "tests/models/conditional_detr/test_image_processing_conditional_detr.py::ConditionalDetrImageProcessingTest::test_can_compile_fast_image_processor"
74
+ ],
75
+ "multi-gpu": [
76
+ "tests/models/conditional_detr/test_image_processing_conditional_detr.py::ConditionalDetrImageProcessingTest::test_batched_coco_detection_annotations",
77
+ "tests/models/conditional_detr/test_image_processing_conditional_detr.py::ConditionalDetrImageProcessingTest::test_can_compile_fast_image_processor"
78
+ ]
79
+ },
80
+ "convnext": {
81
+ "single-gpu": [
82
+ "tests/models/convnext/test_image_processing_convnext.py::ConvNextImageProcessingTest::test_can_compile_fast_image_processor"
83
+ ],
84
+ "multi-gpu": [
85
+ "tests/models/convnext/test_image_processing_convnext.py::ConvNextImageProcessingTest::test_can_compile_fast_image_processor"
86
+ ]
87
+ },
88
+ "deepseek_vl": {
89
+ "single-gpu": [
90
+ "tests/models/deepseek_vl/test_image_processing_deepseek_vl.py::DeepseekVLImageProcessingTest::test_can_compile_fast_image_processor"
91
+ ],
92
+ "multi-gpu": [
93
+ "tests/models/deepseek_vl/test_image_processing_deepseek_vl.py::DeepseekVLImageProcessingTest::test_can_compile_fast_image_processor"
94
+ ]
95
+ },
96
+ "deepseek_vl_hybrid": {
97
+ "single-gpu": [
98
+ "tests/models/deepseek_vl_hybrid/test_image_processing_deepseek_vl_hybrid.py::DeepseekVLHybridImageProcessingTest::test_can_compile_fast_image_processor"
99
+ ],
100
+ "multi-gpu": [
101
+ "tests/models/deepseek_vl_hybrid/test_image_processing_deepseek_vl_hybrid.py::DeepseekVLHybridImageProcessingTest::test_can_compile_fast_image_processor",
102
+ "tests/models/deepseek_vl_hybrid/test_modeling_deepseek_vl_hybrid.py::DeepseekVLHybridIntegrationTest::test_model_text_generation_batched",
103
+ "tests/models/deepseek_vl_hybrid/test_modeling_deepseek_vl_hybrid.py::DeepseekVLHybridIntegrationTest::test_model_text_generation_with_multi_image"
104
+ ]
105
+ },
106
+ "deformable_detr": {
107
+ "single-gpu": [
108
+ "tests/models/deformable_detr/test_image_processing_deformable_detr.py::DeformableDetrImageProcessingTest::test_batched_coco_detection_annotations",
109
+ "tests/models/deformable_detr/test_image_processing_deformable_detr.py::DeformableDetrImageProcessingTest::test_can_compile_fast_image_processor"
110
+ ],
111
+ "multi-gpu": [
112
+ "tests/models/deformable_detr/test_image_processing_deformable_detr.py::DeformableDetrImageProcessingTest::test_batched_coco_detection_annotations",
113
+ "tests/models/deformable_detr/test_image_processing_deformable_detr.py::DeformableDetrImageProcessingTest::test_can_compile_fast_image_processor"
114
+ ]
115
+ },
116
+ "deit": {
117
+ "single-gpu": [
118
+ "tests/models/deit/test_image_processing_deit.py::DeiTImageProcessingTest::test_can_compile_fast_image_processor"
119
+ ],
120
+ "multi-gpu": [
121
+ "tests/models/deit/test_image_processing_deit.py::DeiTImageProcessingTest::test_can_compile_fast_image_processor"
122
+ ]
123
+ },
124
+ "depth_pro": {
125
+ "single-gpu": [
126
+ "tests/models/depth_pro/test_image_processing_depth_pro.py::DepthProImageProcessingTest::test_can_compile_fast_image_processor"
127
+ ],
128
+ "multi-gpu": [
129
+ "tests/models/depth_pro/test_image_processing_depth_pro.py::DepthProImageProcessingTest::test_can_compile_fast_image_processor"
130
+ ]
131
+ },
132
+ "detr": {
133
+ "single-gpu": [
134
+ "tests/models/detr/test_image_processing_detr.py::DetrImageProcessingTest::test_batched_coco_detection_annotations",
135
+ "tests/models/detr/test_image_processing_detr.py::DetrImageProcessingTest::test_can_compile_fast_image_processor"
136
+ ],
137
+ "multi-gpu": [
138
+ "tests/models/detr/test_image_processing_detr.py::DetrImageProcessingTest::test_batched_coco_detection_annotations",
139
+ "tests/models/detr/test_image_processing_detr.py::DetrImageProcessingTest::test_can_compile_fast_image_processor"
140
+ ]
141
+ },
142
+ "dinov3_vit": {
143
+ "single-gpu": [
144
+ "tests/models/dinov3_vit/test_image_processing_dinov3_vit_fast.py::DINOv3ViTImageProcessingTest::test_can_compile_fast_image_processor"
145
+ ],
146
+ "multi-gpu": [
147
+ "tests/models/dinov3_vit/test_image_processing_dinov3_vit_fast.py::DINOv3ViTImageProcessingTest::test_can_compile_fast_image_processor"
148
+ ]
149
+ },
150
+ "donut": {
151
+ "single-gpu": [
152
+ "tests/models/donut/test_image_processing_donut.py::DonutImageProcessingTest::test_can_compile_fast_image_processor",
153
+ "tests/models/donut/test_image_processing_donut.py::DonutImageProcessingAlignAxisTest::test_can_compile_fast_image_processor"
154
+ ],
155
+ "multi-gpu": [
156
+ "tests/models/donut/test_image_processing_donut.py::DonutImageProcessingTest::test_can_compile_fast_image_processor",
157
+ "tests/models/donut/test_image_processing_donut.py::DonutImageProcessingAlignAxisTest::test_can_compile_fast_image_processor"
158
+ ]
159
+ },
160
+ "dpt": {
161
+ "single-gpu": [
162
+ "tests/models/dpt/test_image_processing_dpt.py::DPTImageProcessingTest::test_can_compile_fast_image_processor"
163
+ ],
164
+ "multi-gpu": [
165
+ "tests/models/dpt/test_image_processing_dpt.py::DPTImageProcessingTest::test_can_compile_fast_image_processor"
166
+ ]
167
+ },
168
+ "efficientnet": {
169
+ "single-gpu": [
170
+ "tests/models/efficientnet/test_image_processing_efficientnet.py::EfficientNetImageProcessorTest::test_can_compile_fast_image_processor"
171
+ ],
172
+ "multi-gpu": [
173
+ "tests/models/efficientnet/test_image_processing_efficientnet.py::EfficientNetImageProcessorTest::test_can_compile_fast_image_processor"
174
+ ]
175
+ },
176
+ "eomt": {
177
+ "single-gpu": [
178
+ "tests/models/eomt/test_image_processing_eomt.py::EomtImageProcessingTest::test_can_compile_fast_image_processor"
179
+ ],
180
+ "multi-gpu": [
181
+ "tests/models/eomt/test_image_processing_eomt.py::EomtImageProcessingTest::test_can_compile_fast_image_processor"
182
+ ]
183
+ },
184
+ "flava": {
185
+ "single-gpu": [
186
+ "tests/models/flava/test_image_processing_flava.py::FlavaImageProcessingTest::test_can_compile_fast_image_processor"
187
+ ],
188
+ "multi-gpu": [
189
+ "tests/models/flava/test_image_processing_flava.py::FlavaImageProcessingTest::test_can_compile_fast_image_processor"
190
+ ]
191
+ },
192
+ "gemma": {
193
+ "single-gpu": [
194
+ "tests/models/gemma/test_modeling_gemma.py::GemmaIntegrationTest::test_export_static_cache"
195
+ ],
196
+ "multi-gpu": [
197
+ "tests/models/gemma/test_modeling_gemma.py::GemmaIntegrationTest::test_export_static_cache"
198
+ ]
199
+ },
200
+ "gemma2": {
201
+ "single-gpu": [
202
+ "tests/models/gemma2/test_modeling_gemma2.py::Gemma2IntegrationTest::test_model_9b_bf16_flex_attention",
203
+ "tests/models/gemma2/test_modeling_gemma2.py::Gemma2IntegrationTest::test_model_9b_fp16",
204
+ "tests/models/gemma2/test_modeling_gemma2.py::Gemma2IntegrationTest::test_model_9b_pipeline_bf16"
205
+ ],
206
+ "multi-gpu": []
207
+ },
208
+ "gemma3": {
209
+ "single-gpu": [
210
+ "tests/models/gemma3/test_image_processing_gemma3.py::Gemma3ImageProcessingTest::test_can_compile_fast_image_processor"
211
+ ],
212
+ "multi-gpu": [
213
+ "tests/models/gemma3/test_image_processing_gemma3.py::Gemma3ImageProcessingTest::test_can_compile_fast_image_processor"
214
+ ]
215
+ },
216
+ "glm4v": {
217
+ "single-gpu": [
218
+ "tests/models/glm4v/test_video_processing_glm4v.py::Glm4vVideoProcessingTest::test_can_compile_fast_video_processor"
219
+ ],
220
+ "multi-gpu": [
221
+ "tests/models/glm4v/test_video_processing_glm4v.py::Glm4vVideoProcessingTest::test_can_compile_fast_video_processor"
222
+ ]
223
+ },
224
+ "got_ocr2": {
225
+ "single-gpu": [
226
+ "tests/models/got_ocr2/test_image_processing_got_ocr2.py::GotOcr2ProcessingTest::test_can_compile_fast_image_processor"
227
+ ],
228
+ "multi-gpu": [
229
+ "tests/models/got_ocr2/test_image_processing_got_ocr2.py::GotOcr2ProcessingTest::test_can_compile_fast_image_processor"
230
+ ]
231
+ },
232
+ "grounding_dino": {
233
+ "single-gpu": [
234
+ "tests/models/grounding_dino/test_image_processing_grounding_dino.py::GroundingDinoImageProcessingTest::test_batched_coco_detection_annotations",
235
+ "tests/models/grounding_dino/test_image_processing_grounding_dino.py::GroundingDinoImageProcessingTest::test_can_compile_fast_image_processor"
236
+ ],
237
+ "multi-gpu": [
238
+ "tests/models/grounding_dino/test_image_processing_grounding_dino.py::GroundingDinoImageProcessingTest::test_batched_coco_detection_annotations",
239
+ "tests/models/grounding_dino/test_image_processing_grounding_dino.py::GroundingDinoImageProcessingTest::test_can_compile_fast_image_processor"
240
+ ]
241
+ },
242
+ "idefics2": {
243
+ "single-gpu": [
244
+ "tests/models/idefics2/test_image_processing_idefics2.py::Idefics2ImageProcessingTest::test_can_compile_fast_image_processor"
245
+ ],
246
+ "multi-gpu": [
247
+ "tests/models/idefics2/test_image_processing_idefics2.py::Idefics2ImageProcessingTest::test_can_compile_fast_image_processor"
248
+ ]
249
+ },
250
+ "instructblipvideo": {
251
+ "single-gpu": [
252
+ "tests/models/instructblipvideo/test_video_processing_instructblipvideo.py::InstructBlipVideoProcessingTest::test_can_compile_fast_video_processor"
253
+ ],
254
+ "multi-gpu": [
255
+ "tests/models/instructblipvideo/test_video_processing_instructblipvideo.py::InstructBlipVideoProcessingTest::test_can_compile_fast_video_processor"
256
+ ]
257
+ },
258
+ "internvl": {
259
+ "single-gpu": [
260
+ "tests/models/internvl/test_video_processing_internvl.py::InternVLVideoProcessingTest::test_can_compile_fast_video_processor"
261
+ ],
262
+ "multi-gpu": [
263
+ "tests/models/internvl/test_video_processing_internvl.py::InternVLVideoProcessingTest::test_can_compile_fast_video_processor"
264
+ ]
265
+ },
266
+ "janus": {
267
+ "single-gpu": [
268
+ "tests/models/janus/test_image_processing_janus.py::JanusImageProcessingTest::test_can_compile_fast_image_processor"
269
+ ],
270
+ "multi-gpu": [
271
+ "tests/models/janus/test_image_processing_janus.py::JanusImageProcessingTest::test_can_compile_fast_image_processor"
272
+ ]
273
+ },
274
+ "levit": {
275
+ "single-gpu": [
276
+ "tests/models/levit/test_image_processing_levit.py::LevitImageProcessingTest::test_can_compile_fast_image_processor"
277
+ ],
278
+ "multi-gpu": [
279
+ "tests/models/levit/test_image_processing_levit.py::LevitImageProcessingTest::test_can_compile_fast_image_processor"
280
+ ]
281
+ },
282
+ "llava": {
283
+ "single-gpu": [
284
+ "tests/models/llava/test_image_processing_llava.py::LlavaImageProcessingTest::test_can_compile_fast_image_processor"
285
+ ],
286
+ "multi-gpu": [
287
+ "tests/models/llava/test_image_processing_llava.py::LlavaImageProcessingTest::test_can_compile_fast_image_processor"
288
+ ]
289
+ },
290
+ "llava_next": {
291
+ "single-gpu": [
292
+ "tests/models/llava_next/test_image_processing_llava_next.py::LlavaNextImageProcessingTest::test_can_compile_fast_image_processor"
293
+ ],
294
+ "multi-gpu": [
295
+ "tests/models/llava_next/test_image_processing_llava_next.py::LlavaNextImageProcessingTest::test_can_compile_fast_image_processor"
296
+ ]
297
+ },
298
+ "llava_next_video": {
299
+ "single-gpu": [
300
+ "tests/models/llava_next_video/test_video_processing_llava_next_video.py::LlavaNextVideoProcessingTest::test_can_compile_fast_video_processor"
301
+ ],
302
+ "multi-gpu": [
303
+ "tests/models/llava_next_video/test_video_processing_llava_next_video.py::LlavaNextVideoProcessingTest::test_can_compile_fast_video_processor"
304
+ ]
305
+ },
306
+ "llava_onevision": {
307
+ "single-gpu": [
308
+ "tests/models/llava_onevision/test_video_processing_llava_onevision.py::LlavaOnevisionVideoProcessingTest::test_can_compile_fast_video_processor"
309
+ ],
310
+ "multi-gpu": [
311
+ "tests/models/llava_onevision/test_video_processing_llava_onevision.py::LlavaOnevisionVideoProcessingTest::test_can_compile_fast_video_processor"
312
+ ]
313
+ },
314
+ "mamba2": {
315
+ "single-gpu": [],
316
+ "multi-gpu": [
317
+ "tests/models/mamba2/test_modeling_mamba2.py::Mamba2IntegrationTest::test_mamba2_mixer_train_vs_eval_equivalence"
318
+ ]
319
+ },
320
+ "mask2former": {
321
+ "single-gpu": [
322
+ "tests/models/mask2former/test_image_processing_mask2former.py::Mask2FormerImageProcessingTest::test_can_compile_fast_image_processor"
323
+ ],
324
+ "multi-gpu": [
325
+ "tests/models/mask2former/test_image_processing_mask2former.py::Mask2FormerImageProcessingTest::test_can_compile_fast_image_processor"
326
+ ]
327
+ },
328
+ "maskformer": {
329
+ "single-gpu": [
330
+ "tests/models/maskformer/test_image_processing_maskformer.py::MaskFormerImageProcessingTest::test_can_compile_fast_image_processor"
331
+ ],
332
+ "multi-gpu": [
333
+ "tests/models/maskformer/test_image_processing_maskformer.py::MaskFormerImageProcessingTest::test_can_compile_fast_image_processor"
334
+ ]
335
+ },
336
+ "mllama": {
337
+ "single-gpu": [
338
+ "tests/models/mllama/test_modeling_mllama.py::MllamaForCausalLMModelTest::test_sdpa_padding_matches_padding_free_with_position_ids"
339
+ ],
340
+ "multi-gpu": []
341
+ },
342
+ "mobilenet_v1": {
343
+ "single-gpu": [
344
+ "tests/models/mobilenet_v1/test_image_processing_mobilenet_v1.py::MobileNetV1ImageProcessingTest::test_can_compile_fast_image_processor"
345
+ ],
346
+ "multi-gpu": [
347
+ "tests/models/mobilenet_v1/test_image_processing_mobilenet_v1.py::MobileNetV1ImageProcessingTest::test_can_compile_fast_image_processor"
348
+ ]
349
+ },
350
+ "mobilenet_v2": {
351
+ "single-gpu": [
352
+ "tests/models/mobilenet_v2/test_image_processing_mobilenet_v2.py::MobileNetV2ImageProcessingTest::test_can_compile_fast_image_processor"
353
+ ],
354
+ "multi-gpu": [
355
+ "tests/models/mobilenet_v2/test_image_processing_mobilenet_v2.py::MobileNetV2ImageProcessingTest::test_can_compile_fast_image_processor"
356
+ ]
357
+ },
358
+ "mobilevit": {
359
+ "single-gpu": [
360
+ "tests/models/mobilevit/test_image_processing_mobilevit.py::MobileViTImageProcessingTest::test_can_compile_fast_image_processor"
361
+ ],
362
+ "multi-gpu": [
363
+ "tests/models/mobilevit/test_image_processing_mobilevit.py::MobileViTImageProcessingTest::test_can_compile_fast_image_processor"
364
+ ]
365
+ },
366
+ "nougat": {
367
+ "single-gpu": [
368
+ "tests/models/nougat/test_image_processing_nougat.py::NougatImageProcessingTest::test_can_compile_fast_image_processor"
369
+ ],
370
+ "multi-gpu": [
371
+ "tests/models/nougat/test_image_processing_nougat.py::NougatImageProcessingTest::test_can_compile_fast_image_processor"
372
+ ]
373
+ },
374
+ "olmo": {
375
+ "single-gpu": [
376
+ "tests/models/olmo/test_modeling_olmo.py::OlmoIntegrationTest::test_model_7b_twin_2t_logits"
377
+ ],
378
+ "multi-gpu": []
379
+ },
380
+ "oneformer": {
381
+ "single-gpu": [
382
+ "tests/models/oneformer/test_image_processing_oneformer.py::OneFormerImageProcessingTest::test_can_compile_fast_image_processor"
383
+ ],
384
+ "multi-gpu": [
385
+ "tests/models/oneformer/test_image_processing_oneformer.py::OneFormerImageProcessingTest::test_can_compile_fast_image_processor"
386
+ ]
387
+ },
388
+ "ovis2": {
389
+ "single-gpu": [
390
+ "tests/models/ovis2/test_image_processing_ovis2.py::Ovis2ProcessingTest::test_can_compile_fast_image_processor"
391
+ ],
392
+ "multi-gpu": [
393
+ "tests/models/ovis2/test_image_processing_ovis2.py::Ovis2ProcessingTest::test_can_compile_fast_image_processor"
394
+ ]
395
+ },
396
+ "owlvit": {
397
+ "single-gpu": [
398
+ "tests/models/owlvit/test_image_processing_owlvit.py::OwlViTImageProcessingTest::test_can_compile_fast_image_processor"
399
+ ],
400
+ "multi-gpu": [
401
+ "tests/models/owlvit/test_image_processing_owlvit.py::OwlViTImageProcessingTest::test_can_compile_fast_image_processor"
402
+ ]
403
+ },
404
+ "perceiver": {
405
+ "single-gpu": [
406
+ "tests/models/perceiver/test_image_processing_perceiver.py::PerceiverImageProcessingTest::test_can_compile_fast_image_processor"
407
+ ],
408
+ "multi-gpu": [
409
+ "tests/models/perceiver/test_image_processing_perceiver.py::PerceiverImageProcessingTest::test_can_compile_fast_image_processor"
410
+ ]
411
+ },
412
+ "perception_lm": {
413
+ "single-gpu": [
414
+ "tests/models/perception_lm/test_video_processing_perception_lm.py::PerceptionLMVideoProcessingTest::test_can_compile_fast_video_processor"
415
+ ],
416
+ "multi-gpu": [
417
+ "tests/models/perception_lm/test_video_processing_perception_lm.py::PerceptionLMVideoProcessingTest::test_can_compile_fast_video_processor"
418
+ ]
419
+ },
420
+ "phi4_multimodal": {
421
+ "single-gpu": [
422
+ "tests/models/phi4_multimodal/test_image_processing_phi4_multimodal.py::Phi4MultimodalImageProcessingTest::test_can_compile_fast_image_processor"
423
+ ],
424
+ "multi-gpu": [
425
+ "tests/models/phi4_multimodal/test_image_processing_phi4_multimodal.py::Phi4MultimodalImageProcessingTest::test_can_compile_fast_image_processor"
426
+ ]
427
+ },
428
+ "pixtral": {
429
+ "single-gpu": [
430
+ "tests/models/pixtral/test_image_processing_pixtral.py::PixtralImageProcessingTest::test_can_compile_fast_image_processor"
431
+ ],
432
+ "multi-gpu": [
433
+ "tests/models/pixtral/test_image_processing_pixtral.py::PixtralImageProcessingTest::test_can_compile_fast_image_processor"
434
+ ]
435
+ },
436
+ "poolformer": {
437
+ "single-gpu": [
438
+ "tests/models/poolformer/test_image_processing_poolformer.py::PoolFormerImageProcessingTest::test_can_compile_fast_image_processor",
439
+ "tests/models/poolformer/test_image_processing_poolformer.py::PoolFormerImageProcessingNoCropPctTest::test_can_compile_fast_image_processor"
440
+ ],
441
+ "multi-gpu": [
442
+ "tests/models/poolformer/test_image_processing_poolformer.py::PoolFormerImageProcessingTest::test_can_compile_fast_image_processor",
443
+ "tests/models/poolformer/test_image_processing_poolformer.py::PoolFormerImageProcessingNoCropPctTest::test_can_compile_fast_image_processor"
444
+ ]
445
+ },
446
+ "pvt": {
447
+ "single-gpu": [
448
+ "tests/models/pvt/test_image_processing_pvt.py::PvtImageProcessingTest::test_can_compile_fast_image_processor"
449
+ ],
450
+ "multi-gpu": [
451
+ "tests/models/pvt/test_image_processing_pvt.py::PvtImageProcessingTest::test_can_compile_fast_image_processor"
452
+ ]
453
+ },
454
+ "qwen2": {
455
+ "single-gpu": [
456
+ "tests/models/qwen2/test_modeling_qwen2.py::Qwen2IntegrationTest::test_export_static_cache"
457
+ ],
458
+ "multi-gpu": [
459
+ "tests/models/qwen2/test_modeling_qwen2.py::Qwen2IntegrationTest::test_export_static_cache"
460
+ ]
461
+ },
462
+ "qwen2_moe": {
463
+ "single-gpu": [
464
+ "tests/models/qwen2_moe/test_modeling_qwen2_moe.py::Qwen2MoeIntegrationTest::test_model_a2_7b_long_prompt_sdpa",
465
+ "tests/models/qwen2_moe/test_modeling_qwen2_moe.py::Qwen2MoeIntegrationTest::test_speculative_generation"
466
+ ],
467
+ "multi-gpu": []
468
+ },
469
+ "qwen2_vl": {
470
+ "single-gpu": [
471
+ "tests/models/qwen2_vl/test_image_processing_qwen2_vl.py::Qwen2VLImageProcessingTest::test_can_compile_fast_image_processor",
472
+ "tests/models/qwen2_vl/test_video_processing_qwen2_vl.py::Qwen2VLVideoProcessingTest::test_can_compile_fast_video_processor"
473
+ ],
474
+ "multi-gpu": [
475
+ "tests/models/qwen2_vl/test_image_processing_qwen2_vl.py::Qwen2VLImageProcessingTest::test_can_compile_fast_image_processor",
476
+ "tests/models/qwen2_vl/test_video_processing_qwen2_vl.py::Qwen2VLVideoProcessingTest::test_can_compile_fast_video_processor"
477
+ ]
478
+ },
479
+ "rt_detr": {
480
+ "single-gpu": [
481
+ "tests/models/rt_detr/test_image_processing_rt_detr.py::RtDetrImageProcessingTest::test_can_compile_fast_image_processor"
482
+ ],
483
+ "multi-gpu": [
484
+ "tests/models/rt_detr/test_image_processing_rt_detr.py::RtDetrImageProcessingTest::test_can_compile_fast_image_processor"
485
+ ]
486
+ },
487
+ "sam": {
488
+ "single-gpu": [
489
+ "tests/models/sam/test_image_processing_sam.py::SamImageProcessingTest::test_can_compile_fast_image_processor"
490
+ ],
491
+ "multi-gpu": [
492
+ "tests/models/sam/test_image_processing_sam.py::SamImageProcessingTest::test_can_compile_fast_image_processor"
493
+ ]
494
+ },
495
+ "sam2": {
496
+ "single-gpu": [
497
+ "tests/models/sam2/test_image_processing_sam2.py::SamImageProcessingTest::test_can_compile_fast_image_processor"
498
+ ],
499
+ "multi-gpu": [
500
+ "tests/models/sam2/test_image_processing_sam2.py::SamImageProcessingTest::test_can_compile_fast_image_processor"
501
+ ]
502
+ },
503
+ "seed_oss": {
504
+ "single-gpu": [
505
+ "tests/models/seed_oss/test_modeling_seed_oss.py::SeedOssIntegrationTest::test_model_36b_bf16",
506
+ "tests/models/seed_oss/test_modeling_seed_oss.py::SeedOssIntegrationTest::test_model_36b_eager",
507
+ "tests/models/seed_oss/test_modeling_seed_oss.py::SeedOssIntegrationTest::test_model_36b_sdpa"
508
+ ],
509
+ "multi-gpu": []
510
+ },
511
+ "segformer": {
512
+ "single-gpu": [
513
+ "tests/models/segformer/test_image_processing_segformer.py::SegformerImageProcessingTest::test_can_compile_fast_image_processor"
514
+ ],
515
+ "multi-gpu": [
516
+ "tests/models/segformer/test_image_processing_segformer.py::SegformerImageProcessingTest::test_can_compile_fast_image_processor"
517
+ ]
518
+ },
519
+ "siglip": {
520
+ "single-gpu": [
521
+ "tests/models/siglip/test_image_processing_siglip.py::SiglipImageProcessingTest::test_can_compile_fast_image_processor"
522
+ ],
523
+ "multi-gpu": [
524
+ "tests/models/siglip/test_image_processing_siglip.py::SiglipImageProcessingTest::test_can_compile_fast_image_processor"
525
+ ]
526
+ },
527
+ "siglip2": {
528
+ "single-gpu": [
529
+ "tests/models/siglip2/test_image_processing_siglip2.py::Siglip2ImageProcessingTest::test_can_compile_fast_image_processor"
530
+ ],
531
+ "multi-gpu": [
532
+ "tests/models/siglip2/test_image_processing_siglip2.py::Siglip2ImageProcessingTest::test_can_compile_fast_image_processor"
533
+ ]
534
+ },
535
+ "smolvlm": {
536
+ "single-gpu": [
537
+ "tests/models/smolvlm/test_video_processing_smolvlm.py::SmolVLMVideoProcessingTest::test_can_compile_fast_video_processor"
538
+ ],
539
+ "multi-gpu": [
540
+ "tests/models/smolvlm/test_video_processing_smolvlm.py::SmolVLMVideoProcessingTest::test_can_compile_fast_video_processor"
541
+ ]
542
+ },
543
+ "swin2sr": {
544
+ "single-gpu": [
545
+ "tests/models/swin2sr/test_image_processing_swin2sr.py::Swin2SRImageProcessingTest::test_can_compile_fast_image_processor"
546
+ ],
547
+ "multi-gpu": [
548
+ "tests/models/swin2sr/test_image_processing_swin2sr.py::Swin2SRImageProcessingTest::test_can_compile_fast_image_processor"
549
+ ]
550
+ },
551
+ "textnet": {
552
+ "single-gpu": [
553
+ "tests/models/textnet/test_image_processing_textnet.py::TextNetImageProcessingTest::test_can_compile_fast_image_processor"
554
+ ],
555
+ "multi-gpu": [
556
+ "tests/models/textnet/test_image_processing_textnet.py::TextNetImageProcessingTest::test_can_compile_fast_image_processor"
557
+ ]
558
+ },
559
+ "tvp": {
560
+ "single-gpu": [
561
+ "tests/models/tvp/test_image_processing_tvp.py::TvpImageProcessingTest::test_can_compile_fast_image_processor"
562
+ ],
563
+ "multi-gpu": [
564
+ "tests/models/tvp/test_image_processing_tvp.py::TvpImageProcessingTest::test_can_compile_fast_image_processor"
565
+ ]
566
+ },
567
+ "video_llava": {
568
+ "single-gpu": [
569
+ "tests/models/video_llava/test_video_processing_video_llava.py::VideoLlavaVideoProcessingTest::test_can_compile_fast_video_processor"
570
+ ],
571
+ "multi-gpu": [
572
+ "tests/models/video_llava/test_video_processing_video_llava.py::VideoLlavaVideoProcessingTest::test_can_compile_fast_video_processor"
573
+ ]
574
+ },
575
+ "vilt": {
576
+ "single-gpu": [
577
+ "tests/models/vilt/test_image_processing_vilt.py::ViltImageProcessingTest::test_can_compile_fast_image_processor"
578
+ ],
579
+ "multi-gpu": [
580
+ "tests/models/vilt/test_image_processing_vilt.py::ViltImageProcessingTest::test_can_compile_fast_image_processor"
581
+ ]
582
+ },
583
+ "vit": {
584
+ "single-gpu": [
585
+ "tests/models/vit/test_image_processing_vit.py::ViTImageProcessingTest::test_can_compile_fast_image_processor"
586
+ ],
587
+ "multi-gpu": [
588
+ "tests/models/vit/test_image_processing_vit.py::ViTImageProcessingTest::test_can_compile_fast_image_processor"
589
+ ]
590
+ },
591
+ "vitmatte": {
592
+ "single-gpu": [
593
+ "tests/models/vitmatte/test_image_processing_vitmatte.py::VitMatteImageProcessingTest::test_can_compile_fast_image_processor"
594
+ ],
595
+ "multi-gpu": [
596
+ "tests/models/vitmatte/test_image_processing_vitmatte.py::VitMatteImageProcessingTest::test_can_compile_fast_image_processor"
597
+ ]
598
+ },
599
+ "yolos": {
600
+ "single-gpu": [
601
+ "tests/models/yolos/test_image_processing_yolos.py::YolosImageProcessingTest::test_batched_coco_detection_annotations"
602
+ ],
603
+ "multi-gpu": [
604
+ "tests/models/yolos/test_image_processing_yolos.py::YolosImageProcessingTest::test_batched_coco_detection_annotations"
605
+ ]
606
+ },
607
+ "pipelines": {
608
+ "single-gpu": [
609
+ "tests/pipelines/test_pipelines_object_detection.py::ObjectDetectionPipelineTests::test_threshold"
610
+ ],
611
+ "multi-gpu": []
612
+ }
613
+ }