hf-transformers-bot commited on
Commit
dfe3484
·
verified ·
1 Parent(s): 612bf4d

Upload 2025-08-24/runs/30-17183259322/ci_results_run_models_gpu/new_failures_against_17183240729.json with huggingface_hub

Browse files
2025-08-24/runs/30-17183259322/ci_results_run_models_gpu/new_failures_against_17183240729.json ADDED
@@ -0,0 +1,562 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bark": {
3
+ "single-gpu": [
4
+ "tests/models/bark/test_modeling_bark.py::BarkModelIntegrationTests::test_generate_batching"
5
+ ],
6
+ "multi-gpu": [
7
+ "tests/models/bark/test_modeling_bark.py::BarkModelIntegrationTests::test_generate_batching"
8
+ ]
9
+ },
10
+ "conditional_detr": {
11
+ "single-gpu": [
12
+ "tests/models/conditional_detr/test_modeling_conditional_detr.py::ConditionalDetrModelIntegrationTests::test_inference_object_detection_head"
13
+ ],
14
+ "multi-gpu": [
15
+ "tests/models/conditional_detr/test_modeling_conditional_detr.py::ConditionalDetrModelIntegrationTests::test_inference_object_detection_head"
16
+ ]
17
+ },
18
+ "dac": {
19
+ "single-gpu": [
20
+ "tests/models/dac/test_modeling_dac.py::DacIntegrationTest::test_integration_0_dac_16khz"
21
+ ],
22
+ "multi-gpu": [
23
+ "tests/models/dac/test_modeling_dac.py::DacIntegrationTest::test_integration_0_dac_16khz"
24
+ ]
25
+ },
26
+ "deepseek_v2": {
27
+ "single-gpu": [
28
+ "tests/models/deepseek_v2/test_modeling_deepseek_v2.py::DeepseekV2IntegrationTest::test_batch_fa2",
29
+ "tests/models/deepseek_v2/test_modeling_deepseek_v2.py::DeepseekV2IntegrationTest::test_deepseek_v2_lite",
30
+ "tests/models/deepseek_v2/test_modeling_deepseek_v2.py::DeepseekV2IntegrationTest::test_logits_eager"
31
+ ],
32
+ "multi-gpu": [
33
+ "tests/models/deepseek_v2/test_modeling_deepseek_v2.py::DeepseekV2IntegrationTest::test_batch_fa2",
34
+ "tests/models/deepseek_v2/test_modeling_deepseek_v2.py::DeepseekV2IntegrationTest::test_deepseek_v2_lite",
35
+ "tests/models/deepseek_v2/test_modeling_deepseek_v2.py::DeepseekV2IntegrationTest::test_logits_eager"
36
+ ]
37
+ },
38
+ "detr": {
39
+ "single-gpu": [
40
+ "tests/models/detr/test_modeling_detr.py::DetrModelTest::test_pipeline_image_segmentation",
41
+ "tests/models/detr/test_modeling_detr.py::DetrModelTest::test_pipeline_image_segmentation_fp16"
42
+ ],
43
+ "multi-gpu": []
44
+ },
45
+ "doge": {
46
+ "single-gpu": [
47
+ "tests/models/doge/test_modeling_doge.py::DogeIntegrationTest::test_Doge_20M_hard"
48
+ ],
49
+ "multi-gpu": [
50
+ "tests/models/doge/test_modeling_doge.py::DogeIntegrationTest::test_Doge_20M_hard"
51
+ ]
52
+ },
53
+ "emu3": {
54
+ "single-gpu": [
55
+ "tests/models/emu3/test_modeling_emu3.py::Emu3Vision2TextModelTest::test_attention_outputs",
56
+ "tests/models/emu3/test_modeling_emu3.py::Emu3Vision2TextModelTest::test_batching_equivalence",
57
+ "tests/models/emu3/test_modeling_emu3.py::Emu3Vision2TextModelTest::test_determinism",
58
+ "tests/models/emu3/test_modeling_emu3.py::Emu3Vision2TextModelTest::test_feed_forward_chunking",
59
+ "tests/models/emu3/test_modeling_emu3.py::Emu3Vision2TextModelTest::test_hidden_states_output",
60
+ "tests/models/emu3/test_modeling_emu3.py::Emu3Vision2TextModelTest::test_inputs_embeds",
61
+ "tests/models/emu3/test_modeling_emu3.py::Emu3Vision2TextModelTest::test_inputs_embeds_matches_input_ids",
62
+ "tests/models/emu3/test_modeling_emu3.py::Emu3Vision2TextModelTest::test_model_outputs_equivalence",
63
+ "tests/models/emu3/test_modeling_emu3.py::Emu3Vision2TextModelTest::test_resize_tokens_embeddings",
64
+ "tests/models/emu3/test_modeling_emu3.py::Emu3Vision2TextModelTest::test_retain_grad_hidden_states_attentions",
65
+ "tests/models/emu3/test_modeling_emu3.py::Emu3Vision2TextModelTest::test_save_load"
66
+ ],
67
+ "multi-gpu": [
68
+ "tests/models/emu3/test_modeling_emu3.py::Emu3Vision2TextModelTest::test_attention_outputs",
69
+ "tests/models/emu3/test_modeling_emu3.py::Emu3Vision2TextModelTest::test_batching_equivalence",
70
+ "tests/models/emu3/test_modeling_emu3.py::Emu3Vision2TextModelTest::test_determinism",
71
+ "tests/models/emu3/test_modeling_emu3.py::Emu3Vision2TextModelTest::test_feed_forward_chunking",
72
+ "tests/models/emu3/test_modeling_emu3.py::Emu3Vision2TextModelTest::test_hidden_states_output",
73
+ "tests/models/emu3/test_modeling_emu3.py::Emu3Vision2TextModelTest::test_inputs_embeds",
74
+ "tests/models/emu3/test_modeling_emu3.py::Emu3Vision2TextModelTest::test_inputs_embeds_matches_input_ids",
75
+ "tests/models/emu3/test_modeling_emu3.py::Emu3Vision2TextModelTest::test_model_outputs_equivalence",
76
+ "tests/models/emu3/test_modeling_emu3.py::Emu3Vision2TextModelTest::test_resize_tokens_embeddings",
77
+ "tests/models/emu3/test_modeling_emu3.py::Emu3Vision2TextModelTest::test_retain_grad_hidden_states_attentions",
78
+ "tests/models/emu3/test_modeling_emu3.py::Emu3Vision2TextModelTest::test_save_load",
79
+ "tests/models/emu3/test_modeling_emu3.py::Emu3Vision2TextModelTest::test_model_parallelism",
80
+ "tests/models/emu3/test_modeling_emu3.py::Emu3Vision2TextModelTest::test_multi_gpu_data_parallel_forward"
81
+ ]
82
+ },
83
+ "falcon_h1": {
84
+ "single-gpu": [
85
+ "tests/models/falcon_h1/test_modeling_falcon_h1.py::FalconH1ModelIntegrationTest::test_falcon_h1_hard"
86
+ ],
87
+ "multi-gpu": [
88
+ "tests/models/falcon_h1/test_modeling_falcon_h1.py::FalconH1ModelIntegrationTest::test_falcon_h1_hard"
89
+ ]
90
+ },
91
+ "falcon_mamba": {
92
+ "single-gpu": [
93
+ "tests/models/falcon_mamba/test_modeling_falcon_mamba.py::FalconMambaIntegrationTests::test_generation_fp16",
94
+ "tests/models/falcon_mamba/test_modeling_falcon_mamba.py::FalconMambaIntegrationTests::test_generation_torch_compile"
95
+ ],
96
+ "multi-gpu": [
97
+ "tests/models/falcon_mamba/test_modeling_falcon_mamba.py::FalconMambaIntegrationTests::test_generation_fp16",
98
+ "tests/models/falcon_mamba/test_modeling_falcon_mamba.py::FalconMambaIntegrationTests::test_generation_torch_compile"
99
+ ]
100
+ },
101
+ "fastspeech2_conformer": {
102
+ "single-gpu": [
103
+ "tests/models/fastspeech2_conformer/test_modeling_fastspeech2_conformer.py::FastSpeech2ConformerWithHifiGanTest::test_model_outputs_equivalence"
104
+ ],
105
+ "multi-gpu": [
106
+ "tests/models/fastspeech2_conformer/test_modeling_fastspeech2_conformer.py::FastSpeech2ConformerModelTest::test_model_outputs_equivalence"
107
+ ]
108
+ },
109
+ "flava": {
110
+ "single-gpu": [
111
+ "tests/models/flava/test_modeling_flava.py::FlavaModelIntegrationTest::test_inference"
112
+ ],
113
+ "multi-gpu": [
114
+ "tests/models/flava/test_modeling_flava.py::FlavaModelIntegrationTest::test_inference"
115
+ ]
116
+ },
117
+ "gemma": {
118
+ "single-gpu": [
119
+ "tests/models/gemma/test_modeling_gemma.py::GemmaIntegrationTest::test_model_2b_bf16_dola",
120
+ "tests/models/gemma/test_modeling_gemma.py::GemmaIntegrationTest::test_model_7b_bf16",
121
+ "tests/models/gemma/test_modeling_gemma.py::GemmaIntegrationTest::test_model_7b_fp16",
122
+ "tests/models/gemma/test_modeling_gemma.py::GemmaIntegrationTest::test_model_7b_fp16_static_cache"
123
+ ],
124
+ "multi-gpu": [
125
+ "tests/models/gemma/test_modeling_gemma.py::GemmaIntegrationTest::test_model_2b_bf16_dola",
126
+ "tests/models/gemma/test_modeling_gemma.py::GemmaIntegrationTest::test_model_7b_bf16",
127
+ "tests/models/gemma/test_modeling_gemma.py::GemmaIntegrationTest::test_model_7b_fp16",
128
+ "tests/models/gemma/test_modeling_gemma.py::GemmaIntegrationTest::test_model_7b_fp16_static_cache"
129
+ ]
130
+ },
131
+ "gemma3": {
132
+ "single-gpu": [
133
+ "tests/models/gemma3/test_modeling_gemma3.py::Gemma3IntegrationTest::test_model_4b_batch_crops"
134
+ ],
135
+ "multi-gpu": [
136
+ "tests/models/gemma3/test_modeling_gemma3.py::Gemma3IntegrationTest::test_model_4b_batch_crops"
137
+ ]
138
+ },
139
+ "glm": {
140
+ "single-gpu": [
141
+ "tests/models/glm/test_modeling_glm.py::GlmIntegrationTest::test_model_9b_eager"
142
+ ],
143
+ "multi-gpu": [
144
+ "tests/models/glm/test_modeling_glm.py::GlmIntegrationTest::test_model_9b_eager"
145
+ ]
146
+ },
147
+ "glm4": {
148
+ "single-gpu": [
149
+ "tests/models/glm4/test_modeling_glm4.py::Glm4IntegrationTest::test_model_9b_eager"
150
+ ],
151
+ "multi-gpu": [
152
+ "tests/models/glm4/test_modeling_glm4.py::Glm4IntegrationTest::test_model_9b_eager"
153
+ ]
154
+ },
155
+ "glm4v": {
156
+ "single-gpu": [
157
+ "tests/models/glm4v/test_modeling_glm4v.py::Glm4vIntegrationTest::test_small_model_integration_test_expand",
158
+ "tests/models/glm4v/test_video_processing_glm4v.py::Glm4vVideoProcessingTest::test_can_compile_fast_video_processor"
159
+ ],
160
+ "multi-gpu": [
161
+ "tests/models/glm4v/test_modeling_glm4v.py::Glm4vIntegrationTest::test_small_model_integration_test_expand",
162
+ "tests/models/glm4v/test_video_processing_glm4v.py::Glm4vVideoProcessingTest::test_can_compile_fast_video_processor",
163
+ "tests/models/glm4v/test_modeling_glm4v.py::Glm4vIntegrationTest::test_small_model_integration_test_batch_wo_image"
164
+ ]
165
+ },
166
+ "glm4v_moe": {
167
+ "single-gpu": [
168
+ "tests/models/glm4v_moe/test_modeling_glm4v_moe.py::Glm4vMoeModelTest::test_disk_offload_bin",
169
+ "tests/models/glm4v_moe/test_modeling_glm4v_moe.py::Glm4vMoeModelTest::test_disk_offload_safetensors",
170
+ "tests/models/glm4v_moe/test_modeling_glm4v_moe.py::Glm4vMoeModelTest::test_flex_attention_with_grads",
171
+ "tests/models/glm4v_moe/test_modeling_glm4v_moe.py::Glm4vMoeIntegrationTest::test_small_model_integration_test",
172
+ "tests/models/glm4v_moe/test_modeling_glm4v_moe.py::Glm4vMoeIntegrationTest::test_small_model_integration_test_batch",
173
+ "tests/models/glm4v_moe/test_modeling_glm4v_moe.py::Glm4vMoeIntegrationTest::test_small_model_integration_test_batch_different_resolutions",
174
+ "tests/models/glm4v_moe/test_modeling_glm4v_moe.py::Glm4vMoeIntegrationTest::test_small_model_integration_test_batch_wo_image",
175
+ "tests/models/glm4v_moe/test_modeling_glm4v_moe.py::Glm4vMoeIntegrationTest::test_small_model_integration_test_expand",
176
+ "tests/models/glm4v_moe/test_modeling_glm4v_moe.py::Glm4vMoeIntegrationTest::test_small_model_integration_test_with_video"
177
+ ],
178
+ "multi-gpu": []
179
+ },
180
+ "grounding_dino": {
181
+ "single-gpu": [
182
+ "tests/models/grounding_dino/test_modeling_grounding_dino.py::GroundingDinoModelIntegrationTests::test_inference_object_detection_head"
183
+ ],
184
+ "multi-gpu": [
185
+ "tests/models/grounding_dino/test_modeling_grounding_dino.py::GroundingDinoModelIntegrationTests::test_inference_object_detection_head"
186
+ ]
187
+ },
188
+ "helium": {
189
+ "single-gpu": [
190
+ "tests/models/helium/test_modeling_helium.py::HeliumIntegrationTest::test_model_2b"
191
+ ],
192
+ "multi-gpu": [
193
+ "tests/models/helium/test_modeling_helium.py::HeliumIntegrationTest::test_model_2b"
194
+ ]
195
+ },
196
+ "hunyuan_v1_moe": {
197
+ "single-gpu": [],
198
+ "multi-gpu": [
199
+ "tests/models/hunyuan_v1_moe/test_modeling_hunyuan_v1_moe.py::HunYuanMoEV1ModelTest::test_generate_compile_model_forward_fullgraph"
200
+ ]
201
+ },
202
+ "instructblip": {
203
+ "single-gpu": [
204
+ "tests/models/instructblip/test_modeling_instructblip.py::InstructBlipModelIntegrationTest::test_inference_flant5_xl"
205
+ ],
206
+ "multi-gpu": [
207
+ "tests/models/instructblip/test_modeling_instructblip.py::InstructBlipModelIntegrationTest::test_inference_flant5_xl"
208
+ ]
209
+ },
210
+ "internvl": {
211
+ "single-gpu": [
212
+ "tests/models/internvl/test_modeling_internvl.py::InternVLLlamaIntegrationTest::test_llama_small_model_integration_forward",
213
+ "tests/models/internvl/test_modeling_internvl.py::InternVLLlamaIntegrationTest::test_llama_small_model_integration_interleaved_images_videos"
214
+ ],
215
+ "multi-gpu": [
216
+ "tests/models/internvl/test_modeling_internvl.py::InternVLLlamaIntegrationTest::test_llama_small_model_integration_forward",
217
+ "tests/models/internvl/test_modeling_internvl.py::InternVLLlamaIntegrationTest::test_llama_small_model_integration_interleaved_images_videos"
218
+ ]
219
+ },
220
+ "jetmoe": {
221
+ "single-gpu": [
222
+ "tests/models/jetmoe/test_modeling_jetmoe.py::JetMoeIntegrationTest::test_model_8b_batched_generation",
223
+ "tests/models/jetmoe/test_modeling_jetmoe.py::JetMoeIntegrationTest::test_model_8b_generation",
224
+ "tests/models/jetmoe/test_modeling_jetmoe.py::JetMoeIntegrationTest::test_model_8b_logits"
225
+ ],
226
+ "multi-gpu": []
227
+ },
228
+ "kosmos2_5": {
229
+ "single-gpu": [
230
+ "tests/models/kosmos2_5/test_modeling_kosmos2_5.py::Kosmos2_5ModelIntegrationTest::test_eager",
231
+ "tests/models/kosmos2_5/test_modeling_kosmos2_5.py::Kosmos2_5ModelIntegrationTest::test_sdpa"
232
+ ],
233
+ "multi-gpu": [
234
+ "tests/models/kosmos2_5/test_modeling_kosmos2_5.py::Kosmos2_5ModelIntegrationTest::test_eager",
235
+ "tests/models/kosmos2_5/test_modeling_kosmos2_5.py::Kosmos2_5ModelIntegrationTest::test_sdpa"
236
+ ]
237
+ },
238
+ "layoutlmv3": {
239
+ "single-gpu": [
240
+ "tests/models/layoutlmv3/test_processing_layoutlmv3.py::LayoutLMv3ProcessorIntegrationTests::test_processor_case_1"
241
+ ],
242
+ "multi-gpu": [
243
+ "tests/models/layoutlmv3/test_processing_layoutlmv3.py::LayoutLMv3ProcessorIntegrationTests::test_processor_case_1",
244
+ "tests/models/layoutlmv3/test_image_processing_layoutlmv3.py::LayoutLMv3ImageProcessingTest::test_fast_is_faster_than_slow"
245
+ ]
246
+ },
247
+ "layoutxlm": {
248
+ "single-gpu": [
249
+ "tests/models/layoutxlm/test_processing_layoutxlm.py::LayoutXLMProcessorIntegrationTests::test_processor_case_1"
250
+ ],
251
+ "multi-gpu": [
252
+ "tests/models/layoutxlm/test_processing_layoutxlm.py::LayoutXLMProcessorIntegrationTests::test_processor_case_1"
253
+ ]
254
+ },
255
+ "minimax": {
256
+ "single-gpu": [
257
+ "tests/models/minimax/test_modeling_minimax.py::MiniMaxIntegrationTest::test_small_model_logits"
258
+ ],
259
+ "multi-gpu": [
260
+ "tests/models/minimax/test_modeling_minimax.py::MiniMaxIntegrationTest::test_small_model_logits"
261
+ ]
262
+ },
263
+ "mistral": {
264
+ "single-gpu": [
265
+ "tests/models/mistral/test_modeling_mistral.py::MistralIntegrationTest::test_model_7b_logits"
266
+ ],
267
+ "multi-gpu": [
268
+ "tests/models/mistral/test_modeling_mistral.py::MistralIntegrationTest::test_model_7b_logits"
269
+ ]
270
+ },
271
+ "mixtral": {
272
+ "single-gpu": [
273
+ "tests/models/mixtral/test_modeling_mixtral.py::MixtralIntegrationTest::test_small_model_logits",
274
+ "tests/models/mixtral/test_modeling_mixtral.py::MixtralIntegrationTest::test_small_model_logits_batched"
275
+ ],
276
+ "multi-gpu": [
277
+ "tests/models/mixtral/test_modeling_mixtral.py::MixtralIntegrationTest::test_small_model_logits",
278
+ "tests/models/mixtral/test_modeling_mixtral.py::MixtralIntegrationTest::test_small_model_logits_batched"
279
+ ]
280
+ },
281
+ "nougat": {
282
+ "single-gpu": [
283
+ "tests/models/nougat/test_image_processing_nougat.py::NougatImageProcessingTest::test_fast_is_faster_than_slow"
284
+ ],
285
+ "multi-gpu": [
286
+ "tests/models/nougat/test_image_processing_nougat.py::NougatImageProcessingTest::test_fast_is_faster_than_slow"
287
+ ]
288
+ },
289
+ "olmo": {
290
+ "single-gpu": [
291
+ "tests/models/olmo/test_modeling_olmo.py::OlmoIntegrationTest::test_model_7b_greedy_generation",
292
+ "tests/models/olmo/test_modeling_olmo.py::OlmoIntegrationTest::test_model_7b_twin_2t_logits"
293
+ ],
294
+ "multi-gpu": [
295
+ "tests/models/olmo/test_modeling_olmo.py::OlmoIntegrationTest::test_model_7b_twin_2t_logits"
296
+ ]
297
+ },
298
+ "olmo2": {
299
+ "single-gpu": [
300
+ "tests/models/olmo2/test_modeling_olmo2.py::Olmo2IntegrationTest::test_model_1b_logits_bfloat16",
301
+ "tests/models/olmo2/test_modeling_olmo2.py::Olmo2IntegrationTest::test_model_7b_logits"
302
+ ],
303
+ "multi-gpu": [
304
+ "tests/models/olmo2/test_modeling_olmo2.py::Olmo2IntegrationTest::test_model_1b_logits_bfloat16",
305
+ "tests/models/olmo2/test_modeling_olmo2.py::Olmo2IntegrationTest::test_model_7b_logits"
306
+ ]
307
+ },
308
+ "olmoe": {
309
+ "single-gpu": [
310
+ "tests/models/olmoe/test_modeling_olmoe.py::OlmoeIntegrationTest::test_model_7b_greedy_generation"
311
+ ],
312
+ "multi-gpu": []
313
+ },
314
+ "paligemma": {
315
+ "single-gpu": [
316
+ "tests/models/paligemma/test_modeling_paligemma.py::PaliGemmaForConditionalGenerationIntegrationTest::test_integration_detection_bug"
317
+ ],
318
+ "multi-gpu": [
319
+ "tests/models/paligemma/test_modeling_paligemma.py::PaliGemmaForConditionalGenerationIntegrationTest::test_integration_detection_bug"
320
+ ]
321
+ },
322
+ "phi3": {
323
+ "single-gpu": [
324
+ "tests/models/phi3/test_modeling_phi3.py::Phi3IntegrationTest::test_export_static_cache"
325
+ ],
326
+ "multi-gpu": [
327
+ "tests/models/phi3/test_modeling_phi3.py::Phi3IntegrationTest::test_export_static_cache"
328
+ ]
329
+ },
330
+ "phimoe": {
331
+ "single-gpu": [
332
+ "tests/models/phimoe/test_modeling_phimoe.py::PhimoeIntegrationTest::test_model_phimoe_instruct_logits",
333
+ "tests/models/phimoe/test_modeling_phimoe.py::PhimoeIntegrationTest::test_phimoe_instruct_generation"
334
+ ],
335
+ "multi-gpu": [
336
+ "tests/models/phimoe/test_modeling_phimoe.py::PhimoeIntegrationTest::test_model_phimoe_instruct_logits",
337
+ "tests/models/phimoe/test_modeling_phimoe.py::PhimoeIntegrationTest::test_phimoe_instruct_generation"
338
+ ]
339
+ },
340
+ "qwen2_5_omni": {
341
+ "single-gpu": [
342
+ "tests/models/qwen2_5_omni/test_modeling_qwen2_5_omni.py::Qwen2_5OmniModelIntegrationTest::test_small_model_integration_test_batch"
343
+ ],
344
+ "multi-gpu": [
345
+ "tests/models/qwen2_5_omni/test_modeling_qwen2_5_omni.py::Qwen2_5OmniModelIntegrationTest::test_small_model_integration_test_batch"
346
+ ]
347
+ },
348
+ "qwen2_audio": {
349
+ "single-gpu": [
350
+ "tests/models/qwen2_audio/test_modeling_qwen2_audio.py::Qwen2AudioForConditionalGenerationIntegrationTest::test_small_model_integration_test_batch",
351
+ "tests/models/qwen2_audio/test_modeling_qwen2_audio.py::Qwen2AudioForConditionalGenerationIntegrationTest::test_small_model_integration_test_multiturn",
352
+ "tests/models/qwen2_audio/test_modeling_qwen2_audio.py::Qwen2AudioForConditionalGenerationIntegrationTest::test_small_model_integration_test_single",
353
+ "tests/models/qwen2_audio/test_processing_qwen2_audio.py::Qwen2AudioProcessorTest::test_model_input_names"
354
+ ],
355
+ "multi-gpu": []
356
+ },
357
+ "qwen3_moe": {
358
+ "single-gpu": [],
359
+ "multi-gpu": [
360
+ "tests/models/qwen3_moe/test_modeling_qwen3_moe.py::Qwen3MoeIntegrationTest::test_model_15b_a2b_generation",
361
+ "tests/models/qwen3_moe/test_modeling_qwen3_moe.py::Qwen3MoeIntegrationTest::test_model_15b_a2b_logits",
362
+ "tests/models/qwen3_moe/test_modeling_qwen3_moe.py::Qwen3MoeIntegrationTest::test_speculative_generation"
363
+ ]
364
+ },
365
+ "recurrent_gemma": {
366
+ "single-gpu": [
367
+ "tests/models/recurrent_gemma/test_modeling_recurrent_gemma.py::RecurrentGemmaIntegrationTest::test_2b_sample"
368
+ ],
369
+ "multi-gpu": [
370
+ "tests/models/recurrent_gemma/test_modeling_recurrent_gemma.py::RecurrentGemmaIntegrationTest::test_2b_sample"
371
+ ]
372
+ },
373
+ "sam2": {
374
+ "single-gpu": [
375
+ "tests/models/sam2/test_modeling_sam2.py::Sam2ModelIntegrationTest::test_inference_batched_images_batched_boxes",
376
+ "tests/models/sam2/test_modeling_sam2.py::Sam2ModelIntegrationTest::test_inference_mask_generation_batched_images_batched_points_multi_points",
377
+ "tests/models/sam2/test_modeling_sam2.py::Sam2ModelIntegrationTest::test_inference_mask_generation_batched_images_multi_points",
378
+ "tests/models/sam2/test_modeling_sam2.py::Sam2ModelIntegrationTest::test_inference_mask_generation_from_existing_points_and_mask",
379
+ "tests/models/sam2/test_modeling_sam2.py::Sam2ModelIntegrationTest::test_inference_mask_generation_one_point_multimask",
380
+ "tests/models/sam2/test_modeling_sam2.py::Sam2ModelIntegrationTest::test_inference_mask_generation_one_point_no_multimask"
381
+ ],
382
+ "multi-gpu": [
383
+ "tests/models/sam2/test_modeling_sam2.py::Sam2ModelIntegrationTest::test_inference_batched_images_batched_boxes",
384
+ "tests/models/sam2/test_modeling_sam2.py::Sam2ModelIntegrationTest::test_inference_mask_generation_batched_images_batched_points_multi_points",
385
+ "tests/models/sam2/test_modeling_sam2.py::Sam2ModelIntegrationTest::test_inference_mask_generation_batched_images_multi_points",
386
+ "tests/models/sam2/test_modeling_sam2.py::Sam2ModelIntegrationTest::test_inference_mask_generation_from_existing_points_and_mask",
387
+ "tests/models/sam2/test_modeling_sam2.py::Sam2ModelIntegrationTest::test_inference_mask_generation_one_point_multimask",
388
+ "tests/models/sam2/test_modeling_sam2.py::Sam2ModelIntegrationTest::test_inference_mask_generation_one_point_no_multimask"
389
+ ]
390
+ },
391
+ "sam_hq": {
392
+ "single-gpu": [
393
+ "tests/models/sam_hq/test_modeling_sam_hq.py::SamHQModelIntegrationTest::test_inference_mask_generation_batched_points_batched_images",
394
+ "tests/models/sam_hq/test_modeling_sam_hq.py::SamHQModelIntegrationTest::test_inference_mask_generation_no_point"
395
+ ],
396
+ "multi-gpu": [
397
+ "tests/models/sam_hq/test_modeling_sam_hq.py::SamHQModelIntegrationTest::test_inference_mask_generation_batched_points_batched_images",
398
+ "tests/models/sam_hq/test_modeling_sam_hq.py::SamHQModelIntegrationTest::test_inference_mask_generation_no_point"
399
+ ]
400
+ },
401
+ "seamless_m4t_v2": {
402
+ "single-gpu": [
403
+ "tests/models/seamless_m4t_v2/test_modeling_seamless_m4t_v2.py::SeamlessM4Tv2ModelIntegrationTest::test_speech_to_speech_model",
404
+ "tests/models/seamless_m4t_v2/test_modeling_seamless_m4t_v2.py::SeamlessM4Tv2ModelIntegrationTest::test_text_to_speech_model"
405
+ ],
406
+ "multi-gpu": [
407
+ "tests/models/seamless_m4t_v2/test_modeling_seamless_m4t_v2.py::SeamlessM4Tv2ModelIntegrationTest::test_speech_to_speech_model",
408
+ "tests/models/seamless_m4t_v2/test_modeling_seamless_m4t_v2.py::SeamlessM4Tv2ModelIntegrationTest::test_text_to_speech_model"
409
+ ]
410
+ },
411
+ "shieldgemma2": {
412
+ "single-gpu": [
413
+ "tests/models/shieldgemma2/test_modeling_shieldgemma2.py::ShieldGemma2IntegrationTest::test_model"
414
+ ],
415
+ "multi-gpu": [
416
+ "tests/models/shieldgemma2/test_modeling_shieldgemma2.py::ShieldGemma2IntegrationTest::test_model"
417
+ ]
418
+ },
419
+ "speech_encoder_decoder": {
420
+ "single-gpu": [
421
+ "tests/models/speech_encoder_decoder/test_modeling_speech_encoder_decoder.py::Wav2Vec2BertModelTest::test_real_model_save_load_from_pretrained"
422
+ ],
423
+ "multi-gpu": [
424
+ "tests/models/speech_encoder_decoder/test_modeling_speech_encoder_decoder.py::Wav2Vec2BertModelTest::test_real_model_save_load_from_pretrained"
425
+ ]
426
+ },
427
+ "speecht5": {
428
+ "single-gpu": [
429
+ "tests/models/speecht5/test_modeling_speecht5.py::SpeechT5ForTextToSpeechIntegrationTests::test_batch_generation",
430
+ "tests/models/speecht5/test_modeling_speecht5.py::SpeechT5ForTextToSpeechIntegrationTests::test_one_to_many_generation"
431
+ ],
432
+ "multi-gpu": [
433
+ "tests/models/speecht5/test_modeling_speecht5.py::SpeechT5ForTextToSpeechIntegrationTests::test_batch_generation",
434
+ "tests/models/speecht5/test_modeling_speecht5.py::SpeechT5ForTextToSpeechIntegrationTests::test_one_to_many_generation"
435
+ ]
436
+ },
437
+ "swin2sr": {
438
+ "single-gpu": [
439
+ "tests/models/swin2sr/test_modeling_swin2sr.py::Swin2SRModelIntegrationTest::test_inference_fp16"
440
+ ],
441
+ "multi-gpu": [
442
+ "tests/models/swin2sr/test_modeling_swin2sr.py::Swin2SRModelIntegrationTest::test_inference_fp16"
443
+ ]
444
+ },
445
+ "tapas": {
446
+ "single-gpu": [
447
+ "tests/models/tapas/test_modeling_tapas.py::TapasModelIntegrationTest::test_training_question_answering_head_weak_supervision"
448
+ ],
449
+ "multi-gpu": [
450
+ "tests/models/tapas/test_modeling_tapas.py::TapasModelIntegrationTest::test_training_question_answering_head_weak_supervision"
451
+ ]
452
+ },
453
+ "tvp": {
454
+ "single-gpu": [
455
+ "tests/models/tvp/test_image_processing_tvp.py::TvpImageProcessingTest::test_slow_fast_equivalence"
456
+ ],
457
+ "multi-gpu": [
458
+ "tests/models/tvp/test_image_processing_tvp.py::TvpImageProcessingTest::test_slow_fast_equivalence",
459
+ "tests/models/tvp/test_image_processing_tvp.py::TvpImageProcessingTest::test_slow_fast_equivalence_batched"
460
+ ]
461
+ },
462
+ "udop": {
463
+ "single-gpu": [
464
+ "tests/models/udop/test_processing_udop.py::UdopProcessorIntegrationTests::test_processor_case_1"
465
+ ],
466
+ "multi-gpu": [
467
+ "tests/models/udop/test_processing_udop.py::UdopProcessorIntegrationTests::test_processor_case_1"
468
+ ]
469
+ },
470
+ "vjepa2": {
471
+ "single-gpu": [
472
+ "tests/models/vjepa2/test_modeling_vjepa2.py::VJEPA2ModelIntegrationTest::test_video_classification"
473
+ ],
474
+ "multi-gpu": [
475
+ "tests/models/vjepa2/test_modeling_vjepa2.py::VJEPA2ModelIntegrationTest::test_video_classification"
476
+ ]
477
+ },
478
+ "voxtral": {
479
+ "single-gpu": [
480
+ "tests/models/voxtral/test_modeling_voxtral.py::VoxtralForConditionalGenerationIntegrationTest::test_mini_multi_turn_text_and_audio",
481
+ "tests/models/voxtral/test_modeling_voxtral.py::VoxtralForConditionalGenerationIntegrationTest::test_mini_single_turn_text_and_audio",
482
+ "tests/models/voxtral/test_modeling_voxtral.py::VoxtralForConditionalGenerationIntegrationTest::test_mini_single_turn_text_and_multiple_audios_batched"
483
+ ],
484
+ "multi-gpu": [
485
+ "tests/models/voxtral/test_modeling_voxtral.py::VoxtralForConditionalGenerationIntegrationTest::test_mini_multi_turn_text_and_audio",
486
+ "tests/models/voxtral/test_modeling_voxtral.py::VoxtralForConditionalGenerationIntegrationTest::test_mini_single_turn_text_and_audio",
487
+ "tests/models/voxtral/test_modeling_voxtral.py::VoxtralForConditionalGenerationIntegrationTest::test_mini_single_turn_text_and_multiple_audios_batched"
488
+ ]
489
+ },
490
+ "whisper": {
491
+ "single-gpu": [
492
+ "tests/models/whisper/test_modeling_whisper.py::WhisperModelIntegrationTests::test_speculative_decoding_distil"
493
+ ],
494
+ "multi-gpu": []
495
+ },
496
+ "pipelines": {
497
+ "single-gpu": [
498
+ "tests/pipelines/test_pipelines_document_question_answering.py::DocumentQuestionAnsweringPipelineTests::test_large_model_pt",
499
+ "tests/pipelines/test_pipelines_document_question_answering.py::DocumentQuestionAnsweringPipelineTests::test_large_model_pt_chunk",
500
+ "tests/pipelines/test_pipelines_document_question_answering.py::DocumentQuestionAnsweringPipelineTests::test_large_model_pt_layoutlm",
501
+ "tests/pipelines/test_pipelines_document_question_answering.py::DocumentQuestionAnsweringPipelineTests::test_large_model_pt_layoutlm_chunk",
502
+ "tests/pipelines/test_pipelines_document_question_answering.py::DocumentQuestionAnsweringPipelineTests::test_small_model_pt",
503
+ "tests/pipelines/test_pipelines_document_question_answering.py::DocumentQuestionAnsweringPipelineTests::test_small_model_pt_bf16",
504
+ "tests/pipelines/test_pipelines_text_to_audio.py::TextToAudioPipelineTests::test_generative_model_kwargs"
505
+ ],
506
+ "multi-gpu": [
507
+ "tests/pipelines/test_pipelines_document_question_answering.py::DocumentQuestionAnsweringPipelineTests::test_large_model_pt",
508
+ "tests/pipelines/test_pipelines_document_question_answering.py::DocumentQuestionAnsweringPipelineTests::test_large_model_pt_chunk",
509
+ "tests/pipelines/test_pipelines_document_question_answering.py::DocumentQuestionAnsweringPipelineTests::test_large_model_pt_layoutlm",
510
+ "tests/pipelines/test_pipelines_document_question_answering.py::DocumentQuestionAnsweringPipelineTests::test_large_model_pt_layoutlm_chunk",
511
+ "tests/pipelines/test_pipelines_document_question_answering.py::DocumentQuestionAnsweringPipelineTests::test_small_model_pt",
512
+ "tests/pipelines/test_pipelines_document_question_answering.py::DocumentQuestionAnsweringPipelineTests::test_small_model_pt_bf16",
513
+ "tests/pipelines/test_pipelines_text_to_audio.py::TextToAudioPipelineTests::test_generative_model_kwargs"
514
+ ]
515
+ },
516
+ "quantization": {
517
+ "single-gpu": [
518
+ "tests/quantization/autoawq/test_awq.py::AwqConfigTest::test_wrong_backend",
519
+ "tests/quantization/bitnet_integration/test_bitnet.py::BitNetTest::test_quantized_model",
520
+ "tests/quantization/finegrained_fp8/test_fp8.py::FP8QuantizerTest::test_quantized_model",
521
+ "tests/quantization/finegrained_fp8/test_fp8.py::FP8QuantizerTest::test_save_pretrained",
522
+ "tests/quantization/finegrained_fp8/test_fp8.py::FP8QuantizerTest::test_save_pretrained_offload",
523
+ "tests/quantization/finegrained_fp8/test_fp8.py::FP8LinearTest::test_linear_preserves_shape",
524
+ "tests/quantization/finegrained_fp8/test_fp8.py::FP8LinearTest::test_linear_with_diff_feature_size_preserves_shape"
525
+ ],
526
+ "multi-gpu": [
527
+ "tests/quantization/autoawq/test_awq.py::AwqConfigTest::test_wrong_backend",
528
+ "tests/quantization/bitnet_integration/test_bitnet.py::BitNetTest::test_quantized_model",
529
+ "tests/quantization/finegrained_fp8/test_fp8.py::FP8QuantizerTest::test_quantized_model",
530
+ "tests/quantization/finegrained_fp8/test_fp8.py::FP8QuantizerTest::test_save_pretrained",
531
+ "tests/quantization/finegrained_fp8/test_fp8.py::FP8QuantizerTest::test_save_pretrained_offload",
532
+ "tests/quantization/finegrained_fp8/test_fp8.py::FP8LinearTest::test_linear_preserves_shape",
533
+ "tests/quantization/finegrained_fp8/test_fp8.py::FP8LinearTest::test_linear_with_diff_feature_size_preserves_shape",
534
+ "tests/quantization/finegrained_fp8/test_fp8.py::FP8QuantizerTest::test_quantized_model_multi_accelerator",
535
+ "tests/quantization/finegrained_fp8/test_fp8.py::FP8QuantizerTest::test_save_pretrained_multi_accelerators"
536
+ ]
537
+ },
538
+ "trainer": {
539
+ "single-gpu": [
540
+ "tests/trainer/test_trainer.py::TrainerIntegrationTest::test_auto_batch_size_finder",
541
+ "tests/trainer/test_trainer.py::TrainerHyperParameterOptunaIntegrationTest::test_hyperparameter_search",
542
+ "tests/trainer/test_trainer.py::TrainerHyperParameterMultiObjectOptunaIntegrationTest::test_hyperparameter_search",
543
+ "tests/trainer/test_trainer.py::TrainerHyperParameterOptunaIntegrationTestWithFullEval::test_hyperparameter_search"
544
+ ],
545
+ "multi-gpu": [
546
+ "tests/trainer/test_trainer.py::TrainerHyperParameterOptunaIntegrationTest::test_hyperparameter_search",
547
+ "tests/trainer/test_trainer.py::TrainerHyperParameterMultiObjectOptunaIntegrationTest::test_hyperparameter_search"
548
+ ]
549
+ },
550
+ "utils": {
551
+ "single-gpu": [
552
+ "tests/utils/test_cache_utils.py::CacheHardIntegrationTest::test_cache_copy",
553
+ "tests/utils/test_cache_utils.py::CacheHardIntegrationTest::test_dynamic_cache_hard",
554
+ "tests/utils/test_import_structure.py::TestImportStructures::test_definition"
555
+ ],
556
+ "multi-gpu": [
557
+ "tests/utils/test_cache_utils.py::CacheHardIntegrationTest::test_cache_copy",
558
+ "tests/utils/test_cache_utils.py::CacheHardIntegrationTest::test_dynamic_cache_hard",
559
+ "tests/utils/test_import_structure.py::TestImportStructures::test_definition"
560
+ ]
561
+ }
562
+ }