hf-transformers-bot commited on
Commit
eece5de
·
verified ·
1 Parent(s): 57a43b5

Upload 2025-09-02/runs/516-17395408146/ci_results_run_models_gpu/new_failures_against_17391735401.json with huggingface_hub

Browse files
2025-09-02/runs/516-17395408146/ci_results_run_models_gpu/new_failures_against_17391735401.json ADDED
@@ -0,0 +1,232 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "conditional_detr": {
3
+ "single-gpu": [
4
+ "tests/models/conditional_detr/test_image_processing_conditional_detr.py::ConditionalDetrImageProcessingTest::test_batched_coco_detection_annotations"
5
+ ],
6
+ "multi-gpu": [
7
+ "tests/models/conditional_detr/test_image_processing_conditional_detr.py::ConditionalDetrImageProcessingTest::test_batched_coco_detection_annotations"
8
+ ]
9
+ },
10
+ "deepseek_vl_hybrid": {
11
+ "single-gpu": [],
12
+ "multi-gpu": [
13
+ "tests/models/deepseek_vl_hybrid/test_modeling_deepseek_vl_hybrid.py::DeepseekVLHybridIntegrationTest::test_model_text_generation_batched",
14
+ "tests/models/deepseek_vl_hybrid/test_modeling_deepseek_vl_hybrid.py::DeepseekVLHybridIntegrationTest::test_model_text_generation_with_multi_image"
15
+ ]
16
+ },
17
+ "deformable_detr": {
18
+ "single-gpu": [
19
+ "tests/models/deformable_detr/test_image_processing_deformable_detr.py::DeformableDetrImageProcessingTest::test_batched_coco_detection_annotations"
20
+ ],
21
+ "multi-gpu": [
22
+ "tests/models/deformable_detr/test_image_processing_deformable_detr.py::DeformableDetrImageProcessingTest::test_batched_coco_detection_annotations"
23
+ ]
24
+ },
25
+ "detr": {
26
+ "single-gpu": [
27
+ "tests/models/detr/test_image_processing_detr.py::DetrImageProcessingTest::test_batched_coco_detection_annotations"
28
+ ],
29
+ "multi-gpu": [
30
+ "tests/models/detr/test_image_processing_detr.py::DetrImageProcessingTest::test_batched_coco_detection_annotations"
31
+ ]
32
+ },
33
+ "gemma": {
34
+ "single-gpu": [
35
+ "tests/models/gemma/test_modeling_gemma.py::GemmaIntegrationTest::test_export_static_cache",
36
+ "tests/models/gemma/test_modeling_gemma.py::GemmaIntegrationTest::test_model_7b_fp16_static_cache"
37
+ ],
38
+ "multi-gpu": [
39
+ "tests/models/gemma/test_modeling_gemma.py::GemmaIntegrationTest::test_export_static_cache",
40
+ "tests/models/gemma/test_modeling_gemma.py::GemmaIntegrationTest::test_model_7b_fp16_static_cache"
41
+ ]
42
+ },
43
+ "glm4v": {
44
+ "single-gpu": [
45
+ "tests/models/glm4v/test_modeling_glm4v.py::Glm4vIntegrationTest::test_small_model_integration_test_expand",
46
+ "tests/models/glm4v/test_modeling_glm4v.py::Glm4vIntegrationTest::test_small_model_integration_test_with_video"
47
+ ],
48
+ "multi-gpu": []
49
+ },
50
+ "glm4v_moe": {
51
+ "single-gpu": [
52
+ "tests/models/glm4v_moe/test_modeling_glm4v_moe.py::Glm4vMoeModelTest::test_disk_offload_bin",
53
+ "tests/models/glm4v_moe/test_modeling_glm4v_moe.py::Glm4vMoeModelTest::test_disk_offload_safetensors",
54
+ "tests/models/glm4v_moe/test_modeling_glm4v_moe.py::Glm4vMoeModelTest::test_flex_attention_with_grads",
55
+ "tests/models/glm4v_moe/test_modeling_glm4v_moe.py::Glm4vMoeIntegrationTest::test_small_model_integration_test",
56
+ "tests/models/glm4v_moe/test_modeling_glm4v_moe.py::Glm4vMoeIntegrationTest::test_small_model_integration_test_batch",
57
+ "tests/models/glm4v_moe/test_modeling_glm4v_moe.py::Glm4vMoeIntegrationTest::test_small_model_integration_test_batch_different_resolutions",
58
+ "tests/models/glm4v_moe/test_modeling_glm4v_moe.py::Glm4vMoeIntegrationTest::test_small_model_integration_test_batch_wo_image",
59
+ "tests/models/glm4v_moe/test_modeling_glm4v_moe.py::Glm4vMoeIntegrationTest::test_small_model_integration_test_expand",
60
+ "tests/models/glm4v_moe/test_modeling_glm4v_moe.py::Glm4vMoeIntegrationTest::test_small_model_integration_test_with_video"
61
+ ],
62
+ "multi-gpu": []
63
+ },
64
+ "grounding_dino": {
65
+ "single-gpu": [
66
+ "tests/models/grounding_dino/test_image_processing_grounding_dino.py::GroundingDinoImageProcessingTest::test_batched_coco_detection_annotations"
67
+ ],
68
+ "multi-gpu": [
69
+ "tests/models/grounding_dino/test_image_processing_grounding_dino.py::GroundingDinoImageProcessingTest::test_batched_coco_detection_annotations"
70
+ ]
71
+ },
72
+ "internvl": {
73
+ "single-gpu": [
74
+ "tests/models/internvl/test_modeling_internvl.py::InternVLQwen2IntegrationTest::test_qwen2_medium_model_integration_video",
75
+ "tests/models/internvl/test_modeling_internvl.py::InternVLQwen2IntegrationTest::test_qwen2_small_model_integration_interleaved_images_videos",
76
+ "tests/models/internvl/test_modeling_internvl.py::InternVLLlamaIntegrationTest::test_llama_medium_model_integration_video",
77
+ "tests/models/internvl/test_modeling_internvl.py::InternVLLlamaIntegrationTest::test_llama_small_model_integration_interleaved_images_videos",
78
+ "tests/models/internvl/test_processing_internvl.py::InternVLProcessorTest::test_apply_chat_template_video_0",
79
+ "tests/models/internvl/test_processing_internvl.py::InternVLProcessorTest::test_apply_chat_template_video_1",
80
+ "tests/models/internvl/test_processing_internvl.py::InternVLProcessorTest::test_apply_chat_template_video_frame_sampling",
81
+ "tests/models/internvl/test_processing_internvl.py::InternVLProcessorTest::test_process_interleaved_images_videos"
82
+ ],
83
+ "multi-gpu": [
84
+ "tests/models/internvl/test_modeling_internvl.py::InternVLQwen2IntegrationTest::test_qwen2_medium_model_integration_video",
85
+ "tests/models/internvl/test_modeling_internvl.py::InternVLQwen2IntegrationTest::test_qwen2_small_model_integration_interleaved_images_videos",
86
+ "tests/models/internvl/test_modeling_internvl.py::InternVLLlamaIntegrationTest::test_llama_medium_model_integration_video",
87
+ "tests/models/internvl/test_modeling_internvl.py::InternVLLlamaIntegrationTest::test_llama_small_model_integration_interleaved_images_videos",
88
+ "tests/models/internvl/test_processing_internvl.py::InternVLProcessorTest::test_apply_chat_template_video_0",
89
+ "tests/models/internvl/test_processing_internvl.py::InternVLProcessorTest::test_apply_chat_template_video_1",
90
+ "tests/models/internvl/test_processing_internvl.py::InternVLProcessorTest::test_apply_chat_template_video_frame_sampling",
91
+ "tests/models/internvl/test_processing_internvl.py::InternVLProcessorTest::test_process_interleaved_images_videos"
92
+ ]
93
+ },
94
+ "llava": {
95
+ "single-gpu": [
96
+ "tests/models/llava/test_modeling_llava.py::LlavaForConditionalGenerationIntegrationTest::test_pixtral"
97
+ ],
98
+ "multi-gpu": [
99
+ "tests/models/llava/test_modeling_llava.py::LlavaForConditionalGenerationIntegrationTest::test_pixtral_batched"
100
+ ]
101
+ },
102
+ "llava_next_video": {
103
+ "single-gpu": [
104
+ "tests/models/llava_next_video/test_processing_llava_next_video.py::LlavaNextVideoProcessorTest::test_apply_chat_template_video_0",
105
+ "tests/models/llava_next_video/test_processing_llava_next_video.py::LlavaNextVideoProcessorTest::test_apply_chat_template_video_1",
106
+ "tests/models/llava_next_video/test_processing_llava_next_video.py::LlavaNextVideoProcessorTest::test_apply_chat_template_video_frame_sampling"
107
+ ],
108
+ "multi-gpu": [
109
+ "tests/models/llava_next_video/test_processing_llava_next_video.py::LlavaNextVideoProcessorTest::test_apply_chat_template_video_0",
110
+ "tests/models/llava_next_video/test_processing_llava_next_video.py::LlavaNextVideoProcessorTest::test_apply_chat_template_video_1",
111
+ "tests/models/llava_next_video/test_processing_llava_next_video.py::LlavaNextVideoProcessorTest::test_apply_chat_template_video_frame_sampling"
112
+ ]
113
+ },
114
+ "llava_onevision": {
115
+ "single-gpu": [
116
+ "tests/models/llava_onevision/test_processing_llava_onevision.py::LlavaOnevisionProcessorTest::test_apply_chat_template_video_0",
117
+ "tests/models/llava_onevision/test_processing_llava_onevision.py::LlavaOnevisionProcessorTest::test_apply_chat_template_video_1",
118
+ "tests/models/llava_onevision/test_processing_llava_onevision.py::LlavaOnevisionProcessorTest::test_apply_chat_template_video_frame_sampling"
119
+ ],
120
+ "multi-gpu": [
121
+ "tests/models/llava_onevision/test_processing_llava_onevision.py::LlavaOnevisionProcessorTest::test_apply_chat_template_video_0",
122
+ "tests/models/llava_onevision/test_processing_llava_onevision.py::LlavaOnevisionProcessorTest::test_apply_chat_template_video_1",
123
+ "tests/models/llava_onevision/test_processing_llava_onevision.py::LlavaOnevisionProcessorTest::test_apply_chat_template_video_frame_sampling"
124
+ ]
125
+ },
126
+ "mamba2": {
127
+ "single-gpu": [
128
+ "tests/models/mamba2/test_modeling_mamba2.py::Mamba2IntegrationTest::test_mamba2_mixer_train_vs_eval_equivalence"
129
+ ],
130
+ "multi-gpu": [
131
+ "tests/models/mamba2/test_modeling_mamba2.py::Mamba2IntegrationTest::test_mamba2_mixer_train_vs_eval_equivalence"
132
+ ]
133
+ },
134
+ "mllama": {
135
+ "single-gpu": [],
136
+ "multi-gpu": [
137
+ "tests/models/mllama/test_processing_mllama.py::MllamaProcessorTest::test_apply_chat_template_image_1"
138
+ ]
139
+ },
140
+ "musicgen_melody": {
141
+ "single-gpu": [],
142
+ "multi-gpu": [
143
+ "tests/models/musicgen_melody/test_feature_extraction_musicgen_melody.py::MusicgenMelodyFeatureExtractionTest::test_call_from_demucs"
144
+ ]
145
+ },
146
+ "olmo": {
147
+ "single-gpu": [
148
+ "tests/models/olmo/test_modeling_olmo.py::OlmoIntegrationTest::test_model_7b_twin_2t_logits"
149
+ ],
150
+ "multi-gpu": []
151
+ },
152
+ "perception_lm": {
153
+ "single-gpu": [
154
+ "tests/models/perception_lm/test_modeling_perception_lm.py::PerceptionLMForConditionalGenerationIntegrationTest::test_small_model_integration_test_batched"
155
+ ],
156
+ "multi-gpu": [
157
+ "tests/models/perception_lm/test_modeling_perception_lm.py::PerceptionLMForConditionalGenerationIntegrationTest::test_small_model_integration_test_batched"
158
+ ]
159
+ },
160
+ "phi4_multimodal": {
161
+ "single-gpu": [
162
+ "tests/models/phi4_multimodal/test_image_processing_phi4_multimodal.py::Phi4MultimodalImageProcessingTest::test_can_compile_fast_image_processor"
163
+ ],
164
+ "multi-gpu": [
165
+ "tests/models/phi4_multimodal/test_image_processing_phi4_multimodal.py::Phi4MultimodalImageProcessingTest::test_can_compile_fast_image_processor"
166
+ ]
167
+ },
168
+ "qwen2": {
169
+ "single-gpu": [
170
+ "tests/models/qwen2/test_modeling_qwen2.py::Qwen2IntegrationTest::test_export_static_cache"
171
+ ],
172
+ "multi-gpu": [
173
+ "tests/models/qwen2/test_modeling_qwen2.py::Qwen2IntegrationTest::test_export_static_cache"
174
+ ]
175
+ },
176
+ "qwen2_5_omni": {
177
+ "single-gpu": [
178
+ "tests/models/qwen2_5_omni/test_processing_qwen2_5_omni.py::Qwen2_5OmniProcessorTest::test_apply_chat_template_video_0",
179
+ "tests/models/qwen2_5_omni/test_processing_qwen2_5_omni.py::Qwen2_5OmniProcessorTest::test_apply_chat_template_video_1",
180
+ "tests/models/qwen2_5_omni/test_processing_qwen2_5_omni.py::Qwen2_5OmniProcessorTest::test_apply_chat_template_video_frame_sampling"
181
+ ],
182
+ "multi-gpu": [
183
+ "tests/models/qwen2_5_omni/test_processing_qwen2_5_omni.py::Qwen2_5OmniProcessorTest::test_apply_chat_template_video_0",
184
+ "tests/models/qwen2_5_omni/test_processing_qwen2_5_omni.py::Qwen2_5OmniProcessorTest::test_apply_chat_template_video_1",
185
+ "tests/models/qwen2_5_omni/test_processing_qwen2_5_omni.py::Qwen2_5OmniProcessorTest::test_apply_chat_template_video_frame_sampling"
186
+ ]
187
+ },
188
+ "qwen2_5_vl": {
189
+ "single-gpu": [
190
+ "tests/models/qwen2_5_vl/test_processing_qwen2_5_vl.py::Qwen2_5_VLProcessorTest::test_apply_chat_template_video_0",
191
+ "tests/models/qwen2_5_vl/test_processing_qwen2_5_vl.py::Qwen2_5_VLProcessorTest::test_apply_chat_template_video_1",
192
+ "tests/models/qwen2_5_vl/test_processing_qwen2_5_vl.py::Qwen2_5_VLProcessorTest::test_apply_chat_template_video_frame_sampling"
193
+ ],
194
+ "multi-gpu": [
195
+ "tests/models/qwen2_5_vl/test_processing_qwen2_5_vl.py::Qwen2_5_VLProcessorTest::test_apply_chat_template_video_0",
196
+ "tests/models/qwen2_5_vl/test_processing_qwen2_5_vl.py::Qwen2_5_VLProcessorTest::test_apply_chat_template_video_1",
197
+ "tests/models/qwen2_5_vl/test_processing_qwen2_5_vl.py::Qwen2_5_VLProcessorTest::test_apply_chat_template_video_frame_sampling"
198
+ ]
199
+ },
200
+ "qwen2_vl": {
201
+ "single-gpu": [
202
+ "tests/models/qwen2_vl/test_processing_qwen2_vl.py::Qwen2VLProcessorTest::test_apply_chat_template_video_0",
203
+ "tests/models/qwen2_vl/test_processing_qwen2_vl.py::Qwen2VLProcessorTest::test_apply_chat_template_video_1",
204
+ "tests/models/qwen2_vl/test_processing_qwen2_vl.py::Qwen2VLProcessorTest::test_apply_chat_template_video_frame_sampling"
205
+ ],
206
+ "multi-gpu": [
207
+ "tests/models/qwen2_vl/test_processing_qwen2_vl.py::Qwen2VLProcessorTest::test_apply_chat_template_video_0",
208
+ "tests/models/qwen2_vl/test_processing_qwen2_vl.py::Qwen2VLProcessorTest::test_apply_chat_template_video_1",
209
+ "tests/models/qwen2_vl/test_processing_qwen2_vl.py::Qwen2VLProcessorTest::test_apply_chat_template_video_frame_sampling"
210
+ ]
211
+ },
212
+ "reformer": {
213
+ "single-gpu": [],
214
+ "multi-gpu": [
215
+ "tests/models/reformer/test_modeling_reformer.py::ReformerLocalAttnModelTest::test_resize_tokens_embeddings"
216
+ ]
217
+ },
218
+ "voxtral": {
219
+ "single-gpu": [],
220
+ "multi-gpu": [
221
+ "tests/models/voxtral/test_modeling_voxtral.py::VoxtralForConditionalGenerationModelTest::test_prompt_lookup_decoding_matches_greedy_search"
222
+ ]
223
+ },
224
+ "yolos": {
225
+ "single-gpu": [
226
+ "tests/models/yolos/test_image_processing_yolos.py::YolosImageProcessingTest::test_batched_coco_detection_annotations"
227
+ ],
228
+ "multi-gpu": [
229
+ "tests/models/yolos/test_image_processing_yolos.py::YolosImageProcessingTest::test_batched_coco_detection_annotations"
230
+ ]
231
+ }
232
+ }