hf-transformers-bot commited on
Commit
960b559
·
verified ·
1 Parent(s): 79acaa3

Upload 2025-08-28/runs/511-17291984100/ci_results_run_models_gpu/new_failures_against_17284212126.json with huggingface_hub

Browse files
2025-08-28/runs/511-17291984100/ci_results_run_models_gpu/new_failures_against_17284212126.json ADDED
@@ -0,0 +1,639 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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::Gemma2ModelTest::test_sdpa_padding_matches_padding_free_with_position_ids"
203
+ ],
204
+ "multi-gpu": []
205
+ },
206
+ "gemma3": {
207
+ "single-gpu": [
208
+ "tests/models/gemma3/test_image_processing_gemma3.py::Gemma3ImageProcessingTest::test_can_compile_fast_image_processor"
209
+ ],
210
+ "multi-gpu": [
211
+ "tests/models/gemma3/test_image_processing_gemma3.py::Gemma3ImageProcessingTest::test_can_compile_fast_image_processor"
212
+ ]
213
+ },
214
+ "glm4v": {
215
+ "single-gpu": [
216
+ "tests/models/glm4v/test_video_processing_glm4v.py::Glm4vVideoProcessingTest::test_can_compile_fast_video_processor"
217
+ ],
218
+ "multi-gpu": [
219
+ "tests/models/glm4v/test_video_processing_glm4v.py::Glm4vVideoProcessingTest::test_can_compile_fast_video_processor"
220
+ ]
221
+ },
222
+ "got_ocr2": {
223
+ "single-gpu": [
224
+ "tests/models/got_ocr2/test_image_processing_got_ocr2.py::GotOcr2ProcessingTest::test_can_compile_fast_image_processor"
225
+ ],
226
+ "multi-gpu": [
227
+ "tests/models/got_ocr2/test_image_processing_got_ocr2.py::GotOcr2ProcessingTest::test_can_compile_fast_image_processor"
228
+ ]
229
+ },
230
+ "grounding_dino": {
231
+ "single-gpu": [
232
+ "tests/models/grounding_dino/test_image_processing_grounding_dino.py::GroundingDinoImageProcessingTest::test_batched_coco_detection_annotations",
233
+ "tests/models/grounding_dino/test_image_processing_grounding_dino.py::GroundingDinoImageProcessingTest::test_can_compile_fast_image_processor"
234
+ ],
235
+ "multi-gpu": [
236
+ "tests/models/grounding_dino/test_image_processing_grounding_dino.py::GroundingDinoImageProcessingTest::test_batched_coco_detection_annotations",
237
+ "tests/models/grounding_dino/test_image_processing_grounding_dino.py::GroundingDinoImageProcessingTest::test_can_compile_fast_image_processor"
238
+ ]
239
+ },
240
+ "idefics2": {
241
+ "single-gpu": [
242
+ "tests/models/idefics2/test_image_processing_idefics2.py::Idefics2ImageProcessingTest::test_can_compile_fast_image_processor"
243
+ ],
244
+ "multi-gpu": [
245
+ "tests/models/idefics2/test_image_processing_idefics2.py::Idefics2ImageProcessingTest::test_can_compile_fast_image_processor"
246
+ ]
247
+ },
248
+ "instructblipvideo": {
249
+ "single-gpu": [
250
+ "tests/models/instructblipvideo/test_video_processing_instructblipvideo.py::InstructBlipVideoProcessingTest::test_can_compile_fast_video_processor"
251
+ ],
252
+ "multi-gpu": [
253
+ "tests/models/instructblipvideo/test_video_processing_instructblipvideo.py::InstructBlipVideoProcessingTest::test_can_compile_fast_video_processor"
254
+ ]
255
+ },
256
+ "internvl": {
257
+ "single-gpu": [
258
+ "tests/models/internvl/test_modeling_internvl.py::InternVLQwen2IntegrationTest::test_qwen2_medium_model_integration_video",
259
+ "tests/models/internvl/test_modeling_internvl.py::InternVLQwen2IntegrationTest::test_qwen2_small_model_integration_interleaved_images_videos",
260
+ "tests/models/internvl/test_modeling_internvl.py::InternVLLlamaIntegrationTest::test_llama_medium_model_integration_video",
261
+ "tests/models/internvl/test_modeling_internvl.py::InternVLLlamaIntegrationTest::test_llama_small_model_integration_interleaved_images_videos",
262
+ "tests/models/internvl/test_processing_internvl.py::InternVLProcessorTest::test_apply_chat_template_video_0",
263
+ "tests/models/internvl/test_processing_internvl.py::InternVLProcessorTest::test_apply_chat_template_video_1",
264
+ "tests/models/internvl/test_processing_internvl.py::InternVLProcessorTest::test_apply_chat_template_video_frame_sampling",
265
+ "tests/models/internvl/test_processing_internvl.py::InternVLProcessorTest::test_process_interleaved_images_videos",
266
+ "tests/models/internvl/test_video_processing_internvl.py::InternVLVideoProcessingTest::test_can_compile_fast_video_processor"
267
+ ],
268
+ "multi-gpu": [
269
+ "tests/models/internvl/test_modeling_internvl.py::InternVLQwen2IntegrationTest::test_qwen2_medium_model_integration_video",
270
+ "tests/models/internvl/test_modeling_internvl.py::InternVLQwen2IntegrationTest::test_qwen2_small_model_integration_interleaved_images_videos",
271
+ "tests/models/internvl/test_modeling_internvl.py::InternVLLlamaIntegrationTest::test_llama_medium_model_integration_video",
272
+ "tests/models/internvl/test_modeling_internvl.py::InternVLLlamaIntegrationTest::test_llama_small_model_integration_interleaved_images_videos",
273
+ "tests/models/internvl/test_processing_internvl.py::InternVLProcessorTest::test_apply_chat_template_video_0",
274
+ "tests/models/internvl/test_processing_internvl.py::InternVLProcessorTest::test_apply_chat_template_video_1",
275
+ "tests/models/internvl/test_processing_internvl.py::InternVLProcessorTest::test_apply_chat_template_video_frame_sampling",
276
+ "tests/models/internvl/test_processing_internvl.py::InternVLProcessorTest::test_process_interleaved_images_videos",
277
+ "tests/models/internvl/test_video_processing_internvl.py::InternVLVideoProcessingTest::test_can_compile_fast_video_processor"
278
+ ]
279
+ },
280
+ "janus": {
281
+ "single-gpu": [
282
+ "tests/models/janus/test_image_processing_janus.py::JanusImageProcessingTest::test_can_compile_fast_image_processor"
283
+ ],
284
+ "multi-gpu": [
285
+ "tests/models/janus/test_image_processing_janus.py::JanusImageProcessingTest::test_can_compile_fast_image_processor"
286
+ ]
287
+ },
288
+ "levit": {
289
+ "single-gpu": [
290
+ "tests/models/levit/test_image_processing_levit.py::LevitImageProcessingTest::test_can_compile_fast_image_processor"
291
+ ],
292
+ "multi-gpu": [
293
+ "tests/models/levit/test_image_processing_levit.py::LevitImageProcessingTest::test_can_compile_fast_image_processor"
294
+ ]
295
+ },
296
+ "llava": {
297
+ "single-gpu": [
298
+ "tests/models/llava/test_image_processing_llava.py::LlavaImageProcessingTest::test_can_compile_fast_image_processor"
299
+ ],
300
+ "multi-gpu": [
301
+ "tests/models/llava/test_image_processing_llava.py::LlavaImageProcessingTest::test_can_compile_fast_image_processor"
302
+ ]
303
+ },
304
+ "llava_next": {
305
+ "single-gpu": [
306
+ "tests/models/llava_next/test_image_processing_llava_next.py::LlavaNextImageProcessingTest::test_can_compile_fast_image_processor"
307
+ ],
308
+ "multi-gpu": [
309
+ "tests/models/llava_next/test_image_processing_llava_next.py::LlavaNextImageProcessingTest::test_can_compile_fast_image_processor"
310
+ ]
311
+ },
312
+ "llava_next_video": {
313
+ "single-gpu": [
314
+ "tests/models/llava_next_video/test_processing_llava_next_video.py::LlavaNextVideoProcessorTest::test_apply_chat_template_video_0",
315
+ "tests/models/llava_next_video/test_processing_llava_next_video.py::LlavaNextVideoProcessorTest::test_apply_chat_template_video_1",
316
+ "tests/models/llava_next_video/test_processing_llava_next_video.py::LlavaNextVideoProcessorTest::test_apply_chat_template_video_frame_sampling",
317
+ "tests/models/llava_next_video/test_video_processing_llava_next_video.py::LlavaNextVideoProcessingTest::test_can_compile_fast_video_processor"
318
+ ],
319
+ "multi-gpu": [
320
+ "tests/models/llava_next_video/test_processing_llava_next_video.py::LlavaNextVideoProcessorTest::test_apply_chat_template_video_0",
321
+ "tests/models/llava_next_video/test_processing_llava_next_video.py::LlavaNextVideoProcessorTest::test_apply_chat_template_video_1",
322
+ "tests/models/llava_next_video/test_processing_llava_next_video.py::LlavaNextVideoProcessorTest::test_apply_chat_template_video_frame_sampling",
323
+ "tests/models/llava_next_video/test_video_processing_llava_next_video.py::LlavaNextVideoProcessingTest::test_can_compile_fast_video_processor"
324
+ ]
325
+ },
326
+ "llava_onevision": {
327
+ "single-gpu": [
328
+ "tests/models/llava_onevision/test_processing_llava_onevision.py::LlavaOnevisionProcessorTest::test_apply_chat_template_video_0",
329
+ "tests/models/llava_onevision/test_processing_llava_onevision.py::LlavaOnevisionProcessorTest::test_apply_chat_template_video_1",
330
+ "tests/models/llava_onevision/test_processing_llava_onevision.py::LlavaOnevisionProcessorTest::test_apply_chat_template_video_frame_sampling",
331
+ "tests/models/llava_onevision/test_video_processing_llava_onevision.py::LlavaOnevisionVideoProcessingTest::test_can_compile_fast_video_processor"
332
+ ],
333
+ "multi-gpu": [
334
+ "tests/models/llava_onevision/test_processing_llava_onevision.py::LlavaOnevisionProcessorTest::test_apply_chat_template_video_0",
335
+ "tests/models/llava_onevision/test_processing_llava_onevision.py::LlavaOnevisionProcessorTest::test_apply_chat_template_video_1",
336
+ "tests/models/llava_onevision/test_processing_llava_onevision.py::LlavaOnevisionProcessorTest::test_apply_chat_template_video_frame_sampling",
337
+ "tests/models/llava_onevision/test_video_processing_llava_onevision.py::LlavaOnevisionVideoProcessingTest::test_can_compile_fast_video_processor"
338
+ ]
339
+ },
340
+ "mamba2": {
341
+ "single-gpu": [
342
+ "tests/models/mamba2/test_modeling_mamba2.py::Mamba2IntegrationTest::test_mamba2_mixer_train_vs_eval_equivalence"
343
+ ],
344
+ "multi-gpu": []
345
+ },
346
+ "mask2former": {
347
+ "single-gpu": [
348
+ "tests/models/mask2former/test_image_processing_mask2former.py::Mask2FormerImageProcessingTest::test_can_compile_fast_image_processor"
349
+ ],
350
+ "multi-gpu": [
351
+ "tests/models/mask2former/test_image_processing_mask2former.py::Mask2FormerImageProcessingTest::test_can_compile_fast_image_processor"
352
+ ]
353
+ },
354
+ "maskformer": {
355
+ "single-gpu": [
356
+ "tests/models/maskformer/test_image_processing_maskformer.py::MaskFormerImageProcessingTest::test_can_compile_fast_image_processor"
357
+ ],
358
+ "multi-gpu": [
359
+ "tests/models/maskformer/test_image_processing_maskformer.py::MaskFormerImageProcessingTest::test_can_compile_fast_image_processor"
360
+ ]
361
+ },
362
+ "mobilenet_v1": {
363
+ "single-gpu": [
364
+ "tests/models/mobilenet_v1/test_image_processing_mobilenet_v1.py::MobileNetV1ImageProcessingTest::test_can_compile_fast_image_processor"
365
+ ],
366
+ "multi-gpu": [
367
+ "tests/models/mobilenet_v1/test_image_processing_mobilenet_v1.py::MobileNetV1ImageProcessingTest::test_can_compile_fast_image_processor"
368
+ ]
369
+ },
370
+ "mobilenet_v2": {
371
+ "single-gpu": [
372
+ "tests/models/mobilenet_v2/test_image_processing_mobilenet_v2.py::MobileNetV2ImageProcessingTest::test_can_compile_fast_image_processor"
373
+ ],
374
+ "multi-gpu": [
375
+ "tests/models/mobilenet_v2/test_image_processing_mobilenet_v2.py::MobileNetV2ImageProcessingTest::test_can_compile_fast_image_processor"
376
+ ]
377
+ },
378
+ "mobilevit": {
379
+ "single-gpu": [
380
+ "tests/models/mobilevit/test_image_processing_mobilevit.py::MobileViTImageProcessingTest::test_can_compile_fast_image_processor"
381
+ ],
382
+ "multi-gpu": [
383
+ "tests/models/mobilevit/test_image_processing_mobilevit.py::MobileViTImageProcessingTest::test_can_compile_fast_image_processor"
384
+ ]
385
+ },
386
+ "nougat": {
387
+ "single-gpu": [
388
+ "tests/models/nougat/test_image_processing_nougat.py::NougatImageProcessingTest::test_can_compile_fast_image_processor"
389
+ ],
390
+ "multi-gpu": [
391
+ "tests/models/nougat/test_image_processing_nougat.py::NougatImageProcessingTest::test_can_compile_fast_image_processor"
392
+ ]
393
+ },
394
+ "oneformer": {
395
+ "single-gpu": [
396
+ "tests/models/oneformer/test_image_processing_oneformer.py::OneFormerImageProcessingTest::test_can_compile_fast_image_processor"
397
+ ],
398
+ "multi-gpu": [
399
+ "tests/models/oneformer/test_image_processing_oneformer.py::OneFormerImageProcessingTest::test_can_compile_fast_image_processor"
400
+ ]
401
+ },
402
+ "ovis2": {
403
+ "single-gpu": [
404
+ "tests/models/ovis2/test_image_processing_ovis2.py::Ovis2ProcessingTest::test_can_compile_fast_image_processor"
405
+ ],
406
+ "multi-gpu": [
407
+ "tests/models/ovis2/test_image_processing_ovis2.py::Ovis2ProcessingTest::test_can_compile_fast_image_processor"
408
+ ]
409
+ },
410
+ "owlvit": {
411
+ "single-gpu": [
412
+ "tests/models/owlvit/test_image_processing_owlvit.py::OwlViTImageProcessingTest::test_can_compile_fast_image_processor"
413
+ ],
414
+ "multi-gpu": [
415
+ "tests/models/owlvit/test_image_processing_owlvit.py::OwlViTImageProcessingTest::test_can_compile_fast_image_processor"
416
+ ]
417
+ },
418
+ "perceiver": {
419
+ "single-gpu": [
420
+ "tests/models/perceiver/test_image_processing_perceiver.py::PerceiverImageProcessingTest::test_can_compile_fast_image_processor"
421
+ ],
422
+ "multi-gpu": [
423
+ "tests/models/perceiver/test_image_processing_perceiver.py::PerceiverImageProcessingTest::test_can_compile_fast_image_processor"
424
+ ]
425
+ },
426
+ "perception_lm": {
427
+ "single-gpu": [
428
+ "tests/models/perception_lm/test_modeling_perception_lm.py::PerceptionLMForConditionalGenerationIntegrationTest::test_small_model_integration_test_batched",
429
+ "tests/models/perception_lm/test_video_processing_perception_lm.py::PerceptionLMVideoProcessingTest::test_can_compile_fast_video_processor"
430
+ ],
431
+ "multi-gpu": [
432
+ "tests/models/perception_lm/test_modeling_perception_lm.py::PerceptionLMForConditionalGenerationIntegrationTest::test_small_model_integration_test_batched",
433
+ "tests/models/perception_lm/test_video_processing_perception_lm.py::PerceptionLMVideoProcessingTest::test_can_compile_fast_video_processor"
434
+ ]
435
+ },
436
+ "phi4_multimodal": {
437
+ "single-gpu": [
438
+ "tests/models/phi4_multimodal/test_image_processing_phi4_multimodal.py::Phi4MultimodalImageProcessingTest::test_can_compile_fast_image_processor"
439
+ ],
440
+ "multi-gpu": [
441
+ "tests/models/phi4_multimodal/test_image_processing_phi4_multimodal.py::Phi4MultimodalImageProcessingTest::test_can_compile_fast_image_processor"
442
+ ]
443
+ },
444
+ "pixtral": {
445
+ "single-gpu": [
446
+ "tests/models/pixtral/test_image_processing_pixtral.py::PixtralImageProcessingTest::test_can_compile_fast_image_processor"
447
+ ],
448
+ "multi-gpu": [
449
+ "tests/models/pixtral/test_image_processing_pixtral.py::PixtralImageProcessingTest::test_can_compile_fast_image_processor"
450
+ ]
451
+ },
452
+ "poolformer": {
453
+ "single-gpu": [
454
+ "tests/models/poolformer/test_image_processing_poolformer.py::PoolFormerImageProcessingTest::test_can_compile_fast_image_processor",
455
+ "tests/models/poolformer/test_image_processing_poolformer.py::PoolFormerImageProcessingNoCropPctTest::test_can_compile_fast_image_processor"
456
+ ],
457
+ "multi-gpu": [
458
+ "tests/models/poolformer/test_image_processing_poolformer.py::PoolFormerImageProcessingTest::test_can_compile_fast_image_processor",
459
+ "tests/models/poolformer/test_image_processing_poolformer.py::PoolFormerImageProcessingNoCropPctTest::test_can_compile_fast_image_processor"
460
+ ]
461
+ },
462
+ "pvt": {
463
+ "single-gpu": [
464
+ "tests/models/pvt/test_image_processing_pvt.py::PvtImageProcessingTest::test_can_compile_fast_image_processor"
465
+ ],
466
+ "multi-gpu": [
467
+ "tests/models/pvt/test_image_processing_pvt.py::PvtImageProcessingTest::test_can_compile_fast_image_processor"
468
+ ]
469
+ },
470
+ "qwen2": {
471
+ "single-gpu": [
472
+ "tests/models/qwen2/test_modeling_qwen2.py::Qwen2IntegrationTest::test_export_static_cache"
473
+ ],
474
+ "multi-gpu": [
475
+ "tests/models/qwen2/test_modeling_qwen2.py::Qwen2IntegrationTest::test_export_static_cache"
476
+ ]
477
+ },
478
+ "qwen2_5_omni": {
479
+ "single-gpu": [
480
+ "tests/models/qwen2_5_omni/test_processing_qwen2_5_omni.py::Qwen2_5OmniProcessorTest::test_apply_chat_template_video_0",
481
+ "tests/models/qwen2_5_omni/test_processing_qwen2_5_omni.py::Qwen2_5OmniProcessorTest::test_apply_chat_template_video_1",
482
+ "tests/models/qwen2_5_omni/test_processing_qwen2_5_omni.py::Qwen2_5OmniProcessorTest::test_apply_chat_template_video_frame_sampling"
483
+ ],
484
+ "multi-gpu": [
485
+ "tests/models/qwen2_5_omni/test_processing_qwen2_5_omni.py::Qwen2_5OmniProcessorTest::test_apply_chat_template_video_0",
486
+ "tests/models/qwen2_5_omni/test_processing_qwen2_5_omni.py::Qwen2_5OmniProcessorTest::test_apply_chat_template_video_1",
487
+ "tests/models/qwen2_5_omni/test_processing_qwen2_5_omni.py::Qwen2_5OmniProcessorTest::test_apply_chat_template_video_frame_sampling"
488
+ ]
489
+ },
490
+ "qwen2_5_vl": {
491
+ "single-gpu": [
492
+ "tests/models/qwen2_5_vl/test_processing_qwen2_5_vl.py::Qwen2_5_VLProcessorTest::test_apply_chat_template_video_0",
493
+ "tests/models/qwen2_5_vl/test_processing_qwen2_5_vl.py::Qwen2_5_VLProcessorTest::test_apply_chat_template_video_1",
494
+ "tests/models/qwen2_5_vl/test_processing_qwen2_5_vl.py::Qwen2_5_VLProcessorTest::test_apply_chat_template_video_frame_sampling"
495
+ ],
496
+ "multi-gpu": [
497
+ "tests/models/qwen2_5_vl/test_processing_qwen2_5_vl.py::Qwen2_5_VLProcessorTest::test_apply_chat_template_video_0",
498
+ "tests/models/qwen2_5_vl/test_processing_qwen2_5_vl.py::Qwen2_5_VLProcessorTest::test_apply_chat_template_video_1",
499
+ "tests/models/qwen2_5_vl/test_processing_qwen2_5_vl.py::Qwen2_5_VLProcessorTest::test_apply_chat_template_video_frame_sampling"
500
+ ]
501
+ },
502
+ "qwen2_vl": {
503
+ "single-gpu": [
504
+ "tests/models/qwen2_vl/test_image_processing_qwen2_vl.py::Qwen2VLImageProcessingTest::test_can_compile_fast_image_processor",
505
+ "tests/models/qwen2_vl/test_processing_qwen2_vl.py::Qwen2VLProcessorTest::test_apply_chat_template_video_0",
506
+ "tests/models/qwen2_vl/test_processing_qwen2_vl.py::Qwen2VLProcessorTest::test_apply_chat_template_video_1",
507
+ "tests/models/qwen2_vl/test_processing_qwen2_vl.py::Qwen2VLProcessorTest::test_apply_chat_template_video_frame_sampling",
508
+ "tests/models/qwen2_vl/test_video_processing_qwen2_vl.py::Qwen2VLVideoProcessingTest::test_can_compile_fast_video_processor"
509
+ ],
510
+ "multi-gpu": [
511
+ "tests/models/qwen2_vl/test_image_processing_qwen2_vl.py::Qwen2VLImageProcessingTest::test_can_compile_fast_image_processor",
512
+ "tests/models/qwen2_vl/test_processing_qwen2_vl.py::Qwen2VLProcessorTest::test_apply_chat_template_video_0",
513
+ "tests/models/qwen2_vl/test_processing_qwen2_vl.py::Qwen2VLProcessorTest::test_apply_chat_template_video_1",
514
+ "tests/models/qwen2_vl/test_processing_qwen2_vl.py::Qwen2VLProcessorTest::test_apply_chat_template_video_frame_sampling",
515
+ "tests/models/qwen2_vl/test_video_processing_qwen2_vl.py::Qwen2VLVideoProcessingTest::test_can_compile_fast_video_processor"
516
+ ]
517
+ },
518
+ "rt_detr": {
519
+ "single-gpu": [
520
+ "tests/models/rt_detr/test_image_processing_rt_detr.py::RtDetrImageProcessingTest::test_can_compile_fast_image_processor"
521
+ ],
522
+ "multi-gpu": [
523
+ "tests/models/rt_detr/test_image_processing_rt_detr.py::RtDetrImageProcessingTest::test_can_compile_fast_image_processor"
524
+ ]
525
+ },
526
+ "sam": {
527
+ "single-gpu": [
528
+ "tests/models/sam/test_image_processing_sam.py::SamImageProcessingTest::test_can_compile_fast_image_processor"
529
+ ],
530
+ "multi-gpu": [
531
+ "tests/models/sam/test_image_processing_sam.py::SamImageProcessingTest::test_can_compile_fast_image_processor"
532
+ ]
533
+ },
534
+ "sam2": {
535
+ "single-gpu": [
536
+ "tests/models/sam2/test_image_processing_sam2.py::SamImageProcessingTest::test_can_compile_fast_image_processor"
537
+ ],
538
+ "multi-gpu": [
539
+ "tests/models/sam2/test_image_processing_sam2.py::SamImageProcessingTest::test_can_compile_fast_image_processor"
540
+ ]
541
+ },
542
+ "seed_oss": {
543
+ "single-gpu": [
544
+ "tests/models/seed_oss/test_modeling_seed_oss.py::SeedOssIntegrationTest::test_model_36b_bf16",
545
+ "tests/models/seed_oss/test_modeling_seed_oss.py::SeedOssIntegrationTest::test_model_36b_eager",
546
+ "tests/models/seed_oss/test_modeling_seed_oss.py::SeedOssIntegrationTest::test_model_36b_sdpa"
547
+ ],
548
+ "multi-gpu": []
549
+ },
550
+ "segformer": {
551
+ "single-gpu": [
552
+ "tests/models/segformer/test_image_processing_segformer.py::SegformerImageProcessingTest::test_can_compile_fast_image_processor"
553
+ ],
554
+ "multi-gpu": [
555
+ "tests/models/segformer/test_image_processing_segformer.py::SegformerImageProcessingTest::test_can_compile_fast_image_processor"
556
+ ]
557
+ },
558
+ "siglip": {
559
+ "single-gpu": [
560
+ "tests/models/siglip/test_image_processing_siglip.py::SiglipImageProcessingTest::test_can_compile_fast_image_processor"
561
+ ],
562
+ "multi-gpu": [
563
+ "tests/models/siglip/test_image_processing_siglip.py::SiglipImageProcessingTest::test_can_compile_fast_image_processor"
564
+ ]
565
+ },
566
+ "siglip2": {
567
+ "single-gpu": [
568
+ "tests/models/siglip2/test_image_processing_siglip2.py::Siglip2ImageProcessingTest::test_can_compile_fast_image_processor"
569
+ ],
570
+ "multi-gpu": [
571
+ "tests/models/siglip2/test_image_processing_siglip2.py::Siglip2ImageProcessingTest::test_can_compile_fast_image_processor"
572
+ ]
573
+ },
574
+ "swin2sr": {
575
+ "single-gpu": [
576
+ "tests/models/swin2sr/test_image_processing_swin2sr.py::Swin2SRImageProcessingTest::test_can_compile_fast_image_processor"
577
+ ],
578
+ "multi-gpu": [
579
+ "tests/models/swin2sr/test_image_processing_swin2sr.py::Swin2SRImageProcessingTest::test_can_compile_fast_image_processor"
580
+ ]
581
+ },
582
+ "textnet": {
583
+ "single-gpu": [
584
+ "tests/models/textnet/test_image_processing_textnet.py::TextNetImageProcessingTest::test_can_compile_fast_image_processor"
585
+ ],
586
+ "multi-gpu": [
587
+ "tests/models/textnet/test_image_processing_textnet.py::TextNetImageProcessingTest::test_can_compile_fast_image_processor"
588
+ ]
589
+ },
590
+ "tvp": {
591
+ "single-gpu": [
592
+ "tests/models/tvp/test_image_processing_tvp.py::TvpImageProcessingTest::test_can_compile_fast_image_processor",
593
+ "tests/models/tvp/test_image_processing_tvp.py::TvpImageProcessingTest::test_slow_fast_equivalence_batched"
594
+ ],
595
+ "multi-gpu": [
596
+ "tests/models/tvp/test_image_processing_tvp.py::TvpImageProcessingTest::test_can_compile_fast_image_processor"
597
+ ]
598
+ },
599
+ "video_llava": {
600
+ "single-gpu": [
601
+ "tests/models/video_llava/test_video_processing_video_llava.py::VideoLlavaVideoProcessingTest::test_can_compile_fast_video_processor"
602
+ ],
603
+ "multi-gpu": [
604
+ "tests/models/video_llava/test_video_processing_video_llava.py::VideoLlavaVideoProcessingTest::test_can_compile_fast_video_processor"
605
+ ]
606
+ },
607
+ "vilt": {
608
+ "single-gpu": [
609
+ "tests/models/vilt/test_image_processing_vilt.py::ViltImageProcessingTest::test_can_compile_fast_image_processor"
610
+ ],
611
+ "multi-gpu": [
612
+ "tests/models/vilt/test_image_processing_vilt.py::ViltImageProcessingTest::test_can_compile_fast_image_processor"
613
+ ]
614
+ },
615
+ "vit": {
616
+ "single-gpu": [
617
+ "tests/models/vit/test_image_processing_vit.py::ViTImageProcessingTest::test_can_compile_fast_image_processor"
618
+ ],
619
+ "multi-gpu": [
620
+ "tests/models/vit/test_image_processing_vit.py::ViTImageProcessingTest::test_can_compile_fast_image_processor"
621
+ ]
622
+ },
623
+ "vitmatte": {
624
+ "single-gpu": [
625
+ "tests/models/vitmatte/test_image_processing_vitmatte.py::VitMatteImageProcessingTest::test_can_compile_fast_image_processor"
626
+ ],
627
+ "multi-gpu": [
628
+ "tests/models/vitmatte/test_image_processing_vitmatte.py::VitMatteImageProcessingTest::test_can_compile_fast_image_processor"
629
+ ]
630
+ },
631
+ "yolos": {
632
+ "single-gpu": [
633
+ "tests/models/yolos/test_image_processing_yolos.py::YolosImageProcessingTest::test_batched_coco_detection_annotations"
634
+ ],
635
+ "multi-gpu": [
636
+ "tests/models/yolos/test_image_processing_yolos.py::YolosImageProcessingTest::test_batched_coco_detection_annotations"
637
+ ]
638
+ }
639
+ }