hf-transformers-bot commited on
Commit
30d534b
·
verified ·
1 Parent(s): 7c94a93

Upload 2025-06-29/runs/176-15950825592/ci_results_run_models_gpu/new_failures_against_15962744491.json with huggingface_hub

Browse files
2025-06-29/runs/176-15950825592/ci_results_run_models_gpu/new_failures_against_15962744491.json ADDED
@@ -0,0 +1,400 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "arcee": {
3
+ "single-gpu": [
4
+ "tests/models/arcee/test_modeling_arcee.py::ArceeModelTest::test_torch_compile_for_training"
5
+ ],
6
+ "multi-gpu": [
7
+ "tests/models/arcee/test_modeling_arcee.py::ArceeModelTest::test_torch_compile_for_training"
8
+ ]
9
+ },
10
+ "aya_vision": {
11
+ "single-gpu": [
12
+ "tests/models/aya_vision/test_modeling_aya_vision.py::AyaVisionIntegrationTest::test_small_model_integration_generate_text_only"
13
+ ],
14
+ "multi-gpu": [
15
+ "tests/models/aya_vision/test_modeling_aya_vision.py::AyaVisionIntegrationTest::test_small_model_integration_generate_text_only"
16
+ ]
17
+ },
18
+ "beit": {
19
+ "single-gpu": [
20
+ "tests/models/beit/test_modeling_beit.py::BeitModelIntegrationTest::test_inference_semantic_segmentation"
21
+ ],
22
+ "multi-gpu": [
23
+ "tests/models/beit/test_modeling_beit.py::BeitModelIntegrationTest::test_inference_semantic_segmentation"
24
+ ]
25
+ },
26
+ "csm": {
27
+ "single-gpu": [
28
+ "tests/models/csm/test_modeling_csm.py::CsmForConditionalGenerationTest::test_eager_matches_sdpa_generate"
29
+ ],
30
+ "multi-gpu": []
31
+ },
32
+ "emu3": {
33
+ "single-gpu": [
34
+ "tests/models/emu3/test_modeling_emu3.py::Emu3Vision2TextModelTest::test_attention_outputs",
35
+ "tests/models/emu3/test_modeling_emu3.py::Emu3Vision2TextModelTest::test_batching_equivalence",
36
+ "tests/models/emu3/test_modeling_emu3.py::Emu3Vision2TextModelTest::test_determinism",
37
+ "tests/models/emu3/test_modeling_emu3.py::Emu3Vision2TextModelTest::test_feed_forward_chunking",
38
+ "tests/models/emu3/test_modeling_emu3.py::Emu3Vision2TextModelTest::test_hidden_states_output",
39
+ "tests/models/emu3/test_modeling_emu3.py::Emu3Vision2TextModelTest::test_model_outputs_equivalence",
40
+ "tests/models/emu3/test_modeling_emu3.py::Emu3Vision2TextModelTest::test_resize_tokens_embeddings",
41
+ "tests/models/emu3/test_modeling_emu3.py::Emu3Vision2TextModelTest::test_retain_grad_hidden_states_attentions",
42
+ "tests/models/emu3/test_modeling_emu3.py::Emu3Vision2TextModelTest::test_save_load"
43
+ ],
44
+ "multi-gpu": [
45
+ "tests/models/emu3/test_modeling_emu3.py::Emu3Vision2TextModelTest::test_attention_outputs",
46
+ "tests/models/emu3/test_modeling_emu3.py::Emu3Vision2TextModelTest::test_batching_equivalence",
47
+ "tests/models/emu3/test_modeling_emu3.py::Emu3Vision2TextModelTest::test_determinism",
48
+ "tests/models/emu3/test_modeling_emu3.py::Emu3Vision2TextModelTest::test_feed_forward_chunking",
49
+ "tests/models/emu3/test_modeling_emu3.py::Emu3Vision2TextModelTest::test_hidden_states_output",
50
+ "tests/models/emu3/test_modeling_emu3.py::Emu3Vision2TextModelTest::test_model_outputs_equivalence",
51
+ "tests/models/emu3/test_modeling_emu3.py::Emu3Vision2TextModelTest::test_resize_tokens_embeddings",
52
+ "tests/models/emu3/test_modeling_emu3.py::Emu3Vision2TextModelTest::test_retain_grad_hidden_states_attentions",
53
+ "tests/models/emu3/test_modeling_emu3.py::Emu3Vision2TextModelTest::test_save_load",
54
+ "tests/models/emu3/test_modeling_emu3.py::Emu3Vision2TextModelTest::test_model_parallelism",
55
+ "tests/models/emu3/test_modeling_emu3.py::Emu3Vision2TextModelTest::test_multi_gpu_data_parallel_forward"
56
+ ]
57
+ },
58
+ "flava": {
59
+ "single-gpu": [
60
+ "tests/models/flava/test_modeling_flava.py::FlavaModelIntegrationTest::test_inference"
61
+ ],
62
+ "multi-gpu": [
63
+ "tests/models/flava/test_modeling_flava.py::FlavaModelIntegrationTest::test_inference"
64
+ ]
65
+ },
66
+ "gemma": {
67
+ "single-gpu": [
68
+ "tests/models/gemma/test_modeling_gemma.py::GemmaModelTest::test_torch_compile_for_training"
69
+ ],
70
+ "multi-gpu": [
71
+ "tests/models/gemma/test_modeling_gemma.py::GemmaModelTest::test_torch_compile_for_training"
72
+ ]
73
+ },
74
+ "gemma2": {
75
+ "single-gpu": [
76
+ "tests/models/gemma2/test_modeling_gemma2.py::Gemma2IntegrationTest::test_export_static_cache"
77
+ ],
78
+ "multi-gpu": [
79
+ "tests/models/gemma2/test_modeling_gemma2.py::Gemma2IntegrationTest::test_export_static_cache"
80
+ ]
81
+ },
82
+ "gemma3": {
83
+ "single-gpu": [
84
+ "tests/models/gemma3/test_modeling_gemma3.py::Gemma3IntegrationTest::test_model_4b_batch_crops",
85
+ "tests/models/gemma3/test_modeling_gemma3.py::Gemma3IntegrationTest::test_model_4b_multiimage"
86
+ ],
87
+ "multi-gpu": [
88
+ "tests/models/gemma3/test_modeling_gemma3.py::Gemma3IntegrationTest::test_model_4b_batch_crops"
89
+ ]
90
+ },
91
+ "glm4": {
92
+ "single-gpu": [
93
+ "tests/models/glm4/test_modeling_glm4.py::Glm4IntegrationTest::test_model_9b_eager"
94
+ ],
95
+ "multi-gpu": [
96
+ "tests/models/glm4/test_modeling_glm4.py::Glm4IntegrationTest::test_model_9b_eager"
97
+ ]
98
+ },
99
+ "got_ocr2": {
100
+ "single-gpu": [
101
+ "tests/models/got_ocr2/test_modeling_got_ocr2.py::GotOcr2ModelTest::test_generate_continue_from_past_key_values"
102
+ ],
103
+ "multi-gpu": [
104
+ "tests/models/got_ocr2/test_modeling_got_ocr2.py::GotOcr2ModelTest::test_generate_continue_from_past_key_values"
105
+ ]
106
+ },
107
+ "gpt_neox": {
108
+ "single-gpu": [
109
+ "tests/models/gpt_neox/test_modeling_gpt_neox.py::GPTNeoXLanguageGenerationTest::test_lm_generate_flex_attn_gptneox"
110
+ ],
111
+ "multi-gpu": [
112
+ "tests/models/gpt_neox/test_modeling_gpt_neox.py::GPTNeoXLanguageGenerationTest::test_lm_generate_flex_attn_gptneox"
113
+ ]
114
+ },
115
+ "helium": {
116
+ "single-gpu": [
117
+ "tests/models/helium/test_modeling_helium.py::GemmaModelTest::test_torch_compile_for_training",
118
+ "tests/models/helium/test_modeling_helium.py::HeliumModelTest::test_torch_compile_for_training"
119
+ ],
120
+ "multi-gpu": [
121
+ "tests/models/helium/test_modeling_helium.py::GemmaModelTest::test_torch_compile_for_training",
122
+ "tests/models/helium/test_modeling_helium.py::HeliumModelTest::test_torch_compile_for_training"
123
+ ]
124
+ },
125
+ "internvl": {
126
+ "single-gpu": [
127
+ "tests/models/internvl/test_modeling_internvl.py::InternVLLlamaIntegrationTest::test_llama_small_model_integration_forward",
128
+ "tests/models/internvl/test_modeling_internvl.py::InternVLLlamaIntegrationTest::test_llama_small_model_integration_interleaved_images_videos"
129
+ ],
130
+ "multi-gpu": [
131
+ "tests/models/internvl/test_modeling_internvl.py::InternVLLlamaIntegrationTest::test_llama_small_model_integration_forward",
132
+ "tests/models/internvl/test_modeling_internvl.py::InternVLLlamaIntegrationTest::test_llama_small_model_integration_interleaved_images_videos"
133
+ ]
134
+ },
135
+ "jetmoe": {
136
+ "single-gpu": [
137
+ "tests/models/jetmoe/test_modeling_jetmoe.py::JetMoeIntegrationTest::test_model_8b_batched_generation",
138
+ "tests/models/jetmoe/test_modeling_jetmoe.py::JetMoeIntegrationTest::test_model_8b_generation",
139
+ "tests/models/jetmoe/test_modeling_jetmoe.py::JetMoeIntegrationTest::test_model_8b_logits"
140
+ ],
141
+ "multi-gpu": []
142
+ },
143
+ "lilt": {
144
+ "single-gpu": [],
145
+ "multi-gpu": [
146
+ "tests/models/lilt/test_modeling_lilt.py::LiltModelTest::test_model_outputs_equivalence"
147
+ ]
148
+ },
149
+ "llama": {
150
+ "single-gpu": [
151
+ "tests/models/llama/test_modeling_llama.py::LlamaModelTest::test_torch_compile_for_training",
152
+ "tests/models/llama/test_modeling_llama.py::LlamaIntegrationTest::test_model_7b_dola_generation"
153
+ ],
154
+ "multi-gpu": [
155
+ "tests/models/llama/test_modeling_llama.py::LlamaModelTest::test_torch_compile_for_training",
156
+ "tests/models/llama/test_modeling_llama.py::LlamaIntegrationTest::test_model_7b_dola_generation",
157
+ "tests/models/llama/test_modeling_llama.py::LlamaIntegrationTest::test_model_7b_logits_bf16"
158
+ ]
159
+ },
160
+ "llava": {
161
+ "single-gpu": [],
162
+ "multi-gpu": [
163
+ "tests/models/llava/test_modeling_llava.py::LlavaForConditionalGenerationIntegrationTest::test_batched_generation"
164
+ ]
165
+ },
166
+ "mamba2": {
167
+ "single-gpu": [
168
+ "tests/models/mamba2/test_modeling_mamba2.py::Mamba2ModelTest::test_mamba2_caching"
169
+ ],
170
+ "multi-gpu": [
171
+ "tests/models/mamba2/test_modeling_mamba2.py::Mamba2ModelTest::test_mamba2_caching"
172
+ ]
173
+ },
174
+ "mistral": {
175
+ "single-gpu": [
176
+ "tests/models/mistral/test_modeling_mistral.py::MistralIntegrationTest::test_model_7b_logits"
177
+ ],
178
+ "multi-gpu": [
179
+ "tests/models/mistral/test_modeling_mistral.py::MistralIntegrationTest::test_model_7b_logits"
180
+ ]
181
+ },
182
+ "mistral3": {
183
+ "single-gpu": [
184
+ "tests/models/mistral3/test_modeling_mistral3.py::Mistral3IntegrationTest::test_mistral3_integration_batched_generate"
185
+ ],
186
+ "multi-gpu": []
187
+ },
188
+ "mixtral": {
189
+ "single-gpu": [
190
+ "tests/models/mixtral/test_modeling_mixtral.py::MixtralIntegrationTest::test_small_model_logits"
191
+ ],
192
+ "multi-gpu": [
193
+ "tests/models/mixtral/test_modeling_mixtral.py::MixtralIntegrationTest::test_small_model_logits"
194
+ ]
195
+ },
196
+ "moonshine": {
197
+ "single-gpu": [
198
+ "tests/models/moonshine/test_modeling_moonshine.py::MoonshineModelTest::test_sdpa_can_compile_dynamic"
199
+ ],
200
+ "multi-gpu": []
201
+ },
202
+ "nemotron": {
203
+ "single-gpu": [
204
+ "tests/models/nemotron/test_modeling_nemotron.py::NemotronModelTest::test_torch_compile_for_training"
205
+ ],
206
+ "multi-gpu": []
207
+ },
208
+ "olmo": {
209
+ "single-gpu": [
210
+ "tests/models/olmo/test_modeling_olmo.py::OlmoIntegrationTest::test_model_7b_greedy_generation",
211
+ "tests/models/olmo/test_modeling_olmo.py::OlmoIntegrationTest::test_model_7b_twin_2t_logits"
212
+ ],
213
+ "multi-gpu": []
214
+ },
215
+ "olmoe": {
216
+ "single-gpu": [
217
+ "tests/models/olmoe/test_modeling_olmoe.py::OlmoeIntegrationTest::test_model_7b_greedy_generation"
218
+ ],
219
+ "multi-gpu": [
220
+ "tests/models/olmoe/test_modeling_olmoe.py::OlmoeIntegrationTest::test_model_7b_logits"
221
+ ]
222
+ },
223
+ "phi3": {
224
+ "single-gpu": [
225
+ "tests/models/phi3/test_modeling_phi3.py::Phi3IntegrationTest::test_export_static_cache"
226
+ ],
227
+ "multi-gpu": [
228
+ "tests/models/phi3/test_modeling_phi3.py::Phi3IntegrationTest::test_export_static_cache"
229
+ ]
230
+ },
231
+ "phi4_multimodal": {
232
+ "single-gpu": [
233
+ "tests/models/phi4_multimodal/test_modeling_phi4_multimodal.py::Phi4MultimodalIntegrationTest::test_vision_text_generation"
234
+ ],
235
+ "multi-gpu": []
236
+ },
237
+ "phimoe": {
238
+ "single-gpu": [
239
+ "tests/models/phimoe/test_modeling_phimoe.py::PhimoeIntegrationTest::test_model_phimoe_instruct_logits",
240
+ "tests/models/phimoe/test_modeling_phimoe.py::PhimoeIntegrationTest::test_phimoe_instruct_generation"
241
+ ],
242
+ "multi-gpu": [
243
+ "tests/models/phimoe/test_modeling_phimoe.py::PhimoeIntegrationTest::test_model_phimoe_instruct_logits",
244
+ "tests/models/phimoe/test_modeling_phimoe.py::PhimoeIntegrationTest::test_phimoe_instruct_generation"
245
+ ]
246
+ },
247
+ "qwen2_5_omni": {
248
+ "single-gpu": [
249
+ "tests/models/qwen2_5_omni/test_modeling_qwen2_5_omni.py::Qwen2_5OmniModelIntegrationTest::test_small_model_integration_test",
250
+ "tests/models/qwen2_5_omni/test_modeling_qwen2_5_omni.py::Qwen2_5OmniModelIntegrationTest::test_small_model_integration_test_batch",
251
+ "tests/models/qwen2_5_omni/test_modeling_qwen2_5_omni.py::Qwen2_5OmniModelIntegrationTest::test_small_model_integration_test_w_audio"
252
+ ],
253
+ "multi-gpu": [
254
+ "tests/models/qwen2_5_omni/test_modeling_qwen2_5_omni.py::Qwen2_5OmniModelIntegrationTest::test_small_model_integration_test_batch"
255
+ ]
256
+ },
257
+ "qwen3": {
258
+ "single-gpu": [
259
+ "tests/models/qwen3/test_modeling_qwen3.py::Qwen3IntegrationTest::test_export_static_cache"
260
+ ],
261
+ "multi-gpu": [
262
+ "tests/models/qwen3/test_modeling_qwen3.py::Qwen3IntegrationTest::test_export_static_cache"
263
+ ]
264
+ },
265
+ "qwen3_moe": {
266
+ "single-gpu": [],
267
+ "multi-gpu": [
268
+ "tests/models/qwen3_moe/test_modeling_qwen3_moe.py::Qwen3MoeIntegrationTest::test_model_15b_a2b_generation",
269
+ "tests/models/qwen3_moe/test_modeling_qwen3_moe.py::Qwen3MoeIntegrationTest::test_model_15b_a2b_logits",
270
+ "tests/models/qwen3_moe/test_modeling_qwen3_moe.py::Qwen3MoeIntegrationTest::test_model_15b_a2b_long_prompt_sdpa",
271
+ "tests/models/qwen3_moe/test_modeling_qwen3_moe.py::Qwen3MoeIntegrationTest::test_speculative_generation"
272
+ ]
273
+ },
274
+ "seamless_m4t_v2": {
275
+ "single-gpu": [
276
+ "tests/models/seamless_m4t_v2/test_modeling_seamless_m4t_v2.py::SeamlessM4Tv2ModelIntegrationTest::test_speech_to_speech_model",
277
+ "tests/models/seamless_m4t_v2/test_modeling_seamless_m4t_v2.py::SeamlessM4Tv2ModelIntegrationTest::test_text_to_speech_model"
278
+ ],
279
+ "multi-gpu": [
280
+ "tests/models/seamless_m4t_v2/test_modeling_seamless_m4t_v2.py::SeamlessM4Tv2ModelIntegrationTest::test_speech_to_speech_model",
281
+ "tests/models/seamless_m4t_v2/test_modeling_seamless_m4t_v2.py::SeamlessM4Tv2ModelIntegrationTest::test_text_to_speech_model"
282
+ ]
283
+ },
284
+ "speecht5": {
285
+ "single-gpu": [
286
+ "tests/models/speecht5/test_modeling_speecht5.py::SpeechT5ForTextToSpeechIntegrationTests::test_batch_generation",
287
+ "tests/models/speecht5/test_modeling_speecht5.py::SpeechT5ForTextToSpeechIntegrationTests::test_one_to_many_generation"
288
+ ],
289
+ "multi-gpu": [
290
+ "tests/models/speecht5/test_modeling_speecht5.py::SpeechT5ForTextToSpeechIntegrationTests::test_batch_generation",
291
+ "tests/models/speecht5/test_modeling_speecht5.py::SpeechT5ForTextToSpeechIntegrationTests::test_one_to_many_generation"
292
+ ]
293
+ },
294
+ "swin2sr": {
295
+ "single-gpu": [
296
+ "tests/models/swin2sr/test_modeling_swin2sr.py::Swin2SRModelIntegrationTest::test_inference_image_super_resolution_head"
297
+ ],
298
+ "multi-gpu": [
299
+ "tests/models/swin2sr/test_modeling_swin2sr.py::Swin2SRModelIntegrationTest::test_inference_image_super_resolution_head"
300
+ ]
301
+ },
302
+ "t5": {
303
+ "single-gpu": [
304
+ "tests/models/t5/test_modeling_t5.py::T5ModelIntegrationTests::test_small_integration_test"
305
+ ],
306
+ "multi-gpu": [
307
+ "tests/models/t5/test_modeling_t5.py::T5ModelIntegrationTests::test_small_integration_test"
308
+ ]
309
+ },
310
+ "tapas": {
311
+ "single-gpu": [
312
+ "tests/models/tapas/test_modeling_tapas.py::TapasModelIntegrationTest::test_training_question_answering_head_weak_supervision"
313
+ ],
314
+ "multi-gpu": [
315
+ "tests/models/tapas/test_modeling_tapas.py::TapasModelIntegrationTest::test_training_question_answering_head_weak_supervision"
316
+ ]
317
+ },
318
+ "upernet": {
319
+ "single-gpu": [
320
+ "tests/models/upernet/test_modeling_upernet.py::UperNetModelIntegrationTest::test_inference_swin_backbone"
321
+ ],
322
+ "multi-gpu": []
323
+ },
324
+ "vitmatte": {
325
+ "single-gpu": [
326
+ "tests/models/vitmatte/test_modeling_vitmatte.py::VitMatteModelTest::test_batching_equivalence"
327
+ ],
328
+ "multi-gpu": []
329
+ },
330
+ "vitpose": {
331
+ "single-gpu": [
332
+ "tests/models/vitpose/test_modeling_vitpose.py::VitPoseModelIntegrationTest::test_batched_inference",
333
+ "tests/models/vitpose/test_modeling_vitpose.py::VitPoseModelIntegrationTest::test_inference_pose_estimation"
334
+ ],
335
+ "multi-gpu": [
336
+ "tests/models/vitpose/test_modeling_vitpose.py::VitPoseModelIntegrationTest::test_batched_inference",
337
+ "tests/models/vitpose/test_modeling_vitpose.py::VitPoseModelIntegrationTest::test_inference_pose_estimation"
338
+ ]
339
+ },
340
+ "vjepa2": {
341
+ "single-gpu": [
342
+ "tests/models/vjepa2/test_modeling_vjepa2.py::VJEPA2ModelIntegrationTest::test_video_classification"
343
+ ],
344
+ "multi-gpu": [
345
+ "tests/models/vjepa2/test_modeling_vjepa2.py::VJEPA2ModelIntegrationTest::test_video_classification"
346
+ ]
347
+ },
348
+ "xglm": {
349
+ "single-gpu": [
350
+ "tests/models/xglm/test_modeling_xglm.py::XGLMModelLanguageGenerationTest::test_xglm_sample"
351
+ ],
352
+ "multi-gpu": [
353
+ "tests/models/xglm/test_modeling_xglm.py::XGLMModelLanguageGenerationTest::test_xglm_sample"
354
+ ]
355
+ },
356
+ "xlnet": {
357
+ "single-gpu": [
358
+ "tests/models/xlnet/test_modeling_xlnet.py::XLNetModelLanguageGenerationTest::test_lm_generate_xlnet_base_cased"
359
+ ],
360
+ "multi-gpu": [
361
+ "tests/models/xlnet/test_modeling_xlnet.py::XLNetModelLanguageGenerationTest::test_lm_generate_xlnet_base_cased"
362
+ ]
363
+ },
364
+ "pipelines": {
365
+ "single-gpu": [
366
+ "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_simple_s2t",
367
+ "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_small_model_pt",
368
+ "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_small_model_pt_bf16",
369
+ "tests/pipelines/test_pipelines_automatic_speech_recognition.py::AutomaticSpeechRecognitionPipelineTests::test_small_model_pt_fp16",
370
+ "tests/pipelines/test_pipelines_image_text_to_text.py::ImageTextToTextPipelineTests::test_model_pt_chat_template",
371
+ "tests/pipelines/test_pipelines_image_text_to_text.py::ImageTextToTextPipelineTests::test_small_model_pt_token",
372
+ "tests/pipelines/test_pipelines_text_to_audio.py::TextToAudioPipelineTests::test_generative_model_kwargs"
373
+ ],
374
+ "multi-gpu": []
375
+ },
376
+ "quantization": {
377
+ "single-gpu": [
378
+ "tests/quantization/autoawq/test_awq.py::AwqConfigTest::test_wrong_backend",
379
+ "tests/quantization/finegrained_fp8/test_fp8.py::FP8QuantizerTest::test_quantized_model",
380
+ "tests/quantization/finegrained_fp8/test_fp8.py::FP8QuantizerTest::test_save_pretrained",
381
+ "tests/quantization/finegrained_fp8/test_fp8.py::FP8QuantizerTest::test_save_pretrained_offload",
382
+ "tests/quantization/finegrained_fp8/test_fp8.py::FP8LinearTest::test_linear_preserves_shape",
383
+ "tests/quantization/finegrained_fp8/test_fp8.py::FP8LinearTest::test_linear_with_diff_feature_size_preserves_shape"
384
+ ],
385
+ "multi-gpu": []
386
+ },
387
+ "trainer": {
388
+ "single-gpu": [
389
+ "tests/trainer/test_trainer.py::TrainerIntegrationTest::test_auto_batch_size_finder",
390
+ "tests/trainer/test_trainer.py::TrainerHyperParameterOptunaIntegrationTest::test_hyperparameter_search",
391
+ "tests/trainer/test_trainer.py::TrainerHyperParameterMultiObjectOptunaIntegrationTest::test_hyperparameter_search",
392
+ "tests/trainer/test_trainer.py::TrainerHyperParameterOptunaIntegrationTestWithFullEval::test_hyperparameter_search"
393
+ ],
394
+ "multi-gpu": [
395
+ "tests/trainer/test_trainer.py::TrainerHyperParameterOptunaIntegrationTest::test_hyperparameter_search",
396
+ "tests/trainer/test_trainer.py::TrainerHyperParameterMultiObjectOptunaIntegrationTest::test_hyperparameter_search",
397
+ "tests/trainer/test_trainer_fsdp.py::TestFSDPTrainerTorchCompile::test_trainer"
398
+ ]
399
+ }
400
+ }