hf-transformers-bot commited on
Commit
b9bd677
·
verified ·
1 Parent(s): d1aea67

Upload 2025-12-11/runs/25205-20132455740/ci_results_run_models_gpu/model_results.json with huggingface_hub

Browse files
2025-12-11/runs/25205-20132455740/ci_results_run_models_gpu/model_results.json ADDED
@@ -0,0 +1,252 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "models_minimax_m2": {
3
+ "failed": {
4
+ "PyTorch": {
5
+ "unclassified": 0,
6
+ "single": 23,
7
+ "multi": 23
8
+ },
9
+ "Tokenizers": {
10
+ "unclassified": 0,
11
+ "single": 0,
12
+ "multi": 0
13
+ },
14
+ "Pipelines": {
15
+ "unclassified": 0,
16
+ "single": 0,
17
+ "multi": 0
18
+ },
19
+ "Trainer": {
20
+ "unclassified": 0,
21
+ "single": 0,
22
+ "multi": 0
23
+ },
24
+ "ONNX": {
25
+ "unclassified": 0,
26
+ "single": 0,
27
+ "multi": 0
28
+ },
29
+ "Auto": {
30
+ "unclassified": 0,
31
+ "single": 0,
32
+ "multi": 0
33
+ },
34
+ "Quantization": {
35
+ "unclassified": 0,
36
+ "single": 0,
37
+ "multi": 0
38
+ },
39
+ "Unclassified": {
40
+ "unclassified": 0,
41
+ "single": 0,
42
+ "multi": 0
43
+ }
44
+ },
45
+ "errors": 0,
46
+ "success": 199,
47
+ "skipped": 207,
48
+ "time_spent": [
49
+ 77.47,
50
+ 75.2
51
+ ],
52
+ "error": false,
53
+ "failures": {
54
+ "multi": [
55
+ {
56
+ "line": "tests/models/minimax_m2/test_modeling_minimax_m2.py::MiniMaxM2ModelTest::test_eager_matches_sdpa_generate",
57
+ "trace": "(line 55) RuntimeError: expected mat1 and mat2 to have the same dtype, but got: c10::Half != float"
58
+ },
59
+ {
60
+ "line": "tests/models/minimax_m2/test_modeling_minimax_m2.py::MiniMaxM2ModelTest::test_eager_matches_sdpa_inference_00_fp16_pad_left_sdpa_kernels",
61
+ "trace": "(line 55) RuntimeError: expected mat1 and mat2 to have the same dtype, but got: c10::Half != float"
62
+ },
63
+ {
64
+ "line": "tests/models/minimax_m2/test_modeling_minimax_m2.py::MiniMaxM2ModelTest::test_eager_matches_sdpa_inference_01_fp16_pad_left",
65
+ "trace": "(line 55) RuntimeError: expected mat1 and mat2 to have the same dtype, but got: c10::Half != float"
66
+ },
67
+ {
68
+ "line": "tests/models/minimax_m2/test_modeling_minimax_m2.py::MiniMaxM2ModelTest::test_eager_matches_sdpa_inference_02_fp16_pad_left_no_attn_mask_sdpa_kernels",
69
+ "trace": "(line 55) RuntimeError: expected mat1 and mat2 to have the same dtype, but got: c10::Half != float"
70
+ },
71
+ {
72
+ "line": "tests/models/minimax_m2/test_modeling_minimax_m2.py::MiniMaxM2ModelTest::test_eager_matches_sdpa_inference_03_fp16_pad_left_no_attn_mask",
73
+ "trace": "(line 55) RuntimeError: expected mat1 and mat2 to have the same dtype, but got: c10::Half != float"
74
+ },
75
+ {
76
+ "line": "tests/models/minimax_m2/test_modeling_minimax_m2.py::MiniMaxM2ModelTest::test_eager_matches_sdpa_inference_04_fp16_pad_right_sdpa_kernels",
77
+ "trace": "(line 55) RuntimeError: expected mat1 and mat2 to have the same dtype, but got: c10::Half != float"
78
+ },
79
+ {
80
+ "line": "tests/models/minimax_m2/test_modeling_minimax_m2.py::MiniMaxM2ModelTest::test_eager_matches_sdpa_inference_05_fp16_pad_right",
81
+ "trace": "(line 55) RuntimeError: expected mat1 and mat2 to have the same dtype, but got: c10::Half != float"
82
+ },
83
+ {
84
+ "line": "tests/models/minimax_m2/test_modeling_minimax_m2.py::MiniMaxM2ModelTest::test_eager_matches_sdpa_inference_06_fp16_pad_right_no_attn_mask_sdpa_kernels",
85
+ "trace": "(line 55) RuntimeError: expected mat1 and mat2 to have the same dtype, but got: c10::Half != float"
86
+ },
87
+ {
88
+ "line": "tests/models/minimax_m2/test_modeling_minimax_m2.py::MiniMaxM2ModelTest::test_eager_matches_sdpa_inference_07_fp16_pad_right_no_attn_mask",
89
+ "trace": "(line 55) RuntimeError: expected mat1 and mat2 to have the same dtype, but got: c10::Half != float"
90
+ },
91
+ {
92
+ "line": "tests/models/minimax_m2/test_modeling_minimax_m2.py::MiniMaxM2ModelTest::test_eager_matches_sdpa_inference_16_bf16_pad_left_sdpa_kernels",
93
+ "trace": "(line 55) RuntimeError: expected mat1 and mat2 to have the same dtype, but got: c10::BFloat16 != float"
94
+ },
95
+ {
96
+ "line": "tests/models/minimax_m2/test_modeling_minimax_m2.py::MiniMaxM2ModelTest::test_eager_matches_sdpa_inference_17_bf16_pad_left",
97
+ "trace": "(line 55) RuntimeError: expected mat1 and mat2 to have the same dtype, but got: c10::BFloat16 != float"
98
+ },
99
+ {
100
+ "line": "tests/models/minimax_m2/test_modeling_minimax_m2.py::MiniMaxM2ModelTest::test_eager_matches_sdpa_inference_18_bf16_pad_left_no_attn_mask_sdpa_kernels",
101
+ "trace": "(line 55) RuntimeError: expected mat1 and mat2 to have the same dtype, but got: c10::BFloat16 != float"
102
+ },
103
+ {
104
+ "line": "tests/models/minimax_m2/test_modeling_minimax_m2.py::MiniMaxM2ModelTest::test_eager_matches_sdpa_inference_19_bf16_pad_left_no_attn_mask",
105
+ "trace": "(line 55) RuntimeError: expected mat1 and mat2 to have the same dtype, but got: c10::BFloat16 != float"
106
+ },
107
+ {
108
+ "line": "tests/models/minimax_m2/test_modeling_minimax_m2.py::MiniMaxM2ModelTest::test_eager_matches_sdpa_inference_20_bf16_pad_right_sdpa_kernels",
109
+ "trace": "(line 55) RuntimeError: expected mat1 and mat2 to have the same dtype, but got: c10::BFloat16 != float"
110
+ },
111
+ {
112
+ "line": "tests/models/minimax_m2/test_modeling_minimax_m2.py::MiniMaxM2ModelTest::test_eager_matches_sdpa_inference_21_bf16_pad_right",
113
+ "trace": "(line 55) RuntimeError: expected mat1 and mat2 to have the same dtype, but got: c10::BFloat16 != float"
114
+ },
115
+ {
116
+ "line": "tests/models/minimax_m2/test_modeling_minimax_m2.py::MiniMaxM2ModelTest::test_eager_matches_sdpa_inference_22_bf16_pad_right_no_attn_mask_sdpa_kernels",
117
+ "trace": "(line 55) RuntimeError: expected mat1 and mat2 to have the same dtype, but got: c10::BFloat16 != float"
118
+ },
119
+ {
120
+ "line": "tests/models/minimax_m2/test_modeling_minimax_m2.py::MiniMaxM2ModelTest::test_eager_matches_sdpa_inference_23_bf16_pad_right_no_attn_mask",
121
+ "trace": "(line 55) RuntimeError: expected mat1 and mat2 to have the same dtype, but got: c10::BFloat16 != float"
122
+ },
123
+ {
124
+ "line": "tests/models/minimax_m2/test_modeling_minimax_m2.py::MiniMaxM2ModelTest::test_eager_padding_matches_padding_free_with_position_ids",
125
+ "trace": "(line 55) RuntimeError: expected mat1 and mat2 to have the same dtype, but got: c10::BFloat16 != float"
126
+ },
127
+ {
128
+ "line": "tests/models/minimax_m2/test_modeling_minimax_m2.py::MiniMaxM2ModelTest::test_sdpa_can_compile_dynamic",
129
+ "trace": "(line 178) RuntimeError: expected mat1 and mat2 to have the same dtype, but got: c10::Half != float"
130
+ },
131
+ {
132
+ "line": "tests/models/minimax_m2/test_modeling_minimax_m2.py::MiniMaxM2ModelTest::test_sdpa_can_dispatch_on_flash",
133
+ "trace": "(line 55) RuntimeError: expected mat1 and mat2 to have the same dtype, but got: c10::Half != float"
134
+ },
135
+ {
136
+ "line": "tests/models/minimax_m2/test_modeling_minimax_m2.py::MiniMaxM2ModelTest::test_sdpa_padding_matches_padding_free_with_position_ids",
137
+ "trace": "(line 55) RuntimeError: expected mat1 and mat2 to have the same dtype, but got: c10::BFloat16 != float"
138
+ },
139
+ {
140
+ "line": "tests/models/minimax_m2/test_modeling_minimax_m2.py::MiniMaxM2IntegrationTest::test_small_model_generation",
141
+ "trace": "(line 55) RuntimeError: expected mat1 and mat2 to have the same dtype, but got: c10::Half != float"
142
+ },
143
+ {
144
+ "line": "tests/models/minimax_m2/test_modeling_minimax_m2.py::MiniMaxM2IntegrationTest::test_small_model_logits_batched",
145
+ "trace": "(line 55) RuntimeError: expected mat1 and mat2 to have the same dtype, but got: c10::Half != float"
146
+ }
147
+ ],
148
+ "single": [
149
+ {
150
+ "line": "tests/models/minimax_m2/test_modeling_minimax_m2.py::MiniMaxM2ModelTest::test_eager_matches_sdpa_generate",
151
+ "trace": "(line 55) RuntimeError: expected mat1 and mat2 to have the same dtype, but got: c10::Half != float"
152
+ },
153
+ {
154
+ "line": "tests/models/minimax_m2/test_modeling_minimax_m2.py::MiniMaxM2ModelTest::test_eager_matches_sdpa_inference_00_fp16_pad_left_sdpa_kernels",
155
+ "trace": "(line 55) RuntimeError: expected mat1 and mat2 to have the same dtype, but got: c10::Half != float"
156
+ },
157
+ {
158
+ "line": "tests/models/minimax_m2/test_modeling_minimax_m2.py::MiniMaxM2ModelTest::test_eager_matches_sdpa_inference_01_fp16_pad_left",
159
+ "trace": "(line 55) RuntimeError: expected mat1 and mat2 to have the same dtype, but got: c10::Half != float"
160
+ },
161
+ {
162
+ "line": "tests/models/minimax_m2/test_modeling_minimax_m2.py::MiniMaxM2ModelTest::test_eager_matches_sdpa_inference_02_fp16_pad_left_no_attn_mask_sdpa_kernels",
163
+ "trace": "(line 55) RuntimeError: expected mat1 and mat2 to have the same dtype, but got: c10::Half != float"
164
+ },
165
+ {
166
+ "line": "tests/models/minimax_m2/test_modeling_minimax_m2.py::MiniMaxM2ModelTest::test_eager_matches_sdpa_inference_03_fp16_pad_left_no_attn_mask",
167
+ "trace": "(line 55) RuntimeError: expected mat1 and mat2 to have the same dtype, but got: c10::Half != float"
168
+ },
169
+ {
170
+ "line": "tests/models/minimax_m2/test_modeling_minimax_m2.py::MiniMaxM2ModelTest::test_eager_matches_sdpa_inference_04_fp16_pad_right_sdpa_kernels",
171
+ "trace": "(line 55) RuntimeError: expected mat1 and mat2 to have the same dtype, but got: c10::Half != float"
172
+ },
173
+ {
174
+ "line": "tests/models/minimax_m2/test_modeling_minimax_m2.py::MiniMaxM2ModelTest::test_eager_matches_sdpa_inference_05_fp16_pad_right",
175
+ "trace": "(line 55) RuntimeError: expected mat1 and mat2 to have the same dtype, but got: c10::Half != float"
176
+ },
177
+ {
178
+ "line": "tests/models/minimax_m2/test_modeling_minimax_m2.py::MiniMaxM2ModelTest::test_eager_matches_sdpa_inference_06_fp16_pad_right_no_attn_mask_sdpa_kernels",
179
+ "trace": "(line 55) RuntimeError: expected mat1 and mat2 to have the same dtype, but got: c10::Half != float"
180
+ },
181
+ {
182
+ "line": "tests/models/minimax_m2/test_modeling_minimax_m2.py::MiniMaxM2ModelTest::test_eager_matches_sdpa_inference_07_fp16_pad_right_no_attn_mask",
183
+ "trace": "(line 55) RuntimeError: expected mat1 and mat2 to have the same dtype, but got: c10::Half != float"
184
+ },
185
+ {
186
+ "line": "tests/models/minimax_m2/test_modeling_minimax_m2.py::MiniMaxM2ModelTest::test_eager_matches_sdpa_inference_16_bf16_pad_left_sdpa_kernels",
187
+ "trace": "(line 55) RuntimeError: expected mat1 and mat2 to have the same dtype, but got: c10::BFloat16 != float"
188
+ },
189
+ {
190
+ "line": "tests/models/minimax_m2/test_modeling_minimax_m2.py::MiniMaxM2ModelTest::test_eager_matches_sdpa_inference_17_bf16_pad_left",
191
+ "trace": "(line 55) RuntimeError: expected mat1 and mat2 to have the same dtype, but got: c10::BFloat16 != float"
192
+ },
193
+ {
194
+ "line": "tests/models/minimax_m2/test_modeling_minimax_m2.py::MiniMaxM2ModelTest::test_eager_matches_sdpa_inference_18_bf16_pad_left_no_attn_mask_sdpa_kernels",
195
+ "trace": "(line 55) RuntimeError: expected mat1 and mat2 to have the same dtype, but got: c10::BFloat16 != float"
196
+ },
197
+ {
198
+ "line": "tests/models/minimax_m2/test_modeling_minimax_m2.py::MiniMaxM2ModelTest::test_eager_matches_sdpa_inference_19_bf16_pad_left_no_attn_mask",
199
+ "trace": "(line 55) RuntimeError: expected mat1 and mat2 to have the same dtype, but got: c10::BFloat16 != float"
200
+ },
201
+ {
202
+ "line": "tests/models/minimax_m2/test_modeling_minimax_m2.py::MiniMaxM2ModelTest::test_eager_matches_sdpa_inference_20_bf16_pad_right_sdpa_kernels",
203
+ "trace": "(line 55) RuntimeError: expected mat1 and mat2 to have the same dtype, but got: c10::BFloat16 != float"
204
+ },
205
+ {
206
+ "line": "tests/models/minimax_m2/test_modeling_minimax_m2.py::MiniMaxM2ModelTest::test_eager_matches_sdpa_inference_21_bf16_pad_right",
207
+ "trace": "(line 55) RuntimeError: expected mat1 and mat2 to have the same dtype, but got: c10::BFloat16 != float"
208
+ },
209
+ {
210
+ "line": "tests/models/minimax_m2/test_modeling_minimax_m2.py::MiniMaxM2ModelTest::test_eager_matches_sdpa_inference_22_bf16_pad_right_no_attn_mask_sdpa_kernels",
211
+ "trace": "(line 55) RuntimeError: expected mat1 and mat2 to have the same dtype, but got: c10::BFloat16 != float"
212
+ },
213
+ {
214
+ "line": "tests/models/minimax_m2/test_modeling_minimax_m2.py::MiniMaxM2ModelTest::test_eager_matches_sdpa_inference_23_bf16_pad_right_no_attn_mask",
215
+ "trace": "(line 55) RuntimeError: expected mat1 and mat2 to have the same dtype, but got: c10::BFloat16 != float"
216
+ },
217
+ {
218
+ "line": "tests/models/minimax_m2/test_modeling_minimax_m2.py::MiniMaxM2ModelTest::test_eager_padding_matches_padding_free_with_position_ids",
219
+ "trace": "(line 55) RuntimeError: expected mat1 and mat2 to have the same dtype, but got: c10::BFloat16 != float"
220
+ },
221
+ {
222
+ "line": "tests/models/minimax_m2/test_modeling_minimax_m2.py::MiniMaxM2ModelTest::test_sdpa_can_compile_dynamic",
223
+ "trace": "(line 178) RuntimeError: expected mat1 and mat2 to have the same dtype, but got: c10::Half != float"
224
+ },
225
+ {
226
+ "line": "tests/models/minimax_m2/test_modeling_minimax_m2.py::MiniMaxM2ModelTest::test_sdpa_can_dispatch_on_flash",
227
+ "trace": "(line 55) RuntimeError: expected mat1 and mat2 to have the same dtype, but got: c10::Half != float"
228
+ },
229
+ {
230
+ "line": "tests/models/minimax_m2/test_modeling_minimax_m2.py::MiniMaxM2ModelTest::test_sdpa_padding_matches_padding_free_with_position_ids",
231
+ "trace": "(line 55) RuntimeError: expected mat1 and mat2 to have the same dtype, but got: c10::BFloat16 != float"
232
+ },
233
+ {
234
+ "line": "tests/models/minimax_m2/test_modeling_minimax_m2.py::MiniMaxM2IntegrationTest::test_small_model_generation",
235
+ "trace": "(line 55) RuntimeError: expected mat1 and mat2 to have the same dtype, but got: c10::Half != float"
236
+ },
237
+ {
238
+ "line": "tests/models/minimax_m2/test_modeling_minimax_m2.py::MiniMaxM2IntegrationTest::test_small_model_logits_batched",
239
+ "trace": "(line 55) RuntimeError: expected mat1 and mat2 to have the same dtype, but got: c10::Half != float"
240
+ }
241
+ ]
242
+ },
243
+ "job_link": {
244
+ "multi": "https://github.com/huggingface/transformers/actions/runs/20132455740/job/57777579149",
245
+ "single": "https://github.com/huggingface/transformers/actions/runs/20132455740/job/57777579192"
246
+ },
247
+ "captured_info": {
248
+ "multi": "https://github.com/huggingface/transformers/actions/runs/20132455740/job/57777579149#step:16:1",
249
+ "single": "https://github.com/huggingface/transformers/actions/runs/20132455740/job/57777579192#step:16:1"
250
+ }
251
+ }
252
+ }