hf-transformers-bot commited on
Commit
1282c21
·
verified ·
1 Parent(s): 541541d

Upload 2025-09-05/runs/527-17489992014/ci_results_run_models_gpu/new_failures_against_17482128457.json with huggingface_hub

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