hf-transformers-bot commited on
Commit
5c59c7e
·
verified ·
1 Parent(s): ca453a6

Upload 2025-06-09/runs/156-15525740957/ci_results_run_models_gpu/new_failures_against_15525715831.json with huggingface_hub

Browse files
2025-06-09/runs/156-15525740957/ci_results_run_models_gpu/new_failures_against_15525715831.json ADDED
@@ -0,0 +1,533 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "aria": {
3
+ "single-gpu": [
4
+ "tests/models/aria/test_modeling_aria.py::AriaForConditionalGenerationModelTest::test_save_load"
5
+ ],
6
+ "multi-gpu": []
7
+ },
8
+ "blip_2": {
9
+ "single-gpu": [
10
+ "tests/models/blip_2/test_modeling_blip_2.py::Blip2ForConditionalGenerationDecoderOnlyTest::test_sdpa_can_compile_dynamic",
11
+ "tests/models/blip_2/test_modeling_blip_2.py::Blip2ForConditionalGenerationDecoderOnlyTest::test_sdpa_can_dispatch_on_flash",
12
+ "tests/models/blip_2/test_modeling_blip_2.py::Blip2ModelTest::test_sdpa_can_compile_dynamic",
13
+ "tests/models/blip_2/test_modeling_blip_2.py::Blip2ModelTest::test_sdpa_can_dispatch_on_flash",
14
+ "tests/models/blip_2/test_modeling_blip_2.py::Blip2TextModelWithProjectionTest::test_sdpa_can_compile_dynamic",
15
+ "tests/models/blip_2/test_modeling_blip_2.py::Blip2TextModelWithProjectionTest::test_sdpa_can_dispatch_on_flash",
16
+ "tests/models/blip_2/test_modeling_blip_2.py::Blip2VisionModelWithProjectionTest::test_sdpa_can_compile_dynamic",
17
+ "tests/models/blip_2/test_modeling_blip_2.py::Blip2VisionModelWithProjectionTest::test_sdpa_can_dispatch_on_flash",
18
+ "tests/models/blip_2/test_modeling_blip_2.py::Blip2TextRetrievalModelTest::test_sdpa_can_compile_dynamic",
19
+ "tests/models/blip_2/test_modeling_blip_2.py::Blip2TextRetrievalModelTest::test_sdpa_can_dispatch_on_flash"
20
+ ],
21
+ "multi-gpu": [
22
+ "tests/models/blip_2/test_modeling_blip_2.py::Blip2ForConditionalGenerationDecoderOnlyTest::test_sdpa_can_compile_dynamic",
23
+ "tests/models/blip_2/test_modeling_blip_2.py::Blip2ForConditionalGenerationDecoderOnlyTest::test_sdpa_can_dispatch_on_flash",
24
+ "tests/models/blip_2/test_modeling_blip_2.py::Blip2ModelTest::test_sdpa_can_compile_dynamic",
25
+ "tests/models/blip_2/test_modeling_blip_2.py::Blip2ModelTest::test_sdpa_can_dispatch_on_flash",
26
+ "tests/models/blip_2/test_modeling_blip_2.py::Blip2TextModelWithProjectionTest::test_sdpa_can_compile_dynamic",
27
+ "tests/models/blip_2/test_modeling_blip_2.py::Blip2TextModelWithProjectionTest::test_sdpa_can_dispatch_on_flash",
28
+ "tests/models/blip_2/test_modeling_blip_2.py::Blip2VisionModelWithProjectionTest::test_sdpa_can_compile_dynamic",
29
+ "tests/models/blip_2/test_modeling_blip_2.py::Blip2VisionModelWithProjectionTest::test_sdpa_can_dispatch_on_flash",
30
+ "tests/models/blip_2/test_modeling_blip_2.py::Blip2TextRetrievalModelTest::test_sdpa_can_compile_dynamic",
31
+ "tests/models/blip_2/test_modeling_blip_2.py::Blip2TextRetrievalModelTest::test_sdpa_can_dispatch_on_flash"
32
+ ]
33
+ },
34
+ "cohere2": {
35
+ "single-gpu": [
36
+ "tests/models/cohere2/test_modeling_cohere2.py::Cohere2IntegrationTest::test_export_static_cache",
37
+ "tests/models/cohere2/test_modeling_cohere2.py::Cohere2IntegrationTest::test_model_fp16",
38
+ "tests/models/cohere2/test_modeling_cohere2.py::Cohere2IntegrationTest::test_model_pipeline_bf16"
39
+ ],
40
+ "multi-gpu": [
41
+ "tests/models/cohere2/test_modeling_cohere2.py::Cohere2IntegrationTest::test_export_static_cache",
42
+ "tests/models/cohere2/test_modeling_cohere2.py::Cohere2IntegrationTest::test_model_fp16",
43
+ "tests/models/cohere2/test_modeling_cohere2.py::Cohere2IntegrationTest::test_model_pipeline_bf16"
44
+ ]
45
+ },
46
+ "conditional_detr": {
47
+ "single-gpu": [
48
+ "tests/models/conditional_detr/test_modeling_conditional_detr.py::ConditionalDetrModelIntegrationTests::test_inference_object_detection_head"
49
+ ],
50
+ "multi-gpu": [
51
+ "tests/models/conditional_detr/test_modeling_conditional_detr.py::ConditionalDetrModelIntegrationTests::test_inference_object_detection_head"
52
+ ]
53
+ },
54
+ "csm": {
55
+ "single-gpu": [],
56
+ "multi-gpu": [
57
+ "tests/models/csm/test_modeling_csm.py::CsmForConditionalGenerationTest::test_eager_matches_sdpa_generate"
58
+ ]
59
+ },
60
+ "dac": {
61
+ "single-gpu": [
62
+ "tests/models/dac/test_modeling_dac.py::DacIntegrationTest::test_integration_16khz"
63
+ ],
64
+ "multi-gpu": []
65
+ },
66
+ "data2vec": {
67
+ "single-gpu": [
68
+ "tests/models/data2vec/test_modeling_data2vec_vision.py::Data2VecVisionModelTest::test_sdpa_can_compile_dynamic"
69
+ ],
70
+ "multi-gpu": [
71
+ "tests/models/data2vec/test_modeling_data2vec_vision.py::Data2VecVisionModelTest::test_sdpa_can_compile_dynamic"
72
+ ]
73
+ },
74
+ "deepseek_v3": {
75
+ "single-gpu": [
76
+ "tests/models/deepseek_v3/test_modeling_deepseek_v3.py::DeepseekV3ModelTest::test_sdpa_can_dispatch_on_flash"
77
+ ],
78
+ "multi-gpu": [
79
+ "tests/models/deepseek_v3/test_modeling_deepseek_v3.py::DeepseekV3ModelTest::test_sdpa_can_dispatch_on_flash"
80
+ ]
81
+ },
82
+ "deformable_detr": {
83
+ "single-gpu": [
84
+ "tests/models/deformable_detr/test_modeling_deformable_detr.py::DeformableDetrModelIntegrationTests::test_inference_object_detection_head"
85
+ ],
86
+ "multi-gpu": [
87
+ "tests/models/deformable_detr/test_modeling_deformable_detr.py::DeformableDetrModelIntegrationTests::test_inference_object_detection_head"
88
+ ]
89
+ },
90
+ "depth_pro": {
91
+ "single-gpu": [
92
+ "tests/models/depth_pro/test_modeling_depth_pro.py::DepthProModelTest::test_sdpa_can_compile_dynamic"
93
+ ],
94
+ "multi-gpu": [
95
+ "tests/models/depth_pro/test_modeling_depth_pro.py::DepthProModelTest::test_sdpa_can_compile_dynamic"
96
+ ]
97
+ },
98
+ "diffllama": {
99
+ "single-gpu": [
100
+ "tests/models/diffllama/test_modeling_diffllama.py::DiffLlamaModelTest::test_sdpa_can_dispatch_on_flash"
101
+ ],
102
+ "multi-gpu": [
103
+ "tests/models/diffllama/test_modeling_diffllama.py::DiffLlamaModelTest::test_sdpa_can_dispatch_on_flash"
104
+ ]
105
+ },
106
+ "dpr": {
107
+ "single-gpu": [
108
+ "tests/models/dpr/test_modeling_dpr.py::DPRModelTest::test_sdpa_can_dispatch_on_flash"
109
+ ],
110
+ "multi-gpu": [
111
+ "tests/models/dpr/test_modeling_dpr.py::DPRModelTest::test_sdpa_can_dispatch_on_flash"
112
+ ]
113
+ },
114
+ "dpt": {
115
+ "single-gpu": [
116
+ "tests/models/dpt/test_modeling_dpt_hybrid.py::DPTModelTest::test_sdpa_can_compile_dynamic",
117
+ "tests/models/dpt/test_modeling_dpt_hybrid.py::DPTModelTest::test_sdpa_can_dispatch_on_flash"
118
+ ],
119
+ "multi-gpu": [
120
+ "tests/models/dpt/test_modeling_dpt_hybrid.py::DPTModelTest::test_sdpa_can_compile_dynamic",
121
+ "tests/models/dpt/test_modeling_dpt_hybrid.py::DPTModelTest::test_sdpa_can_dispatch_on_flash"
122
+ ]
123
+ },
124
+ "emu3": {
125
+ "single-gpu": [
126
+ "tests/models/emu3/test_modeling_emu3.py::Emu3Vision2TextModelTest::test_attention_outputs",
127
+ "tests/models/emu3/test_modeling_emu3.py::Emu3Vision2TextModelTest::test_batching_equivalence",
128
+ "tests/models/emu3/test_modeling_emu3.py::Emu3Vision2TextModelTest::test_determinism",
129
+ "tests/models/emu3/test_modeling_emu3.py::Emu3Vision2TextModelTest::test_feed_forward_chunking",
130
+ "tests/models/emu3/test_modeling_emu3.py::Emu3Vision2TextModelTest::test_hidden_states_output",
131
+ "tests/models/emu3/test_modeling_emu3.py::Emu3Vision2TextModelTest::test_model_outputs_equivalence",
132
+ "tests/models/emu3/test_modeling_emu3.py::Emu3Vision2TextModelTest::test_resize_tokens_embeddings",
133
+ "tests/models/emu3/test_modeling_emu3.py::Emu3Vision2TextModelTest::test_retain_grad_hidden_states_attentions",
134
+ "tests/models/emu3/test_modeling_emu3.py::Emu3Vision2TextModelTest::test_save_load"
135
+ ],
136
+ "multi-gpu": [
137
+ "tests/models/emu3/test_modeling_emu3.py::Emu3Vision2TextModelTest::test_attention_outputs",
138
+ "tests/models/emu3/test_modeling_emu3.py::Emu3Vision2TextModelTest::test_batching_equivalence",
139
+ "tests/models/emu3/test_modeling_emu3.py::Emu3Vision2TextModelTest::test_determinism",
140
+ "tests/models/emu3/test_modeling_emu3.py::Emu3Vision2TextModelTest::test_feed_forward_chunking",
141
+ "tests/models/emu3/test_modeling_emu3.py::Emu3Vision2TextModelTest::test_hidden_states_output",
142
+ "tests/models/emu3/test_modeling_emu3.py::Emu3Vision2TextModelTest::test_model_outputs_equivalence",
143
+ "tests/models/emu3/test_modeling_emu3.py::Emu3Vision2TextModelTest::test_resize_tokens_embeddings",
144
+ "tests/models/emu3/test_modeling_emu3.py::Emu3Vision2TextModelTest::test_retain_grad_hidden_states_attentions",
145
+ "tests/models/emu3/test_modeling_emu3.py::Emu3Vision2TextModelTest::test_save_load",
146
+ "tests/models/emu3/test_modeling_emu3.py::Emu3Vision2TextModelTest::test_model_parallelism",
147
+ "tests/models/emu3/test_modeling_emu3.py::Emu3Vision2TextModelTest::test_multi_gpu_data_parallel_forward"
148
+ ]
149
+ },
150
+ "falcon_h1": {
151
+ "single-gpu": [
152
+ "tests/models/falcon_h1/test_modeling_falcon_h1.py::FalconH1ModelIntegrationTest::test_falcon_h1_hard"
153
+ ],
154
+ "multi-gpu": [
155
+ "tests/models/falcon_h1/test_modeling_falcon_h1.py::FalconH1ModelIntegrationTest::test_falcon_h1_hard"
156
+ ]
157
+ },
158
+ "gemma": {
159
+ "single-gpu": [
160
+ "tests/models/gemma/test_modeling_gemma.py::GemmaModelTest::test_torch_compile_for_training",
161
+ "tests/models/gemma/test_modeling_gemma.py::GemmaIntegrationTest::test_model_2b_bf16_dola",
162
+ "tests/models/gemma/test_modeling_gemma.py::GemmaIntegrationTest::test_model_7b_bf16",
163
+ "tests/models/gemma/test_modeling_gemma.py::GemmaIntegrationTest::test_model_7b_fp16",
164
+ "tests/models/gemma/test_modeling_gemma.py::GemmaIntegrationTest::test_model_7b_fp16_static_cache"
165
+ ],
166
+ "multi-gpu": []
167
+ },
168
+ "gemma3": {
169
+ "single-gpu": [
170
+ "tests/models/gemma3/test_modeling_gemma3.py::Gemma3Vision2TextModelTest::test_sdpa_can_compile_dynamic",
171
+ "tests/models/gemma3/test_modeling_gemma3.py::Gemma3Vision2TextModelTest::test_sdpa_can_dispatch_on_flash",
172
+ "tests/models/gemma3/test_modeling_gemma3.py::Gemma3IntegrationTest::test_model_1b_text_only",
173
+ "tests/models/gemma3/test_modeling_gemma3.py::Gemma3IntegrationTest::test_model_4b_batch",
174
+ "tests/models/gemma3/test_modeling_gemma3.py::Gemma3IntegrationTest::test_model_4b_batch_crops",
175
+ "tests/models/gemma3/test_modeling_gemma3.py::Gemma3IntegrationTest::test_model_4b_bf16",
176
+ "tests/models/gemma3/test_modeling_gemma3.py::Gemma3IntegrationTest::test_model_4b_crops",
177
+ "tests/models/gemma3/test_modeling_gemma3.py::Gemma3IntegrationTest::test_model_4b_multiimage"
178
+ ],
179
+ "multi-gpu": []
180
+ },
181
+ "gpt_neox": {
182
+ "single-gpu": [
183
+ "tests/models/gpt_neox/test_modeling_gpt_neox.py::GPTNeoXLanguageGenerationTest::test_lm_generate_flex_attn_gptneox"
184
+ ],
185
+ "multi-gpu": []
186
+ },
187
+ "helium": {
188
+ "single-gpu": [
189
+ "tests/models/helium/test_modeling_helium.py::GemmaModelTest::test_torch_compile_for_training",
190
+ "tests/models/helium/test_modeling_helium.py::HeliumModelTest::test_torch_compile_for_training"
191
+ ],
192
+ "multi-gpu": [
193
+ "tests/models/helium/test_modeling_helium.py::GemmaModelTest::test_torch_compile_for_training",
194
+ "tests/models/helium/test_modeling_helium.py::HeliumModelTest::test_torch_compile_for_training"
195
+ ]
196
+ },
197
+ "instructblip": {
198
+ "single-gpu": [
199
+ "tests/models/instructblip/test_modeling_instructblip.py::InstructBlipForConditionalGenerationDecoderOnlyTest::test_sdpa_can_compile_dynamic",
200
+ "tests/models/instructblip/test_modeling_instructblip.py::InstructBlipForConditionalGenerationDecoderOnlyTest::test_sdpa_can_dispatch_on_flash"
201
+ ],
202
+ "multi-gpu": []
203
+ },
204
+ "instructblipvideo": {
205
+ "single-gpu": [
206
+ "tests/models/instructblipvideo/test_modeling_instructblipvideo.py::InstructBlipVideoForConditionalGenerationDecoderOnlyTest::test_sdpa_can_compile_dynamic",
207
+ "tests/models/instructblipvideo/test_modeling_instructblipvideo.py::InstructBlipVideoForConditionalGenerationDecoderOnlyTest::test_sdpa_can_dispatch_on_flash"
208
+ ],
209
+ "multi-gpu": [
210
+ "tests/models/instructblipvideo/test_modeling_instructblipvideo.py::InstructBlipVideoForConditionalGenerationDecoderOnlyTest::test_sdpa_can_compile_dynamic",
211
+ "tests/models/instructblipvideo/test_modeling_instructblipvideo.py::InstructBlipVideoForConditionalGenerationDecoderOnlyTest::test_sdpa_can_dispatch_on_flash"
212
+ ]
213
+ },
214
+ "internvl": {
215
+ "single-gpu": [],
216
+ "multi-gpu": [
217
+ "tests/models/internvl/test_modeling_internvl.py::InternVLLlamaIntegrationTest::test_llama_small_model_integration_batched_generate",
218
+ "tests/models/internvl/test_video_processor_internvl.py::InternVLVideoProcessingTest::test_can_compile_fast_video_processor"
219
+ ]
220
+ },
221
+ "jamba": {
222
+ "single-gpu": [],
223
+ "multi-gpu": [
224
+ "tests/models/jamba/test_modeling_jamba.py::JambaModelTest::test_sdpa_can_dispatch_on_flash"
225
+ ]
226
+ },
227
+ "lilt": {
228
+ "single-gpu": [],
229
+ "multi-gpu": [
230
+ "tests/models/lilt/test_modeling_lilt.py::LiltModelTest::test_model_outputs_equivalence"
231
+ ]
232
+ },
233
+ "llama": {
234
+ "single-gpu": [
235
+ "tests/models/llama/test_modeling_llama.py::LlamaModelTest::test_torch_compile_for_training",
236
+ "tests/models/llama/test_modeling_llama.py::LlamaIntegrationTest::test_llama_3_1_hard",
237
+ "tests/models/llama/test_modeling_llama.py::LlamaIntegrationTest::test_model_7b_logits",
238
+ "tests/models/llama/test_modeling_llama.py::LlamaIntegrationTest::test_model_7b_logits_bf16"
239
+ ],
240
+ "multi-gpu": [
241
+ "tests/models/llama/test_modeling_llama.py::LlamaModelTest::test_torch_compile_for_training",
242
+ "tests/models/llama/test_modeling_llama.py::LlamaIntegrationTest::test_llama_3_1_hard",
243
+ "tests/models/llama/test_modeling_llama.py::LlamaIntegrationTest::test_model_7b_logits",
244
+ "tests/models/llama/test_modeling_llama.py::LlamaIntegrationTest::test_model_7b_logits_bf16"
245
+ ]
246
+ },
247
+ "mamba2": {
248
+ "single-gpu": [],
249
+ "multi-gpu": [
250
+ "tests/models/mamba2/test_modeling_mamba2.py::Mamba2ModelTest::test_mamba2_caching"
251
+ ]
252
+ },
253
+ "minimax": {
254
+ "single-gpu": [],
255
+ "multi-gpu": [
256
+ "tests/models/minimax/test_modeling_minimax.py::MiniMaxIntegrationTest::test_small_model_logits"
257
+ ]
258
+ },
259
+ "mistral": {
260
+ "single-gpu": [],
261
+ "multi-gpu": [
262
+ "tests/models/mistral/test_modeling_mistral.py::MistralIntegrationTest::test_model_7b_logits"
263
+ ]
264
+ },
265
+ "mixtral": {
266
+ "single-gpu": [],
267
+ "multi-gpu": [
268
+ "tests/models/mixtral/test_modeling_mixtral.py::MixtralIntegrationTest::test_small_model_logits",
269
+ "tests/models/mixtral/test_modeling_mixtral.py::MixtralIntegrationTest::test_small_model_logits_batched"
270
+ ]
271
+ },
272
+ "mllama": {
273
+ "single-gpu": [
274
+ "tests/models/mllama/test_modeling_mllama.py::MllamaForConditionalGenerationModelTest::test_sdpa_can_dispatch_on_flash"
275
+ ],
276
+ "multi-gpu": [
277
+ "tests/models/mllama/test_modeling_mllama.py::MllamaForConditionalGenerationModelTest::test_sdpa_can_dispatch_on_flash"
278
+ ]
279
+ },
280
+ "modernbert": {
281
+ "single-gpu": [
282
+ "tests/models/modernbert/test_modeling_modernbert.py::ModernBertModelTest::test_sdpa_can_dispatch_on_flash"
283
+ ],
284
+ "multi-gpu": [
285
+ "tests/models/modernbert/test_modeling_modernbert.py::ModernBertModelTest::test_sdpa_can_dispatch_on_flash"
286
+ ]
287
+ },
288
+ "moonshine": {
289
+ "single-gpu": [],
290
+ "multi-gpu": [
291
+ "tests/models/moonshine/test_modeling_moonshine.py::MoonshineModelTest::test_sdpa_can_compile_dynamic"
292
+ ]
293
+ },
294
+ "mra": {
295
+ "single-gpu": [
296
+ "tests/models/mra/test_modeling_mra.py::MraModelTest::test_determinism",
297
+ "tests/models/mra/test_modeling_mra.py::MraModelTest::test_feed_forward_chunking",
298
+ "tests/models/mra/test_modeling_mra.py::MraModelTest::test_inputs_embeds_matches_input_ids",
299
+ "tests/models/mra/test_modeling_mra.py::MraModelTest::test_model_outputs_equivalence",
300
+ "tests/models/mra/test_modeling_mra.py::MraModelTest::test_resize_tokens_embeddings"
301
+ ],
302
+ "multi-gpu": []
303
+ },
304
+ "nemotron": {
305
+ "single-gpu": [
306
+ "tests/models/nemotron/test_modeling_nemotron.py::NemotronModelTest::test_torch_compile_for_training"
307
+ ],
308
+ "multi-gpu": [
309
+ "tests/models/nemotron/test_modeling_nemotron.py::NemotronModelTest::test_torch_compile_for_training"
310
+ ]
311
+ },
312
+ "olmo": {
313
+ "single-gpu": [
314
+ "tests/models/olmo/test_modeling_olmo.py::OlmoIntegrationTest::test_model_7b_greedy_generation",
315
+ "tests/models/olmo/test_modeling_olmo.py::OlmoIntegrationTest::test_model_7b_twin_2t_logits"
316
+ ],
317
+ "multi-gpu": []
318
+ },
319
+ "olmo2": {
320
+ "single-gpu": [
321
+ "tests/models/olmo2/test_modeling_olmo2.py::Olmo2IntegrationTest::test_model_7b_logits"
322
+ ],
323
+ "multi-gpu": []
324
+ },
325
+ "olmoe": {
326
+ "single-gpu": [
327
+ "tests/models/olmoe/test_modeling_olmoe.py::OlmoeIntegrationTest::test_model_7b_greedy_generation"
328
+ ],
329
+ "multi-gpu": [
330
+ "tests/models/olmoe/test_modeling_olmoe.py::OlmoeIntegrationTest::test_model_7b_logits"
331
+ ]
332
+ },
333
+ "omdet_turbo": {
334
+ "single-gpu": [],
335
+ "multi-gpu": [
336
+ "tests/models/omdet_turbo/test_modeling_omdet_turbo.py::OmDetTurboModelIntegrationTests::test_inference_object_detection_head_fp16"
337
+ ]
338
+ },
339
+ "phimoe": {
340
+ "single-gpu": [
341
+ "tests/models/phimoe/test_modeling_phimoe.py::PhimoeIntegrationTest::test_model_phimoe_instruct_logits",
342
+ "tests/models/phimoe/test_modeling_phimoe.py::PhimoeIntegrationTest::test_phimoe_instruct_generation"
343
+ ],
344
+ "multi-gpu": [
345
+ "tests/models/phimoe/test_modeling_phimoe.py::PhimoeIntegrationTest::test_model_phimoe_instruct_logits",
346
+ "tests/models/phimoe/test_modeling_phimoe.py::PhimoeIntegrationTest::test_phimoe_instruct_generation"
347
+ ]
348
+ },
349
+ "pixtral": {
350
+ "single-gpu": [
351
+ "tests/models/pixtral/test_modeling_pixtral.py::PixtralVisionModelModelTest::test_sdpa_can_dispatch_on_flash"
352
+ ],
353
+ "multi-gpu": [
354
+ "tests/models/pixtral/test_modeling_pixtral.py::PixtralVisionModelModelTest::test_sdpa_can_dispatch_on_flash"
355
+ ]
356
+ },
357
+ "qwen2_5_omni": {
358
+ "single-gpu": [
359
+ "tests/models/qwen2_5_omni/test_modeling_qwen2_5_omni.py::Qwen2_5OmniModelIntegrationTest::test_small_model_integration_test",
360
+ "tests/models/qwen2_5_omni/test_modeling_qwen2_5_omni.py::Qwen2_5OmniModelIntegrationTest::test_small_model_integration_test_batch",
361
+ "tests/models/qwen2_5_omni/test_modeling_qwen2_5_omni.py::Qwen2_5OmniModelIntegrationTest::test_small_model_integration_test_multiturn"
362
+ ],
363
+ "multi-gpu": []
364
+ },
365
+ "qwen2_vl": {
366
+ "single-gpu": [
367
+ "tests/models/qwen2_vl/test_modeling_qwen2_vl.py::Qwen2VLIntegrationTest::test_small_model_integration_test_batch_different_resolutions",
368
+ "tests/models/qwen2_vl/test_video_processing_qwen2_vl.py::Qwen2VLVideoProcessingTest::test_can_compile_fast_video_processor"
369
+ ],
370
+ "multi-gpu": [
371
+ "tests/models/qwen2_vl/test_modeling_qwen2_vl.py::Qwen2VLIntegrationTest::test_small_model_integration_test_batch_different_resolutions",
372
+ "tests/models/qwen2_vl/test_video_processing_qwen2_vl.py::Qwen2VLVideoProcessingTest::test_can_compile_fast_video_processor"
373
+ ]
374
+ },
375
+ "sam": {
376
+ "single-gpu": [
377
+ "tests/models/sam/test_modeling_sam.py::SamVisionModelTest::test_sdpa_can_dispatch_on_flash"
378
+ ],
379
+ "multi-gpu": [
380
+ "tests/models/sam/test_modeling_sam.py::SamVisionModelTest::test_sdpa_can_dispatch_on_flash"
381
+ ]
382
+ },
383
+ "sam_hq": {
384
+ "single-gpu": [
385
+ "tests/models/sam_hq/test_modeling_sam_hq.py::SamHQVisionModelTest::test_sdpa_can_dispatch_on_flash"
386
+ ],
387
+ "multi-gpu": [
388
+ "tests/models/sam_hq/test_modeling_sam_hq.py::SamHQVisionModelTest::test_sdpa_can_dispatch_on_flash"
389
+ ]
390
+ },
391
+ "seamless_m4t_v2": {
392
+ "single-gpu": [
393
+ "tests/models/seamless_m4t_v2/test_modeling_seamless_m4t_v2.py::SeamlessM4Tv2ModelIntegrationTest::test_speech_to_speech_model",
394
+ "tests/models/seamless_m4t_v2/test_modeling_seamless_m4t_v2.py::SeamlessM4Tv2ModelIntegrationTest::test_text_to_speech_model"
395
+ ],
396
+ "multi-gpu": [
397
+ "tests/models/seamless_m4t_v2/test_modeling_seamless_m4t_v2.py::SeamlessM4Tv2ModelIntegrationTest::test_speech_to_speech_model",
398
+ "tests/models/seamless_m4t_v2/test_modeling_seamless_m4t_v2.py::SeamlessM4Tv2ModelIntegrationTest::test_text_to_speech_model"
399
+ ]
400
+ },
401
+ "segformer": {
402
+ "single-gpu": [
403
+ "tests/models/segformer/test_modeling_segformer.py::SegformerModelTest::test_batching_equivalence"
404
+ ],
405
+ "multi-gpu": [
406
+ "tests/models/segformer/test_modeling_segformer.py::SegformerModelTest::test_batching_equivalence"
407
+ ]
408
+ },
409
+ "speecht5": {
410
+ "single-gpu": [
411
+ "tests/models/speecht5/test_modeling_speecht5.py::SpeechT5ForTextToSpeechIntegrationTests::test_batch_generation",
412
+ "tests/models/speecht5/test_modeling_speecht5.py::SpeechT5ForTextToSpeechIntegrationTests::test_one_to_many_generation"
413
+ ],
414
+ "multi-gpu": [
415
+ "tests/models/speecht5/test_modeling_speecht5.py::SpeechT5ForTextToSpeechIntegrationTests::test_batch_generation",
416
+ "tests/models/speecht5/test_modeling_speecht5.py::SpeechT5ForTextToSpeechIntegrationTests::test_one_to_many_generation"
417
+ ]
418
+ },
419
+ "swin2sr": {
420
+ "single-gpu": [
421
+ "tests/models/swin2sr/test_modeling_swin2sr.py::Swin2SRModelIntegrationTest::test_inference_fp16",
422
+ "tests/models/swin2sr/test_modeling_swin2sr.py::Swin2SRModelIntegrationTest::test_inference_image_super_resolution_head"
423
+ ],
424
+ "multi-gpu": [
425
+ "tests/models/swin2sr/test_modeling_swin2sr.py::Swin2SRModelIntegrationTest::test_inference_fp16",
426
+ "tests/models/swin2sr/test_modeling_swin2sr.py::Swin2SRModelIntegrationTest::test_inference_image_super_resolution_head"
427
+ ]
428
+ },
429
+ "t5": {
430
+ "single-gpu": [
431
+ "tests/models/t5/test_modeling_t5.py::T5ModelIntegrationTests::test_small_integration_test"
432
+ ],
433
+ "multi-gpu": [
434
+ "tests/models/t5/test_modeling_t5.py::T5ModelIntegrationTests::test_small_integration_test"
435
+ ]
436
+ },
437
+ "tapas": {
438
+ "single-gpu": [
439
+ "tests/models/tapas/test_modeling_tapas.py::TapasModelIntegrationTest::test_training_question_answering_head_weak_supervision"
440
+ ],
441
+ "multi-gpu": [
442
+ "tests/models/tapas/test_modeling_tapas.py::TapasModelIntegrationTest::test_training_question_answering_head_weak_supervision"
443
+ ]
444
+ },
445
+ "vitmatte": {
446
+ "single-gpu": [
447
+ "tests/models/vitmatte/test_modeling_vitmatte.py::VitMatteModelTest::test_batching_equivalence"
448
+ ],
449
+ "multi-gpu": [
450
+ "tests/models/vitmatte/test_modeling_vitmatte.py::VitMatteModelTest::test_batching_equivalence"
451
+ ]
452
+ },
453
+ "vitpose": {
454
+ "single-gpu": [
455
+ "tests/models/vitpose/test_modeling_vitpose.py::VitPoseModelIntegrationTest::test_batched_inference",
456
+ "tests/models/vitpose/test_modeling_vitpose.py::VitPoseModelIntegrationTest::test_inference_pose_estimation"
457
+ ],
458
+ "multi-gpu": [
459
+ "tests/models/vitpose/test_modeling_vitpose.py::VitPoseModelIntegrationTest::test_batched_inference",
460
+ "tests/models/vitpose/test_modeling_vitpose.py::VitPoseModelIntegrationTest::test_inference_pose_estimation"
461
+ ]
462
+ },
463
+ "xlnet": {
464
+ "single-gpu": [
465
+ "tests/models/xlnet/test_modeling_xlnet.py::XLNetModelLanguageGenerationTest::test_lm_generate_xlnet_base_cased"
466
+ ],
467
+ "multi-gpu": [
468
+ "tests/models/xlnet/test_modeling_xlnet.py::XLNetModelLanguageGenerationTest::test_lm_generate_xlnet_base_cased"
469
+ ]
470
+ },
471
+ "zamba2": {
472
+ "single-gpu": [
473
+ "tests/models/zamba2/test_modeling_zamba2.py::Zamba2ModelTest::test_sdpa_can_dispatch_on_flash"
474
+ ],
475
+ "multi-gpu": [
476
+ "tests/models/zamba2/test_modeling_zamba2.py::Zamba2ModelTest::test_sdpa_can_dispatch_on_flash"
477
+ ]
478
+ },
479
+ "pipelines": {
480
+ "single-gpu": [
481
+ "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_simple_s2t",
482
+ "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_small_model_pt",
483
+ "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_small_model_pt_bf16",
484
+ "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_small_model_pt_fp16",
485
+ "tests/pipelines/test_pipelines_image_segmentation.py::ImageSegmentationPipelineTests::test_integration_torch_image_segmentation",
486
+ "tests/pipelines/test_pipelines_image_segmentation.py::ImageSegmentationPipelineTests::test_threshold",
487
+ "tests/pipelines/test_pipelines_mask_generation.py::MaskGenerationPipelineTests::test_small_model_pt"
488
+ ],
489
+ "multi-gpu": [
490
+ "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_simple_s2t",
491
+ "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_small_model_pt",
492
+ "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_small_model_pt_bf16",
493
+ "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_small_model_pt_fp16",
494
+ "tests/pipelines/test_pipelines_image_segmentation.py::ImageSegmentationPipelineTests::test_integration_torch_image_segmentation",
495
+ "tests/pipelines/test_pipelines_mask_generation.py::MaskGenerationPipelineTests::test_small_model_pt"
496
+ ]
497
+ },
498
+ "quantization": {
499
+ "single-gpu": [
500
+ "tests/quantization/autoawq/test_awq.py::AwqConfigTest::test_wrong_backend",
501
+ "tests/quantization/bitnet_integration/test_bitnet.py::BitNetTest::test_quantized_model",
502
+ "tests/quantization/finegrained_fp8/test_fp8.py::FP8QuantizerTest::test_quantized_model",
503
+ "tests/quantization/finegrained_fp8/test_fp8.py::FP8QuantizerTest::test_save_pretrained",
504
+ "tests/quantization/finegrained_fp8/test_fp8.py::FP8QuantizerTest::test_save_pretrained_offload",
505
+ "tests/quantization/finegrained_fp8/test_fp8.py::FP8LinearTest::test_linear_preserves_shape",
506
+ "tests/quantization/finegrained_fp8/test_fp8.py::FP8LinearTest::test_linear_with_diff_feature_size_preserves_shape"
507
+ ],
508
+ "multi-gpu": [
509
+ "tests/quantization/autoawq/test_awq.py::AwqConfigTest::test_wrong_backend",
510
+ "tests/quantization/bitnet_integration/test_bitnet.py::BitNetTest::test_quantized_model",
511
+ "tests/quantization/finegrained_fp8/test_fp8.py::FP8QuantizerTest::test_quantized_model",
512
+ "tests/quantization/finegrained_fp8/test_fp8.py::FP8QuantizerTest::test_save_pretrained",
513
+ "tests/quantization/finegrained_fp8/test_fp8.py::FP8QuantizerTest::test_save_pretrained_offload",
514
+ "tests/quantization/finegrained_fp8/test_fp8.py::FP8LinearTest::test_linear_preserves_shape",
515
+ "tests/quantization/finegrained_fp8/test_fp8.py::FP8LinearTest::test_linear_with_diff_feature_size_preserves_shape",
516
+ "tests/quantization/finegrained_fp8/test_fp8.py::FP8QuantizerTest::test_quantized_model_multi_accelerator",
517
+ "tests/quantization/finegrained_fp8/test_fp8.py::FP8QuantizerTest::test_save_pretrained_multi_accelerators"
518
+ ]
519
+ },
520
+ "trainer": {
521
+ "single-gpu": [
522
+ "tests/trainer/test_trainer.py::TrainerIntegrationTest::test_auto_batch_size_finder",
523
+ "tests/trainer/test_trainer.py::TrainerHyperParameterOptunaIntegrationTest::test_hyperparameter_search",
524
+ "tests/trainer/test_trainer.py::TrainerHyperParameterMultiObjectOptunaIntegrationTest::test_hyperparameter_search",
525
+ "tests/trainer/test_trainer.py::TrainerHyperParameterOptunaIntegrationTestWithFullEval::test_hyperparameter_search"
526
+ ],
527
+ "multi-gpu": [
528
+ "tests/trainer/test_trainer.py::TrainerHyperParameterOptunaIntegrationTest::test_hyperparameter_search",
529
+ "tests/trainer/test_trainer.py::TrainerHyperParameterMultiObjectOptunaIntegrationTest::test_hyperparameter_search",
530
+ "tests/trainer/test_trainer_fsdp.py::TestFSDPTrainerTorchCompile::test_trainer"
531
+ ]
532
+ }
533
+ }