hf-transformers-bot commited on
Commit
809291e
·
verified ·
1 Parent(s): 3e30464

Upload 2025-07-08/runs/185-16132797583/ci_results_run_models_gpu/new_failures.json with huggingface_hub

Browse files
2025-07-08/runs/185-16132797583/ci_results_run_models_gpu/new_failures.json ADDED
@@ -0,0 +1,665 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "align": {
3
+ "single-gpu": [],
4
+ "multi-gpu": [
5
+ "tests/models/align/test_modeling_align.py::AlignVisionModelTest::test_torchscript_output_hidden_state",
6
+ "tests/models/align/test_modeling_align.py::AlignVisionModelTest::test_torchscript_simple",
7
+ "tests/models/align/test_modeling_align.py::AlignTextModelTest::test_model_parallelism",
8
+ "tests/models/align/test_modeling_align.py::AlignTextModelTest::test_torchscript_output_hidden_state",
9
+ "tests/models/align/test_modeling_align.py::AlignTextModelTest::test_torchscript_simple"
10
+ ]
11
+ },
12
+ "bit": {
13
+ "single-gpu": [
14
+ "tests/models/bit/test_modeling_bit.py::BitModelIntegrationTest::test_inference_image_classification_head"
15
+ ],
16
+ "multi-gpu": []
17
+ },
18
+ "bitnet": {
19
+ "single-gpu": [
20
+ "tests/models/bitnet/test_modeling_bitnet.py::BitNetModelTest::test_generate_compilation_all_outputs",
21
+ "tests/models/bitnet/test_modeling_bitnet.py::BitNetModelTest::test_generate_compile_model_forward",
22
+ "tests/models/bitnet/test_modeling_bitnet.py::BitNetModelTest::test_generate_from_inputs_embeds_with_static_cache",
23
+ "tests/models/bitnet/test_modeling_bitnet.py::BitNetModelTest::test_generate_with_static_cache",
24
+ "tests/models/bitnet/test_modeling_bitnet.py::BitNetModelTest::test_sdpa_can_dispatch_on_flash",
25
+ "tests/models/bitnet/test_modeling_bitnet.py::BitNetModelTest::test_torchscript_output_hidden_state",
26
+ "tests/models/bitnet/test_modeling_bitnet.py::BitNetModelTest::test_torchscript_simple",
27
+ "tests/models/bitnet/test_modeling_bitnet.py::BitNetIntegrationTest::test_model_logits"
28
+ ],
29
+ "multi-gpu": []
30
+ },
31
+ "blip_2": {
32
+ "single-gpu": [],
33
+ "multi-gpu": [
34
+ "tests/models/blip_2/test_modeling_blip_2.py::Blip2ForConditionalGenerationDecoderOnlyTest::test_eager_matches_sdpa_generate",
35
+ "tests/models/blip_2/test_modeling_blip_2.py::Blip2ModelTest::test_eager_matches_sdpa_generate"
36
+ ]
37
+ },
38
+ "chinese_clip": {
39
+ "single-gpu": [
40
+ "tests/models/chinese_clip/test_modeling_chinese_clip.py::ChineseCLIPTextModelTest::test_torchscript_output_hidden_state",
41
+ "tests/models/chinese_clip/test_modeling_chinese_clip.py::ChineseCLIPTextModelTest::test_torchscript_simple"
42
+ ],
43
+ "multi-gpu": []
44
+ },
45
+ "clvp": {
46
+ "single-gpu": [
47
+ "tests/models/clvp/test_modeling_clvp.py::ClvpIntegrationTest::test_full_model_integration"
48
+ ],
49
+ "multi-gpu": []
50
+ },
51
+ "cohere": {
52
+ "single-gpu": [
53
+ "tests/models/cohere/test_modeling_cohere.py::CohereModelTest::test_generate_compilation_all_outputs",
54
+ "tests/models/cohere/test_modeling_cohere.py::CohereModelTest::test_generate_compile_model_forward",
55
+ "tests/models/cohere/test_modeling_cohere.py::CohereModelTest::test_generate_from_inputs_embeds_with_static_cache",
56
+ "tests/models/cohere/test_modeling_cohere.py::CohereModelTest::test_generate_with_static_cache",
57
+ "tests/models/cohere/test_modeling_cohere.py::CohereModelTest::test_sdpa_can_dispatch_on_flash",
58
+ "tests/models/cohere/test_modeling_cohere.py::CohereModelTest::test_torchscript_output_hidden_state",
59
+ "tests/models/cohere/test_modeling_cohere.py::CohereModelTest::test_torchscript_simple"
60
+ ],
61
+ "multi-gpu": []
62
+ },
63
+ "cohere2": {
64
+ "single-gpu": [
65
+ "tests/models/cohere2/test_modeling_cohere2.py::CohereModelTest::test_generate_compilation_all_outputs",
66
+ "tests/models/cohere2/test_modeling_cohere2.py::CohereModelTest::test_generate_compile_model_forward",
67
+ "tests/models/cohere2/test_modeling_cohere2.py::CohereModelTest::test_generate_from_inputs_embeds_with_static_cache",
68
+ "tests/models/cohere2/test_modeling_cohere2.py::CohereModelTest::test_generate_with_static_cache",
69
+ "tests/models/cohere2/test_modeling_cohere2.py::CohereModelTest::test_sdpa_can_dispatch_on_flash",
70
+ "tests/models/cohere2/test_modeling_cohere2.py::CohereModelTest::test_torchscript_output_hidden_state",
71
+ "tests/models/cohere2/test_modeling_cohere2.py::CohereModelTest::test_torchscript_simple",
72
+ "tests/models/cohere2/test_modeling_cohere2.py::Cohere2ModelTest::test_generate_compilation_all_outputs",
73
+ "tests/models/cohere2/test_modeling_cohere2.py::Cohere2ModelTest::test_generate_compile_model_forward",
74
+ "tests/models/cohere2/test_modeling_cohere2.py::Cohere2ModelTest::test_sdpa_can_dispatch_on_flash",
75
+ "tests/models/cohere2/test_modeling_cohere2.py::Cohere2ModelTest::test_torchscript_output_hidden_state",
76
+ "tests/models/cohere2/test_modeling_cohere2.py::Cohere2ModelTest::test_torchscript_simple",
77
+ "tests/models/cohere2/test_modeling_cohere2.py::Cohere2IntegrationTest::test_export_static_cache",
78
+ "tests/models/cohere2/test_modeling_cohere2.py::Cohere2IntegrationTest::test_generation_beyond_sliding_window_1_sdpa",
79
+ "tests/models/cohere2/test_modeling_cohere2.py::Cohere2IntegrationTest::test_generation_beyond_sliding_window_3_eager",
80
+ "tests/models/cohere2/test_modeling_cohere2.py::Cohere2IntegrationTest::test_model_bf16",
81
+ "tests/models/cohere2/test_modeling_cohere2.py::Cohere2IntegrationTest::test_model_fp16",
82
+ "tests/models/cohere2/test_modeling_cohere2.py::Cohere2IntegrationTest::test_model_pipeline_bf16"
83
+ ],
84
+ "multi-gpu": []
85
+ },
86
+ "colpali": {
87
+ "single-gpu": [
88
+ "tests/models/colpali/test_modeling_colpali.py::ColPaliModelIntegrationTest::test_model_integration_test"
89
+ ],
90
+ "multi-gpu": [
91
+ "tests/models/colpali/test_modeling_colpali.py::ColPaliModelIntegrationTest::test_model_integration_test",
92
+ "tests/models/colpali/test_modeling_colpali.py::ColPaliForRetrievalModelTest::test_multi_gpu_data_parallel_forward"
93
+ ]
94
+ },
95
+ "conditional_detr": {
96
+ "single-gpu": [
97
+ "tests/models/conditional_detr/test_modeling_conditional_detr.py::ConditionalDetrModelIntegrationTests::test_inference_object_detection_head"
98
+ ],
99
+ "multi-gpu": []
100
+ },
101
+ "dab_detr": {
102
+ "single-gpu": [
103
+ "tests/models/dab_detr/test_modeling_dab_detr.py::DabDetrModelIntegrationTests::test_inference_no_head"
104
+ ],
105
+ "multi-gpu": []
106
+ },
107
+ "dac": {
108
+ "single-gpu": [
109
+ "tests/models/dac/test_modeling_dac.py::DacIntegrationTest::test_integration_16khz",
110
+ "tests/models/dac/test_modeling_dac.py::DacIntegrationTest::test_integration_24khz",
111
+ "tests/models/dac/test_modeling_dac.py::DacIntegrationTest::test_integration_44khz",
112
+ "tests/models/dac/test_modeling_dac.py::DacIntegrationTest::test_integration_batch_24khz",
113
+ "tests/models/dac/test_modeling_dac.py::DacIntegrationTest::test_integration_batch_44khz"
114
+ ],
115
+ "multi-gpu": []
116
+ },
117
+ "deformable_detr": {
118
+ "single-gpu": [
119
+ "tests/models/deformable_detr/test_modeling_deformable_detr.py::DeformableDetrModelIntegrationTests::test_inference_object_detection_head",
120
+ "tests/models/deformable_detr/test_modeling_deformable_detr.py::DeformableDetrModelIntegrationTests::test_inference_object_detection_head_with_box_refine_two_stage"
121
+ ],
122
+ "multi-gpu": [
123
+ "tests/models/deformable_detr/test_modeling_deformable_detr.py::DeformableDetrModelIntegrationTests::test_inference_object_detection_head",
124
+ "tests/models/deformable_detr/test_modeling_deformable_detr.py::DeformableDetrModelIntegrationTests::test_inference_object_detection_head_with_box_refine_two_stage"
125
+ ]
126
+ },
127
+ "depth_anything": {
128
+ "single-gpu": [
129
+ "tests/models/depth_anything/test_modeling_depth_anything.py::DepthAnythingModelIntegrationTest::test_inference"
130
+ ],
131
+ "multi-gpu": []
132
+ },
133
+ "detr": {
134
+ "single-gpu": [
135
+ "tests/models/detr/test_modeling_detr.py::DetrModelIntegrationTestsTimmBackbone::test_inference_no_head",
136
+ "tests/models/detr/test_modeling_detr.py::DetrModelIntegrationTestsTimmBackbone::test_inference_object_detection_head",
137
+ "tests/models/detr/test_modeling_detr.py::DetrModelIntegrationTestsTimmBackbone::test_inference_panoptic_segmentation_head",
138
+ "tests/models/detr/test_modeling_detr.py::DetrModelIntegrationTests::test_inference_no_head"
139
+ ],
140
+ "multi-gpu": []
141
+ },
142
+ "diffllama": {
143
+ "single-gpu": [
144
+ "tests/models/diffllama/test_modeling_diffllama.py::DiffLlamaModelTest::test_generate_compilation_all_outputs",
145
+ "tests/models/diffllama/test_modeling_diffllama.py::DiffLlamaModelTest::test_generate_compile_model_forward",
146
+ "tests/models/diffllama/test_modeling_diffllama.py::DiffLlamaModelTest::test_generate_from_inputs_embeds_with_static_cache",
147
+ "tests/models/diffllama/test_modeling_diffllama.py::DiffLlamaModelTest::test_generate_with_static_cache",
148
+ "tests/models/diffllama/test_modeling_diffllama.py::DiffLlamaModelTest::test_torch_compile_for_training",
149
+ "tests/models/diffllama/test_modeling_diffllama.py::DiffLlamaModelTest::test_torchscript_output_hidden_state",
150
+ "tests/models/diffllama/test_modeling_diffllama.py::DiffLlamaModelTest::test_torchscript_simple",
151
+ "tests/models/diffllama/test_modeling_diffllama.py::DiffLlamaIntegrationTest::test_compile_static_cache",
152
+ "tests/models/diffllama/test_modeling_diffllama.py::Mask4DTestHard::test_partial_stacked_causal_mask"
153
+ ],
154
+ "multi-gpu": []
155
+ },
156
+ "efficientnet": {
157
+ "single-gpu": [],
158
+ "multi-gpu": [
159
+ "tests/models/efficientnet/test_modeling_efficientnet.py::EfficientNetModelTest::test_model_parallelism"
160
+ ]
161
+ },
162
+ "emu3": {
163
+ "single-gpu": [
164
+ "tests/models/emu3/test_modeling_emu3.py::Emu3Text2TextModelTest::test_generate_compilation_all_outputs",
165
+ "tests/models/emu3/test_modeling_emu3.py::Emu3Text2TextModelTest::test_generate_compile_model_forward",
166
+ "tests/models/emu3/test_modeling_emu3.py::Emu3Text2TextModelTest::test_generate_from_inputs_embeds_with_static_cache",
167
+ "tests/models/emu3/test_modeling_emu3.py::Emu3Text2TextModelTest::test_generate_with_static_cache",
168
+ "tests/models/emu3/test_modeling_emu3.py::Emu3Text2TextModelTest::test_sdpa_can_dispatch_on_flash",
169
+ "tests/models/emu3/test_modeling_emu3.py::Emu3Text2TextModelTest::test_torchscript_output_hidden_state",
170
+ "tests/models/emu3/test_modeling_emu3.py::Emu3Text2TextModelTest::test_torchscript_simple",
171
+ "tests/models/emu3/test_modeling_emu3.py::Emu3Vision2TextModelTest::test_attention_outputs",
172
+ "tests/models/emu3/test_modeling_emu3.py::Emu3Vision2TextModelTest::test_batching_equivalence",
173
+ "tests/models/emu3/test_modeling_emu3.py::Emu3Vision2TextModelTest::test_determinism",
174
+ "tests/models/emu3/test_modeling_emu3.py::Emu3Vision2TextModelTest::test_feed_forward_chunking",
175
+ "tests/models/emu3/test_modeling_emu3.py::Emu3Vision2TextModelTest::test_hidden_states_output",
176
+ "tests/models/emu3/test_modeling_emu3.py::Emu3Vision2TextModelTest::test_inputs_embeds",
177
+ "tests/models/emu3/test_modeling_emu3.py::Emu3Vision2TextModelTest::test_inputs_embeds_matches_input_ids",
178
+ "tests/models/emu3/test_modeling_emu3.py::Emu3Vision2TextModelTest::test_model_outputs_equivalence",
179
+ "tests/models/emu3/test_modeling_emu3.py::Emu3Vision2TextModelTest::test_resize_tokens_embeddings",
180
+ "tests/models/emu3/test_modeling_emu3.py::Emu3Vision2TextModelTest::test_retain_grad_hidden_states_attentions",
181
+ "tests/models/emu3/test_modeling_emu3.py::Emu3Vision2TextModelTest::test_save_load",
182
+ "tests/models/emu3/test_modeling_emu3.py::Emu3Vision2TextModelTest::test_sdpa_can_dispatch_on_flash",
183
+ "tests/models/emu3/test_modeling_emu3.py::Emu3Vision2TextModelTest::test_torchscript_output_hidden_state",
184
+ "tests/models/emu3/test_modeling_emu3.py::Emu3Vision2TextModelTest::test_torchscript_simple"
185
+ ],
186
+ "multi-gpu": []
187
+ },
188
+ "encodec": {
189
+ "single-gpu": [
190
+ "tests/models/encodec/test_modeling_encodec.py::EncodecIntegrationTest::test_batch_48kHz"
191
+ ],
192
+ "multi-gpu": []
193
+ },
194
+ "falcon": {
195
+ "single-gpu": [
196
+ "tests/models/falcon/test_modeling_falcon.py::FalconLanguageGenerationTest::test_falcon_alibi_sdpa_matches_eager"
197
+ ],
198
+ "multi-gpu": []
199
+ },
200
+ "flava": {
201
+ "single-gpu": [
202
+ "tests/models/flava/test_modeling_flava.py::FlavaModelIntegrationTest::test_inference",
203
+ "tests/models/flava/test_modeling_flava.py::FlavaForPreTrainingIntegrationTest::test_inference_with_itm_labels"
204
+ ],
205
+ "multi-gpu": []
206
+ },
207
+ "gemma": {
208
+ "single-gpu": [
209
+ "tests/models/gemma/test_modeling_gemma.py::GemmaModelTest::test_generate_compilation_all_outputs",
210
+ "tests/models/gemma/test_modeling_gemma.py::GemmaModelTest::test_generate_compile_model_forward",
211
+ "tests/models/gemma/test_modeling_gemma.py::GemmaModelTest::test_generate_from_inputs_embeds_with_static_cache",
212
+ "tests/models/gemma/test_modeling_gemma.py::GemmaModelTest::test_generate_with_static_cache",
213
+ "tests/models/gemma/test_modeling_gemma.py::GemmaModelTest::test_sdpa_can_dispatch_on_flash",
214
+ "tests/models/gemma/test_modeling_gemma.py::GemmaModelTest::test_torch_compile_for_training",
215
+ "tests/models/gemma/test_modeling_gemma.py::GemmaModelTest::test_torchscript_output_hidden_state",
216
+ "tests/models/gemma/test_modeling_gemma.py::GemmaModelTest::test_torchscript_simple",
217
+ "tests/models/gemma/test_modeling_gemma.py::GemmaIntegrationTest::test_compile_static_cache",
218
+ "tests/models/gemma/test_modeling_gemma.py::GemmaIntegrationTest::test_export_static_cache",
219
+ "tests/models/gemma/test_modeling_gemma.py::GemmaIntegrationTest::test_model_2b_bf16_dola",
220
+ "tests/models/gemma/test_modeling_gemma.py::GemmaIntegrationTest::test_model_2b_fp16",
221
+ "tests/models/gemma/test_modeling_gemma.py::GemmaIntegrationTest::test_model_7b_bf16",
222
+ "tests/models/gemma/test_modeling_gemma.py::GemmaIntegrationTest::test_model_7b_fp16",
223
+ "tests/models/gemma/test_modeling_gemma.py::GemmaIntegrationTest::test_model_7b_fp16_static_cache"
224
+ ],
225
+ "multi-gpu": []
226
+ },
227
+ "gemma2": {
228
+ "single-gpu": [
229
+ "tests/models/gemma2/test_modeling_gemma2.py::Gemma2ModelTest::test_generate_compilation_all_outputs",
230
+ "tests/models/gemma2/test_modeling_gemma2.py::Gemma2ModelTest::test_generate_compile_model_forward",
231
+ "tests/models/gemma2/test_modeling_gemma2.py::Gemma2ModelTest::test_torchscript_output_hidden_state",
232
+ "tests/models/gemma2/test_modeling_gemma2.py::Gemma2ModelTest::test_torchscript_simple",
233
+ "tests/models/gemma2/test_modeling_gemma2.py::Gemma2IntegrationTest::test_export_hybrid_cache",
234
+ "tests/models/gemma2/test_modeling_gemma2.py::Gemma2IntegrationTest::test_export_static_cache",
235
+ "tests/models/gemma2/test_modeling_gemma2.py::Gemma2IntegrationTest::test_generation_beyond_sliding_window_1_sdpa",
236
+ "tests/models/gemma2/test_modeling_gemma2.py::Gemma2IntegrationTest::test_generation_beyond_sliding_window_2_flex_attention",
237
+ "tests/models/gemma2/test_modeling_gemma2.py::Gemma2IntegrationTest::test_generation_beyond_sliding_window_3_eager",
238
+ "tests/models/gemma2/test_modeling_gemma2.py::Gemma2IntegrationTest::test_model_2b_pipeline_bf16_flex_attention",
239
+ "tests/models/gemma2/test_modeling_gemma2.py::Gemma2IntegrationTest::test_model_9b_bf16",
240
+ "tests/models/gemma2/test_modeling_gemma2.py::Gemma2IntegrationTest::test_model_9b_bf16_flex_attention",
241
+ "tests/models/gemma2/test_modeling_gemma2.py::Gemma2IntegrationTest::test_model_9b_fp16",
242
+ "tests/models/gemma2/test_modeling_gemma2.py::Gemma2IntegrationTest::test_model_9b_pipeline_bf16"
243
+ ],
244
+ "multi-gpu": []
245
+ },
246
+ "gemma3": {
247
+ "single-gpu": [],
248
+ "multi-gpu": [
249
+ "tests/models/gemma3/test_modeling_gemma3.py::Gemma3ModelTest::test_generate_compilation_all_outputs",
250
+ "tests/models/gemma3/test_modeling_gemma3.py::Gemma3ModelTest::test_generate_compile_model_forward",
251
+ "tests/models/gemma3/test_modeling_gemma3.py::Gemma3ModelTest::test_torchscript_output_hidden_state",
252
+ "tests/models/gemma3/test_modeling_gemma3.py::Gemma3ModelTest::test_torchscript_simple",
253
+ "tests/models/gemma3/test_modeling_gemma3.py::Gemma3Vision2TextModelTest::test_generate_compilation_all_outputs",
254
+ "tests/models/gemma3/test_modeling_gemma3.py::Gemma3Vision2TextModelTest::test_generate_compile_model_forward",
255
+ "tests/models/gemma3/test_modeling_gemma3.py::Gemma3Vision2TextModelTest::test_torchscript_output_hidden_state",
256
+ "tests/models/gemma3/test_modeling_gemma3.py::Gemma3Vision2TextModelTest::test_torchscript_simple",
257
+ "tests/models/gemma3/test_modeling_gemma3.py::Gemma3IntegrationTest::test_export_text_only_with_hybrid_cache",
258
+ "tests/models/gemma3/test_modeling_gemma3.py::Gemma3IntegrationTest::test_generation_beyond_sliding_window_1_sdpa",
259
+ "tests/models/gemma3/test_modeling_gemma3.py::Gemma3IntegrationTest::test_generation_beyond_sliding_window_2_eager",
260
+ "tests/models/gemma3/test_modeling_gemma3.py::Gemma3IntegrationTest::test_model_1b_text_only",
261
+ "tests/models/gemma3/test_modeling_gemma3.py::Gemma3IntegrationTest::test_model_4b_batch",
262
+ "tests/models/gemma3/test_modeling_gemma3.py::Gemma3IntegrationTest::test_model_4b_batch_crops",
263
+ "tests/models/gemma3/test_modeling_gemma3.py::Gemma3IntegrationTest::test_model_4b_bf16",
264
+ "tests/models/gemma3/test_modeling_gemma3.py::Gemma3IntegrationTest::test_model_4b_crops",
265
+ "tests/models/gemma3/test_modeling_gemma3.py::Gemma3IntegrationTest::test_model_4b_multiimage"
266
+ ]
267
+ },
268
+ "glm": {
269
+ "single-gpu": [],
270
+ "multi-gpu": [
271
+ "tests/models/glm/test_modeling_glm.py::GlmModelTest::test_generate_compilation_all_outputs",
272
+ "tests/models/glm/test_modeling_glm.py::GlmModelTest::test_generate_compile_model_forward",
273
+ "tests/models/glm/test_modeling_glm.py::GlmModelTest::test_generate_from_inputs_embeds_with_static_cache",
274
+ "tests/models/glm/test_modeling_glm.py::GlmModelTest::test_generate_with_static_cache",
275
+ "tests/models/glm/test_modeling_glm.py::GlmModelTest::test_multi_gpu_data_parallel_forward",
276
+ "tests/models/glm/test_modeling_glm.py::GlmModelTest::test_sdpa_can_dispatch_on_flash",
277
+ "tests/models/glm/test_modeling_glm.py::GlmModelTest::test_torchscript_output_hidden_state",
278
+ "tests/models/glm/test_modeling_glm.py::GlmModelTest::test_torchscript_simple",
279
+ "tests/models/glm/test_modeling_glm.py::GlmIntegrationTest::test_model_9b_eager"
280
+ ]
281
+ },
282
+ "glm4": {
283
+ "single-gpu": [
284
+ "tests/models/glm4/test_modeling_glm4.py::Glm4ModelTest::test_generate_compilation_all_outputs",
285
+ "tests/models/glm4/test_modeling_glm4.py::Glm4ModelTest::test_generate_compile_model_forward",
286
+ "tests/models/glm4/test_modeling_glm4.py::Glm4ModelTest::test_generate_from_inputs_embeds_with_static_cache",
287
+ "tests/models/glm4/test_modeling_glm4.py::Glm4ModelTest::test_generate_with_static_cache",
288
+ "tests/models/glm4/test_modeling_glm4.py::Glm4ModelTest::test_sdpa_can_dispatch_on_flash",
289
+ "tests/models/glm4/test_modeling_glm4.py::Glm4ModelTest::test_torchscript_output_hidden_state",
290
+ "tests/models/glm4/test_modeling_glm4.py::Glm4ModelTest::test_torchscript_simple",
291
+ "tests/models/glm4/test_modeling_glm4.py::Glm4IntegrationTest::test_model_9b_eager"
292
+ ],
293
+ "multi-gpu": []
294
+ },
295
+ "glm4v": {
296
+ "single-gpu": [
297
+ "tests/models/glm4v/test_modeling_glm4v.py::Glm4vModelTest::test_cpu_offload",
298
+ "tests/models/glm4v/test_modeling_glm4v.py::Glm4vModelTest::test_disk_offload_bin",
299
+ "tests/models/glm4v/test_modeling_glm4v.py::Glm4vModelTest::test_disk_offload_safetensors",
300
+ "tests/models/glm4v/test_modeling_glm4v.py::Glm4vModelTest::test_torchscript_output_hidden_state",
301
+ "tests/models/glm4v/test_modeling_glm4v.py::Glm4vModelTest::test_torchscript_simple",
302
+ "tests/models/glm4v/test_video_processing_glm4v.py::Glm4vVideoProcessingTest::test_can_compile_fast_video_processor"
303
+ ],
304
+ "multi-gpu": []
305
+ },
306
+ "got_ocr2": {
307
+ "single-gpu": [],
308
+ "multi-gpu": [
309
+ "tests/models/got_ocr2/test_modeling_got_ocr2.py::GotOcr2ModelTest::test_generate_compilation_all_outputs",
310
+ "tests/models/got_ocr2/test_modeling_got_ocr2.py::GotOcr2ModelTest::test_generate_compile_model_forward",
311
+ "tests/models/got_ocr2/test_modeling_got_ocr2.py::GotOcr2ModelTest::test_generate_from_inputs_embeds_with_static_cache",
312
+ "tests/models/got_ocr2/test_modeling_got_ocr2.py::GotOcr2ModelTest::test_generate_with_static_cache",
313
+ "tests/models/got_ocr2/test_modeling_got_ocr2.py::GotOcr2ModelTest::test_multi_gpu_data_parallel_forward",
314
+ "tests/models/got_ocr2/test_modeling_got_ocr2.py::GotOcr2ModelTest::test_sdpa_can_dispatch_on_flash",
315
+ "tests/models/got_ocr2/test_modeling_got_ocr2.py::GotOcr2ModelTest::test_torchscript_output_hidden_state",
316
+ "tests/models/got_ocr2/test_modeling_got_ocr2.py::GotOcr2ModelTest::test_torchscript_simple"
317
+ ]
318
+ },
319
+ "gpt_bigcode": {
320
+ "single-gpu": [],
321
+ "multi-gpu": [
322
+ "tests/models/gpt_bigcode/test_modeling_gpt_bigcode.py::GPTBigCodeModelTest::test_model_parallelism",
323
+ "tests/models/gpt_bigcode/test_modeling_gpt_bigcode.py::GPTBigCodeMHAModelTest::test_model_parallelism",
324
+ "tests/models/gpt_bigcode/test_modeling_gpt_bigcode.py::GPTBigCodeModelLanguageGenerationTest::test_generate_batched",
325
+ "tests/models/gpt_bigcode/test_modeling_gpt_bigcode.py::GPTBigCodeModelLanguageGenerationTest::test_generate_simple"
326
+ ]
327
+ },
328
+ "granite": {
329
+ "single-gpu": [],
330
+ "multi-gpu": [
331
+ "tests/models/granite/test_modeling_granite.py::GraniteModelTest::test_generate_compilation_all_outputs",
332
+ "tests/models/granite/test_modeling_granite.py::GraniteModelTest::test_generate_compile_model_forward",
333
+ "tests/models/granite/test_modeling_granite.py::GraniteModelTest::test_generate_from_inputs_embeds_with_static_cache",
334
+ "tests/models/granite/test_modeling_granite.py::GraniteModelTest::test_generate_with_static_cache",
335
+ "tests/models/granite/test_modeling_granite.py::GraniteModelTest::test_multi_gpu_data_parallel_forward",
336
+ "tests/models/granite/test_modeling_granite.py::GraniteModelTest::test_torchscript_output_hidden_state",
337
+ "tests/models/granite/test_modeling_granite.py::GraniteModelTest::test_torchscript_simple",
338
+ "tests/models/granite/test_modeling_granite.py::GraniteIntegrationTest::test_model_3b_logits_bf16"
339
+ ]
340
+ },
341
+ "grounding_dino": {
342
+ "single-gpu": [
343
+ "tests/models/grounding_dino/test_modeling_grounding_dino.py::GroundingDinoModelIntegrationTests::test_cross_attention_mask"
344
+ ],
345
+ "multi-gpu": [
346
+ "tests/models/grounding_dino/test_modeling_grounding_dino.py::GroundingDinoModelIntegrationTests::test_inference_object_detection_head_equivalence_cpu_accelerator"
347
+ ]
348
+ },
349
+ "helium": {
350
+ "single-gpu": [],
351
+ "multi-gpu": [
352
+ "tests/models/helium/test_modeling_helium.py::GemmaModelTest::test_generate_compilation_all_outputs",
353
+ "tests/models/helium/test_modeling_helium.py::GemmaModelTest::test_generate_compile_model_forward",
354
+ "tests/models/helium/test_modeling_helium.py::GemmaModelTest::test_generate_from_inputs_embeds_with_static_cache",
355
+ "tests/models/helium/test_modeling_helium.py::GemmaModelTest::test_generate_with_static_cache",
356
+ "tests/models/helium/test_modeling_helium.py::GemmaModelTest::test_multi_gpu_data_parallel_forward",
357
+ "tests/models/helium/test_modeling_helium.py::GemmaModelTest::test_sdpa_can_dispatch_on_flash",
358
+ "tests/models/helium/test_modeling_helium.py::GemmaModelTest::test_torch_compile_for_training",
359
+ "tests/models/helium/test_modeling_helium.py::GemmaModelTest::test_torchscript_output_hidden_state",
360
+ "tests/models/helium/test_modeling_helium.py::GemmaModelTest::test_torchscript_simple",
361
+ "tests/models/helium/test_modeling_helium.py::HeliumModelTest::test_generate_compilation_all_outputs",
362
+ "tests/models/helium/test_modeling_helium.py::HeliumModelTest::test_generate_compile_model_forward",
363
+ "tests/models/helium/test_modeling_helium.py::HeliumModelTest::test_generate_from_inputs_embeds_with_static_cache",
364
+ "tests/models/helium/test_modeling_helium.py::HeliumModelTest::test_generate_with_static_cache",
365
+ "tests/models/helium/test_modeling_helium.py::HeliumModelTest::test_multi_gpu_data_parallel_forward",
366
+ "tests/models/helium/test_modeling_helium.py::HeliumModelTest::test_sdpa_can_dispatch_on_flash",
367
+ "tests/models/helium/test_modeling_helium.py::HeliumModelTest::test_torch_compile_for_training",
368
+ "tests/models/helium/test_modeling_helium.py::HeliumModelTest::test_torchscript_output_hidden_state",
369
+ "tests/models/helium/test_modeling_helium.py::HeliumModelTest::test_torchscript_simple",
370
+ "tests/models/helium/test_modeling_helium.py::HeliumIntegrationTest::test_model_2b"
371
+ ]
372
+ },
373
+ "instructblipvideo": {
374
+ "single-gpu": [],
375
+ "multi-gpu": [
376
+ "tests/models/instructblipvideo/test_modeling_instructblipvideo.py::InstructBlipVideoForConditionalGenerationDecoderOnlyTest::test_eager_matches_sdpa_generate",
377
+ "tests/models/instructblipvideo/test_modeling_instructblipvideo.py::InstructBlipVideoForConditionalGenerationDecoderOnlyTest::test_model_parallelism"
378
+ ]
379
+ },
380
+ "internvl": {
381
+ "single-gpu": [],
382
+ "multi-gpu": [
383
+ "tests/models/internvl/test_modeling_internvl.py::InternVLModelTest::test_generate_compilation_all_outputs",
384
+ "tests/models/internvl/test_modeling_internvl.py::InternVLModelTest::test_generate_compile_model_forward",
385
+ "tests/models/internvl/test_modeling_internvl.py::InternVLModelTest::test_generate_from_inputs_embeds_with_static_cache",
386
+ "tests/models/internvl/test_modeling_internvl.py::InternVLModelTest::test_generate_with_static_cache",
387
+ "tests/models/internvl/test_modeling_internvl.py::InternVLModelTest::test_multi_gpu_data_parallel_forward",
388
+ "tests/models/internvl/test_modeling_internvl.py::InternVLModelTest::test_sdpa_can_dispatch_on_flash",
389
+ "tests/models/internvl/test_modeling_internvl.py::InternVLModelTest::test_torchscript_output_hidden_state",
390
+ "tests/models/internvl/test_modeling_internvl.py::InternVLModelTest::test_torchscript_simple",
391
+ "tests/models/internvl/test_modeling_internvl.py::InternVLLlamaIntegrationTest::test_llama_small_model_integration_forward",
392
+ "tests/models/internvl/test_modeling_internvl.py::InternVLLlamaIntegrationTest::test_llama_small_model_integration_interleaved_images_videos"
393
+ ]
394
+ },
395
+ "jamba": {
396
+ "single-gpu": [
397
+ "tests/models/jamba/test_modeling_jamba.py::JambaModelTest::test_torchscript_output_hidden_state",
398
+ "tests/models/jamba/test_modeling_jamba.py::JambaModelTest::test_torchscript_simple",
399
+ "tests/models/jamba/test_modeling_jamba.py::JambaModelIntegrationTest::test_simple_batched_generate_with_padding",
400
+ "tests/models/jamba/test_modeling_jamba.py::JambaModelIntegrationTest::test_simple_generate"
401
+ ],
402
+ "multi-gpu": []
403
+ },
404
+ "janus": {
405
+ "single-gpu": [],
406
+ "multi-gpu": [
407
+ "tests/models/janus/test_modeling_janus.py::JanusVisionText2TextModelTest::test_generate_compilation_all_outputs",
408
+ "tests/models/janus/test_modeling_janus.py::JanusVisionText2TextModelTest::test_generate_from_inputs_embeds_with_static_cache",
409
+ "tests/models/janus/test_modeling_janus.py::JanusVisionText2TextModelTest::test_generate_with_static_cache",
410
+ "tests/models/janus/test_modeling_janus.py::JanusVisionText2TextModelTest::test_multi_gpu_data_parallel_forward",
411
+ "tests/models/janus/test_modeling_janus.py::JanusVisionText2TextModelTest::test_sdpa_can_dispatch_on_flash",
412
+ "tests/models/janus/test_modeling_janus.py::JanusVisionText2TextModelTest::test_torchscript_output_hidden_state",
413
+ "tests/models/janus/test_modeling_janus.py::JanusVisionText2TextModelTest::test_torchscript_simple",
414
+ "tests/models/janus/test_modeling_janus.py::JanusVQModelTest::test_torchscript_output_hidden_state",
415
+ "tests/models/janus/test_modeling_janus.py::JanusVQModelTest::test_torchscript_simple"
416
+ ]
417
+ },
418
+ "kyutai_speech_to_text": {
419
+ "single-gpu": [],
420
+ "multi-gpu": [
421
+ "tests/models/kyutai_speech_to_text/test_modeling_kyutai_speech_to_text.py::KyutaiSpeechToTextModelTest::test_model_parallelism",
422
+ "tests/models/kyutai_speech_to_text/test_modeling_kyutai_speech_to_text.py::KyutaiSpeechToTextModelTest::test_torchscript_output_hidden_state",
423
+ "tests/models/kyutai_speech_to_text/test_modeling_kyutai_speech_to_text.py::KyutaiSpeechToTextModelTest::test_torchscript_simple"
424
+ ]
425
+ },
426
+ "led": {
427
+ "single-gpu": [
428
+ "tests/models/led/test_modeling_led.py::LEDModelIntegrationTests::test_inference_head",
429
+ "tests/models/led/test_modeling_led.py::LEDModelIntegrationTests::test_inference_no_head"
430
+ ],
431
+ "multi-gpu": []
432
+ },
433
+ "lightglue": {
434
+ "single-gpu": [
435
+ "tests/models/lightglue/test_modeling_lightglue.py::LightGlueModelTest::test_torchscript_output_hidden_state",
436
+ "tests/models/lightglue/test_modeling_lightglue.py::LightGlueModelTest::test_torchscript_simple"
437
+ ],
438
+ "multi-gpu": [
439
+ "tests/models/lightglue/test_modeling_lightglue.py::LightGlueModelTest::test_torchscript_output_hidden_state",
440
+ "tests/models/lightglue/test_modeling_lightglue.py::LightGlueModelTest::test_torchscript_simple"
441
+ ]
442
+ },
443
+ "lilt": {
444
+ "single-gpu": [],
445
+ "multi-gpu": [
446
+ "tests/models/lilt/test_modeling_lilt.py::LiltModelTest::test_model_outputs_equivalence",
447
+ "tests/models/lilt/test_modeling_lilt.py::LiltModelTest::test_model_parallelism"
448
+ ]
449
+ },
450
+ "llama": {
451
+ "single-gpu": [],
452
+ "multi-gpu": [
453
+ "tests/models/llama/test_modeling_llama.py::LlamaModelTest::test_generate_compilation_all_outputs",
454
+ "tests/models/llama/test_modeling_llama.py::LlamaModelTest::test_generate_compile_model_forward",
455
+ "tests/models/llama/test_modeling_llama.py::LlamaModelTest::test_generate_from_inputs_embeds_with_static_cache",
456
+ "tests/models/llama/test_modeling_llama.py::LlamaModelTest::test_generate_with_static_cache",
457
+ "tests/models/llama/test_modeling_llama.py::LlamaModelTest::test_multi_gpu_data_parallel_forward",
458
+ "tests/models/llama/test_modeling_llama.py::LlamaModelTest::test_sdpa_can_dispatch_on_flash",
459
+ "tests/models/llama/test_modeling_llama.py::LlamaModelTest::test_torch_compile_for_training",
460
+ "tests/models/llama/test_modeling_llama.py::LlamaModelTest::test_torchscript_output_hidden_state",
461
+ "tests/models/llama/test_modeling_llama.py::LlamaModelTest::test_torchscript_simple",
462
+ "tests/models/llama/test_modeling_llama.py::LlamaIntegrationTest::test_compile_static_cache",
463
+ "tests/models/llama/test_modeling_llama.py::LlamaIntegrationTest::test_export_static_cache",
464
+ "tests/models/llama/test_modeling_llama.py::LlamaIntegrationTest::test_model_7b_logits_bf16",
465
+ "tests/models/llama/test_modeling_llama.py::Mask4DTestHard::test_partial_stacked_causal_mask"
466
+ ]
467
+ },
468
+ "llava_next_video": {
469
+ "single-gpu": [
470
+ "tests/models/llava_next_video/test_modeling_llava_next_video.py::LlavaNextVideoForConditionalGenerationModelTest::test_generate_compilation_all_outputs",
471
+ "tests/models/llava_next_video/test_modeling_llava_next_video.py::LlavaNextVideoForConditionalGenerationModelTest::test_generate_compile_model_forward",
472
+ "tests/models/llava_next_video/test_modeling_llava_next_video.py::LlavaNextVideoForConditionalGenerationModelTest::test_generate_from_inputs_embeds_with_static_cache",
473
+ "tests/models/llava_next_video/test_modeling_llava_next_video.py::LlavaNextVideoForConditionalGenerationModelTest::test_generate_with_static_cache",
474
+ "tests/models/llava_next_video/test_modeling_llava_next_video.py::LlavaNextVideoForConditionalGenerationModelTest::test_sdpa_can_dispatch_on_flash",
475
+ "tests/models/llava_next_video/test_modeling_llava_next_video.py::LlavaNextVideoForConditionalGenerationModelTest::test_torchscript_output_hidden_state",
476
+ "tests/models/llava_next_video/test_modeling_llava_next_video.py::LlavaNextVideoForConditionalGenerationModelTest::test_torchscript_simple"
477
+ ],
478
+ "multi-gpu": []
479
+ },
480
+ "mamba": {
481
+ "single-gpu": [
482
+ "tests/models/mamba/test_modeling_mamba.py::MambaIntegrationTests::test_compile_mamba_cache"
483
+ ],
484
+ "multi-gpu": [
485
+ "tests/models/mamba/test_modeling_mamba.py::MambaIntegrationTests::test_compile_mamba_cache",
486
+ "tests/models/mamba/test_modeling_mamba.py::MambaModelTest::test_multi_gpu_data_parallel_forward"
487
+ ]
488
+ },
489
+ "markuplm": {
490
+ "single-gpu": [],
491
+ "multi-gpu": [
492
+ "tests/models/markuplm/test_modeling_markuplm.py::MarkupLMModelTest::test_torchscript_output_hidden_state",
493
+ "tests/models/markuplm/test_modeling_markuplm.py::MarkupLMModelTest::test_torchscript_simple"
494
+ ]
495
+ },
496
+ "mgp_str": {
497
+ "single-gpu": [],
498
+ "multi-gpu": [
499
+ "tests/models/mgp_str/test_modeling_mgp_str.py::MgpstrModelTest::test_model_parallelism"
500
+ ]
501
+ },
502
+ "minimax": {
503
+ "single-gpu": [
504
+ "tests/models/minimax/test_modeling_minimax.py::MiniMaxModelTest::test_sdpa_can_dispatch_on_flash"
505
+ ],
506
+ "multi-gpu": [
507
+ "tests/models/minimax/test_modeling_minimax.py::MiniMaxModelTest::test_sdpa_can_dispatch_on_flash",
508
+ "tests/models/minimax/test_modeling_minimax.py::MiniMaxModelTest::test_multi_gpu_data_parallel_forward",
509
+ "tests/models/minimax/test_modeling_minimax.py::MiniMaxModelTest::test_torchscript_output_hidden_state",
510
+ "tests/models/minimax/test_modeling_minimax.py::MiniMaxModelTest::test_torchscript_simple",
511
+ "tests/models/minimax/test_modeling_minimax.py::MiniMaxIntegrationTest::test_small_model_logits"
512
+ ]
513
+ },
514
+ "mixtral": {
515
+ "single-gpu": [
516
+ "tests/models/mixtral/test_modeling_mixtral.py::MistralModelTest::test_sdpa_can_dispatch_on_flash"
517
+ ],
518
+ "multi-gpu": [
519
+ "tests/models/mixtral/test_modeling_mixtral.py::MistralModelTest::test_sdpa_can_dispatch_on_flash"
520
+ ]
521
+ },
522
+ "omdet_turbo": {
523
+ "single-gpu": [
524
+ "tests/models/omdet_turbo/test_modeling_omdet_turbo.py::OmDetTurboModelIntegrationTests::test_inference_object_detection_head_fp16"
525
+ ],
526
+ "multi-gpu": []
527
+ },
528
+ "persimmon": {
529
+ "single-gpu": [
530
+ "tests/models/persimmon/test_modeling_persimmon.py::PersimmonModelTest::test_torchscript_output_hidden_state",
531
+ "tests/models/persimmon/test_modeling_persimmon.py::PersimmonModelTest::test_torchscript_simple"
532
+ ],
533
+ "multi-gpu": []
534
+ },
535
+ "qwen2_5_omni": {
536
+ "single-gpu": [
537
+ "tests/models/qwen2_5_omni/test_modeling_qwen2_5_omni.py::Qwen2_5OmniModelIntegrationTest::test_small_model_integration_test_batch"
538
+ ],
539
+ "multi-gpu": [
540
+ "tests/models/qwen2_5_omni/test_modeling_qwen2_5_omni.py::Qwen2_5OmniModelIntegrationTest::test_small_model_integration_test"
541
+ ]
542
+ },
543
+ "qwen3_moe": {
544
+ "single-gpu": [
545
+ "tests/models/qwen3_moe/test_modeling_qwen3_moe.py::Qwen3MoeModelTest::test_sdpa_can_dispatch_on_flash"
546
+ ],
547
+ "multi-gpu": [
548
+ "tests/models/qwen3_moe/test_modeling_qwen3_moe.py::Qwen3MoeModelTest::test_sdpa_can_dispatch_on_flash"
549
+ ]
550
+ },
551
+ "recurrent_gemma": {
552
+ "single-gpu": [
553
+ "tests/models/recurrent_gemma/test_modeling_recurrent_gemma.py::RecurrentGemmaIntegrationTest::test_2b_sample"
554
+ ],
555
+ "multi-gpu": []
556
+ },
557
+ "seamless_m4t_v2": {
558
+ "single-gpu": [
559
+ "tests/models/seamless_m4t_v2/test_modeling_seamless_m4t_v2.py::SeamlessM4Tv2ModelIntegrationTest::test_speech_to_text_model"
560
+ ],
561
+ "multi-gpu": []
562
+ },
563
+ "stablelm": {
564
+ "single-gpu": [
565
+ "tests/models/stablelm/test_modeling_stablelm.py::StableLmModelTest::test_torchscript_output_hidden_state",
566
+ "tests/models/stablelm/test_modeling_stablelm.py::StableLmModelTest::test_torchscript_simple"
567
+ ],
568
+ "multi-gpu": []
569
+ },
570
+ "swiftformer": {
571
+ "single-gpu": [
572
+ "tests/models/swiftformer/test_modeling_swiftformer.py::SwiftFormerModelIntegrationTest::test_inference_image_classification_head"
573
+ ],
574
+ "multi-gpu": []
575
+ },
576
+ "swinv2": {
577
+ "single-gpu": [
578
+ "tests/models/swinv2/test_modeling_swinv2.py::Swinv2ModelIntegrationTest::test_inference_fp16"
579
+ ],
580
+ "multi-gpu": []
581
+ },
582
+ "t5gemma": {
583
+ "single-gpu": [],
584
+ "multi-gpu": [
585
+ "tests/models/t5gemma/test_modeling_t5gemma.py::T5GemmaModelTest::test_generate_with_past_key_values"
586
+ ]
587
+ },
588
+ "tapas": {
589
+ "single-gpu": [
590
+ "tests/models/tapas/test_modeling_tapas.py::TapasModelIntegrationTest::test_training_question_answering_head_weak_supervision"
591
+ ],
592
+ "multi-gpu": []
593
+ },
594
+ "timesfm": {
595
+ "single-gpu": [
596
+ "tests/models/timesfm/test_modeling_timesfm.py::TimesFmModelTest::test_torchscript_output_hidden_state",
597
+ "tests/models/timesfm/test_modeling_timesfm.py::TimesFmModelTest::test_torchscript_simple"
598
+ ],
599
+ "multi-gpu": []
600
+ },
601
+ "videomae": {
602
+ "single-gpu": [
603
+ "tests/models/videomae/test_modeling_videomae.py::VideoMAEModelIntegrationTest::test_inference_for_pretraining"
604
+ ],
605
+ "multi-gpu": []
606
+ },
607
+ "vipllava": {
608
+ "single-gpu": [
609
+ "tests/models/vipllava/test_modeling_vipllava.py::VipLlavaForConditionalGenerationModelTest::test_generate_compilation_all_outputs",
610
+ "tests/models/vipllava/test_modeling_vipllava.py::VipLlavaForConditionalGenerationModelTest::test_generate_compile_model_forward",
611
+ "tests/models/vipllava/test_modeling_vipllava.py::VipLlavaForConditionalGenerationModelTest::test_generate_from_inputs_embeds_with_static_cache",
612
+ "tests/models/vipllava/test_modeling_vipllava.py::VipLlavaForConditionalGenerationModelTest::test_generate_with_static_cache",
613
+ "tests/models/vipllava/test_modeling_vipllava.py::VipLlavaForConditionalGenerationModelTest::test_sdpa_can_dispatch_on_flash",
614
+ "tests/models/vipllava/test_modeling_vipllava.py::VipLlavaForConditionalGenerationModelTest::test_torchscript_output_hidden_state",
615
+ "tests/models/vipllava/test_modeling_vipllava.py::VipLlavaForConditionalGenerationModelTest::test_torchscript_simple"
616
+ ],
617
+ "multi-gpu": []
618
+ },
619
+ "vitpose": {
620
+ "single-gpu": [],
621
+ "multi-gpu": [
622
+ "tests/models/vitpose/test_modeling_vitpose.py::VitPoseModelIntegrationTest::test_batched_inference",
623
+ "tests/models/vitpose/test_modeling_vitpose.py::VitPoseModelIntegrationTest::test_inference_pose_estimation"
624
+ ]
625
+ },
626
+ "vjepa2": {
627
+ "single-gpu": [
628
+ "tests/models/vjepa2/test_modeling_vjepa2.py::VJEPA2ModelTest::test_torchscript_output_hidden_state",
629
+ "tests/models/vjepa2/test_modeling_vjepa2.py::VJEPA2ModelTest::test_torchscript_simple",
630
+ "tests/models/vjepa2/test_modeling_vjepa2.py::VJEPA2ModelIntegrationTest::test_video_classification"
631
+ ],
632
+ "multi-gpu": []
633
+ },
634
+ "xglm": {
635
+ "single-gpu": [],
636
+ "multi-gpu": [
637
+ "tests/models/xglm/test_modeling_xglm.py::XGLMModelLanguageGenerationTest::test_batch_generation",
638
+ "tests/models/xglm/test_modeling_xglm.py::XGLMModelLanguageGenerationTest::test_xglm_sample"
639
+ ]
640
+ },
641
+ "xlm": {
642
+ "single-gpu": [
643
+ "tests/models/xlm/test_modeling_xlm.py::XLMModelLanguageGenerationTest::test_lm_generate_xlm_mlm_en_2048"
644
+ ],
645
+ "multi-gpu": []
646
+ },
647
+ "pipelines": {
648
+ "single-gpu": [],
649
+ "multi-gpu": [
650
+ "tests/pipelines/test_pipelines_image_segmentation.py::ImageSegmentationPipelineTests::test_threshold"
651
+ ]
652
+ },
653
+ "quantization": {
654
+ "single-gpu": [
655
+ "tests/quantization/autoawq/test_awq.py::AwqConfigTest::test_wrong_backend",
656
+ "tests/quantization/bitnet_integration/test_bitnet.py::BitNetTest::test_quantized_model",
657
+ "tests/quantization/finegrained_fp8/test_fp8.py::FP8QuantizerTest::test_quantized_model",
658
+ "tests/quantization/finegrained_fp8/test_fp8.py::FP8QuantizerTest::test_save_pretrained",
659
+ "tests/quantization/finegrained_fp8/test_fp8.py::FP8QuantizerTest::test_save_pretrained_offload",
660
+ "tests/quantization/finegrained_fp8/test_fp8.py::FP8LinearTest::test_linear_preserves_shape",
661
+ "tests/quantization/finegrained_fp8/test_fp8.py::FP8LinearTest::test_linear_with_diff_feature_size_preserves_shape"
662
+ ],
663
+ "multi-gpu": []
664
+ }
665
+ }