hf-transformers-bot commited on
Commit
2fe301f
·
verified ·
1 Parent(s): bb234f2

Upload 2025-12-22/runs/25875-20432504592/ci_results_run_models_gpu/model_results.json with huggingface_hub

Browse files
2025-12-22/runs/25875-20432504592/ci_results_run_models_gpu/model_results.json ADDED
@@ -0,0 +1,652 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "models_bart": {
3
+ "failed": {
4
+ "PyTorch": {
5
+ "unclassified": 0,
6
+ "single": 2,
7
+ "multi": 2
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": 482,
47
+ "skipped": 314,
48
+ "time_spent": [
49
+ 216.49,
50
+ 224.01
51
+ ],
52
+ "error": false,
53
+ "failures": {
54
+ "single": [
55
+ {
56
+ "line": "tests/models/bart/test_modeling_bart.py::BartModelIntegrationTests::test_inference_no_head",
57
+ "trace": "(line 907) AssertionError: The values for attribute 'dtype' do not match: torch.float16 != torch.float32."
58
+ },
59
+ {
60
+ "line": "tests/models/bart/test_modeling_bart.py::BartModelIntegrationTests::test_xsum_config_generation_params",
61
+ "trace": "(line 4090) UnboundLocalError: local variable 'output' referenced before assignment"
62
+ }
63
+ ],
64
+ "multi": [
65
+ {
66
+ "line": "tests/models/bart/test_modeling_bart.py::BartModelIntegrationTests::test_inference_no_head",
67
+ "trace": "(line 907) AssertionError: The values for attribute 'dtype' do not match: torch.float16 != torch.float32."
68
+ },
69
+ {
70
+ "line": "tests/models/bart/test_modeling_bart.py::BartModelIntegrationTests::test_xsum_config_generation_params",
71
+ "trace": "(line 4090) UnboundLocalError: local variable 'output' referenced before assignment"
72
+ }
73
+ ]
74
+ },
75
+ "job_link": {
76
+ "single": "https://github.com/huggingface/transformers/actions/runs/20432504592/job/58706641170",
77
+ "multi": "https://github.com/huggingface/transformers/actions/runs/20432504592/job/58706641140"
78
+ },
79
+ "captured_info": {
80
+ "single": "https://github.com/huggingface/transformers/actions/runs/20432504592/job/58706641170#step:16:1",
81
+ "multi": "https://github.com/huggingface/transformers/actions/runs/20432504592/job/58706641140#step:16:1"
82
+ }
83
+ },
84
+ "models_gemma2": {
85
+ "failed": {
86
+ "PyTorch": {
87
+ "unclassified": 0,
88
+ "single": 1,
89
+ "multi": 4
90
+ },
91
+ "Tokenizers": {
92
+ "unclassified": 0,
93
+ "single": 0,
94
+ "multi": 0
95
+ },
96
+ "Pipelines": {
97
+ "unclassified": 0,
98
+ "single": 0,
99
+ "multi": 0
100
+ },
101
+ "Trainer": {
102
+ "unclassified": 0,
103
+ "single": 0,
104
+ "multi": 0
105
+ },
106
+ "ONNX": {
107
+ "unclassified": 0,
108
+ "single": 0,
109
+ "multi": 0
110
+ },
111
+ "Auto": {
112
+ "unclassified": 0,
113
+ "single": 0,
114
+ "multi": 0
115
+ },
116
+ "Quantization": {
117
+ "unclassified": 0,
118
+ "single": 0,
119
+ "multi": 0
120
+ },
121
+ "Unclassified": {
122
+ "unclassified": 0,
123
+ "single": 1,
124
+ "multi": 1
125
+ }
126
+ },
127
+ "errors": 0,
128
+ "success": 275,
129
+ "skipped": 206,
130
+ "time_spent": [
131
+ 610.3,
132
+ 474.01
133
+ ],
134
+ "error": false,
135
+ "failures": {
136
+ "single": [
137
+ {
138
+ "line": "[100%]",
139
+ "trace": "(line 2774) Failed: (subprocess) torch.AcceleratorError: CUDA error: an illegal memory access was encountered"
140
+ },
141
+ {
142
+ "line": "tests/models/gemma2/test_modeling_gemma2.py::Gemma2IntegrationTest::test_model_2b_pipeline_bf16_flex_attention",
143
+ "trace": "Cannot retrieve error message."
144
+ }
145
+ ],
146
+ "multi": [
147
+ {
148
+ "line": "[100%]",
149
+ "trace": "(line 2774) Failed: (subprocess) torch.AcceleratorError: CUDA error: an illegal memory access was encountered"
150
+ },
151
+ {
152
+ "line": "tests/models/gemma2/test_modeling_gemma2.py::Gemma2IntegrationTest::test_model_2b_pipeline_bf16_flex_attention",
153
+ "trace": "(line 244) RuntimeError: CUDA driver error: an illegal memory access was encountered"
154
+ },
155
+ {
156
+ "line": "tests/models/gemma2/test_modeling_gemma2.py::Gemma2IntegrationTest::test_model_9b_bf16_flex_attention",
157
+ "trace": "(line 224) torch.AcceleratorError: CUDA error: an illegal memory access was encountered"
158
+ },
159
+ {
160
+ "line": "tests/models/gemma2/test_modeling_gemma2.py::Gemma2IntegrationTest::test_model_9b_fp16",
161
+ "trace": "(line 224) torch.AcceleratorError: CUDA error: an illegal memory access was encountered"
162
+ },
163
+ {
164
+ "line": "tests/models/gemma2/test_modeling_gemma2.py::Gemma2IntegrationTest::test_model_9b_pipeline_bf16",
165
+ "trace": "Cannot retrieve error message."
166
+ }
167
+ ]
168
+ },
169
+ "job_link": {
170
+ "single": "https://github.com/huggingface/transformers/actions/runs/20432504592/job/58706641163",
171
+ "multi": "https://github.com/huggingface/transformers/actions/runs/20432504592/job/58706641142"
172
+ },
173
+ "captured_info": {}
174
+ },
175
+ "models_llama": {
176
+ "failed": {
177
+ "PyTorch": {
178
+ "unclassified": 0,
179
+ "single": 0,
180
+ "multi": 0
181
+ },
182
+ "Tokenizers": {
183
+ "unclassified": 0,
184
+ "single": 5,
185
+ "multi": 5
186
+ },
187
+ "Pipelines": {
188
+ "unclassified": 0,
189
+ "single": 0,
190
+ "multi": 0
191
+ },
192
+ "Trainer": {
193
+ "unclassified": 0,
194
+ "single": 0,
195
+ "multi": 0
196
+ },
197
+ "ONNX": {
198
+ "unclassified": 0,
199
+ "single": 0,
200
+ "multi": 0
201
+ },
202
+ "Auto": {
203
+ "unclassified": 0,
204
+ "single": 0,
205
+ "multi": 0
206
+ },
207
+ "Quantization": {
208
+ "unclassified": 0,
209
+ "single": 0,
210
+ "multi": 0
211
+ },
212
+ "Unclassified": {
213
+ "unclassified": 0,
214
+ "single": 0,
215
+ "multi": 0
216
+ }
217
+ },
218
+ "errors": 0,
219
+ "success": 375,
220
+ "skipped": 195,
221
+ "time_spent": [
222
+ 302.49,
223
+ 314.8
224
+ ],
225
+ "error": false,
226
+ "failures": {
227
+ "multi": [
228
+ {
229
+ "line": "tests/models/llama/test_tokenization_llama.py::LlamaTokenizationTest::test_added_tokens_serialization",
230
+ "trace": "(line 483) OSError: You are trying to access a gated repo."
231
+ },
232
+ {
233
+ "line": "tests/models/llama/test_tokenization_llama.py::LlamaTokenizationTest::test_chat_template_return_assistant_tokens_mask",
234
+ "trace": "(line 483) OSError: You are trying to access a gated repo."
235
+ },
236
+ {
237
+ "line": "tests/models/llama/test_tokenization_llama.py::LlamaTokenizationTest::test_chat_template_return_assistant_tokens_mask_truncated",
238
+ "trace": "(line 483) OSError: You are trying to access a gated repo."
239
+ },
240
+ {
241
+ "line": "tests/models/llama/test_tokenization_llama.py::LlamaTokenizationTest::test_padding_side_in_kwargs",
242
+ "trace": "(line 483) OSError: You are trying to access a gated repo."
243
+ },
244
+ {
245
+ "line": "tests/models/llama/test_tokenization_llama.py::LlamaTokenizationTest::test_truncation_side_in_kwargs",
246
+ "trace": "(line 483) OSError: You are trying to access a gated repo."
247
+ }
248
+ ],
249
+ "single": [
250
+ {
251
+ "line": "tests/models/llama/test_tokenization_llama.py::LlamaTokenizationTest::test_added_tokens_serialization",
252
+ "trace": "(line 483) OSError: You are trying to access a gated repo."
253
+ },
254
+ {
255
+ "line": "tests/models/llama/test_tokenization_llama.py::LlamaTokenizationTest::test_chat_template_return_assistant_tokens_mask",
256
+ "trace": "(line 483) OSError: You are trying to access a gated repo."
257
+ },
258
+ {
259
+ "line": "tests/models/llama/test_tokenization_llama.py::LlamaTokenizationTest::test_chat_template_return_assistant_tokens_mask_truncated",
260
+ "trace": "(line 483) OSError: You are trying to access a gated repo."
261
+ },
262
+ {
263
+ "line": "tests/models/llama/test_tokenization_llama.py::LlamaTokenizationTest::test_padding_side_in_kwargs",
264
+ "trace": "(line 483) OSError: You are trying to access a gated repo."
265
+ },
266
+ {
267
+ "line": "tests/models/llama/test_tokenization_llama.py::LlamaTokenizationTest::test_truncation_side_in_kwargs",
268
+ "trace": "(line 483) OSError: You are trying to access a gated repo."
269
+ }
270
+ ]
271
+ },
272
+ "job_link": {
273
+ "multi": "https://github.com/huggingface/transformers/actions/runs/20432504592/job/58706641152",
274
+ "single": "https://github.com/huggingface/transformers/actions/runs/20432504592/job/58706641161"
275
+ },
276
+ "captured_info": {}
277
+ },
278
+ "models_qwen2": {
279
+ "failed": {
280
+ "PyTorch": {
281
+ "unclassified": 0,
282
+ "single": 4,
283
+ "multi": 4
284
+ },
285
+ "Tokenizers": {
286
+ "unclassified": 0,
287
+ "single": 0,
288
+ "multi": 0
289
+ },
290
+ "Pipelines": {
291
+ "unclassified": 0,
292
+ "single": 0,
293
+ "multi": 0
294
+ },
295
+ "Trainer": {
296
+ "unclassified": 0,
297
+ "single": 0,
298
+ "multi": 0
299
+ },
300
+ "ONNX": {
301
+ "unclassified": 0,
302
+ "single": 0,
303
+ "multi": 0
304
+ },
305
+ "Auto": {
306
+ "unclassified": 0,
307
+ "single": 0,
308
+ "multi": 0
309
+ },
310
+ "Quantization": {
311
+ "unclassified": 0,
312
+ "single": 0,
313
+ "multi": 0
314
+ },
315
+ "Unclassified": {
316
+ "unclassified": 0,
317
+ "single": 0,
318
+ "multi": 0
319
+ }
320
+ },
321
+ "errors": 0,
322
+ "success": 369,
323
+ "skipped": 197,
324
+ "time_spent": [
325
+ 232.81,
326
+ 237.65
327
+ ],
328
+ "error": false,
329
+ "failures": {
330
+ "single": [
331
+ {
332
+ "line": "tests/models/qwen2/test_modeling_qwen2.py::Qwen2IntegrationTest::test_export_static_cache",
333
+ "trace": "(line 276) AssertionError: Lists differ: ['My [35 chars], organic, gluten free, vegan, and vegetarian. I love to use'] != ['My [35 chars], organic, gluten free, vegan, and free from preservatives. I']"
334
+ },
335
+ {
336
+ "line": "tests/models/qwen2/test_modeling_qwen2.py::Qwen2IntegrationTest::test_model_450m_generation",
337
+ "trace": "(line 105) AssertionError: 'My f[29 chars]tural, organic and vegan. I love to use it in my cooking and I' != 'My f[29 chars]tural, organic and vegan. I love to use it in my cooking, but'"
338
+ },
339
+ {
340
+ "line": "tests/models/qwen2/test_modeling_qwen2.py::Qwen2IntegrationTest::test_model_450m_logits",
341
+ "trace": "(line 82) AssertionError: Tensor-likes are not close!"
342
+ },
343
+ {
344
+ "line": "tests/models/qwen2/test_modeling_qwen2.py::Qwen2IntegrationTest::test_model_450m_long_prompt_sdpa",
345
+ "trace": "(line 174) AssertionError: 'My f[29 chars]tural, organic and vegan. I love to use it in my cooking and I' != 'My f[29 chars]tural, organic and vegan. I love to use it in my cooking, but'"
346
+ }
347
+ ],
348
+ "multi": [
349
+ {
350
+ "line": "tests/models/qwen2/test_modeling_qwen2.py::Qwen2IntegrationTest::test_export_static_cache",
351
+ "trace": "(line 276) AssertionError: Lists differ: ['My [35 chars], organic, gluten free, vegan, and vegetarian. I love to use'] != ['My [35 chars], organic, gluten free, vegan, and free from preservatives. I']"
352
+ },
353
+ {
354
+ "line": "tests/models/qwen2/test_modeling_qwen2.py::Qwen2IntegrationTest::test_model_450m_generation",
355
+ "trace": "(line 105) AssertionError: 'My f[29 chars]tural, organic and vegan. I love to use it in my cooking and I' != 'My f[29 chars]tural, organic and vegan. I love to use it in my cooking, but'"
356
+ },
357
+ {
358
+ "line": "tests/models/qwen2/test_modeling_qwen2.py::Qwen2IntegrationTest::test_model_450m_logits",
359
+ "trace": "(line 82) AssertionError: Tensor-likes are not close!"
360
+ },
361
+ {
362
+ "line": "tests/models/qwen2/test_modeling_qwen2.py::Qwen2IntegrationTest::test_model_450m_long_prompt_sdpa",
363
+ "trace": "(line 174) AssertionError: 'My f[29 chars]tural, organic and vegan. I love to use it in my cooking and I' != 'My f[29 chars]tural, organic and vegan. I love to use it in my cooking, but'"
364
+ }
365
+ ]
366
+ },
367
+ "job_link": {
368
+ "single": "https://github.com/huggingface/transformers/actions/runs/20432504592/job/58706641141",
369
+ "multi": "https://github.com/huggingface/transformers/actions/runs/20432504592/job/58706641154"
370
+ },
371
+ "captured_info": {
372
+ "single": "https://github.com/huggingface/transformers/actions/runs/20432504592/job/58706641141#step:16:1",
373
+ "multi": "https://github.com/huggingface/transformers/actions/runs/20432504592/job/58706641154#step:16:1"
374
+ }
375
+ },
376
+ "models_t5": {
377
+ "failed": {
378
+ "PyTorch": {
379
+ "unclassified": 0,
380
+ "single": 2,
381
+ "multi": 2
382
+ },
383
+ "Tokenizers": {
384
+ "unclassified": 0,
385
+ "single": 0,
386
+ "multi": 0
387
+ },
388
+ "Pipelines": {
389
+ "unclassified": 0,
390
+ "single": 0,
391
+ "multi": 0
392
+ },
393
+ "Trainer": {
394
+ "unclassified": 0,
395
+ "single": 0,
396
+ "multi": 0
397
+ },
398
+ "ONNX": {
399
+ "unclassified": 0,
400
+ "single": 0,
401
+ "multi": 0
402
+ },
403
+ "Auto": {
404
+ "unclassified": 0,
405
+ "single": 0,
406
+ "multi": 0
407
+ },
408
+ "Quantization": {
409
+ "unclassified": 0,
410
+ "single": 0,
411
+ "multi": 0
412
+ },
413
+ "Unclassified": {
414
+ "unclassified": 0,
415
+ "single": 0,
416
+ "multi": 0
417
+ }
418
+ },
419
+ "errors": 0,
420
+ "success": 417,
421
+ "skipped": 521,
422
+ "time_spent": [
423
+ 148.58,
424
+ 154.33
425
+ ],
426
+ "error": false,
427
+ "failures": {
428
+ "single": [
429
+ {
430
+ "line": "tests/models/t5/test_modeling_t5.py::T5ModelFp16Tests::test_fp16_fp32_conversion",
431
+ "trace": "(line 687) AssertionError: False is not true"
432
+ },
433
+ {
434
+ "line": "tests/models/t5/test_modeling_t5.py::T5ModelIntegrationTests::test_compile_static_cache",
435
+ "trace": "(line 1452) AssertionError: Lists differ: ['the[91 chars]rames. the laws of physics are the same for al[62 chars]nt.'] != ['the[91 chars]rames . the laws of physics are the same for a[65 chars]t .']"
436
+ }
437
+ ],
438
+ "multi": [
439
+ {
440
+ "line": "tests/models/t5/test_modeling_t5.py::T5ModelFp16Tests::test_fp16_fp32_conversion",
441
+ "trace": "(line 687) AssertionError: False is not true"
442
+ },
443
+ {
444
+ "line": "tests/models/t5/test_modeling_t5.py::T5ModelIntegrationTests::test_compile_static_cache",
445
+ "trace": "(line 1452) AssertionError: Lists differ: ['the[91 chars]rames. the laws of physics are the same for al[62 chars]nt.'] != ['the[91 chars]rames . the laws of physics are the same for a[65 chars]t .']"
446
+ }
447
+ ]
448
+ },
449
+ "job_link": {
450
+ "single": "https://github.com/huggingface/transformers/actions/runs/20432504592/job/58706641145",
451
+ "multi": "https://github.com/huggingface/transformers/actions/runs/20432504592/job/58706641159"
452
+ },
453
+ "captured_info": {
454
+ "single": "https://github.com/huggingface/transformers/actions/runs/20432504592/job/58706641145#step:16:1",
455
+ "multi": "https://github.com/huggingface/transformers/actions/runs/20432504592/job/58706641159#step:16:1"
456
+ }
457
+ },
458
+ "models_whisper": {
459
+ "failed": {
460
+ "PyTorch": {
461
+ "unclassified": 0,
462
+ "single": 16,
463
+ "multi": 16
464
+ },
465
+ "Tokenizers": {
466
+ "unclassified": 0,
467
+ "single": 0,
468
+ "multi": 0
469
+ },
470
+ "Pipelines": {
471
+ "unclassified": 0,
472
+ "single": 0,
473
+ "multi": 0
474
+ },
475
+ "Trainer": {
476
+ "unclassified": 0,
477
+ "single": 0,
478
+ "multi": 0
479
+ },
480
+ "ONNX": {
481
+ "unclassified": 0,
482
+ "single": 0,
483
+ "multi": 0
484
+ },
485
+ "Auto": {
486
+ "unclassified": 0,
487
+ "single": 0,
488
+ "multi": 0
489
+ },
490
+ "Quantization": {
491
+ "unclassified": 0,
492
+ "single": 0,
493
+ "multi": 0
494
+ },
495
+ "Unclassified": {
496
+ "unclassified": 0,
497
+ "single": 0,
498
+ "multi": 0
499
+ }
500
+ },
501
+ "errors": 0,
502
+ "success": 903,
503
+ "skipped": 401,
504
+ "time_spent": [
505
+ 631.93,
506
+ 581.38
507
+ ],
508
+ "error": false,
509
+ "failures": {
510
+ "multi": [
511
+ {
512
+ "line": "tests/models/whisper/test_modeling_whisper.py::WhisperModelIntegrationTests::test_distil_token_timestamp_generation",
513
+ "trace": "(line 366) RuntimeError: Input type (float) and bias type (c10::Half) should be the same"
514
+ },
515
+ {
516
+ "line": "tests/models/whisper/test_modeling_whisper.py::WhisperModelIntegrationTests::test_large_batched_generation",
517
+ "trace": "(line 366) RuntimeError: Input type (float) and bias type (c10::Half) should be the same"
518
+ },
519
+ {
520
+ "line": "tests/models/whisper/test_modeling_whisper.py::WhisperModelIntegrationTests::test_large_generation",
521
+ "trace": "(line 366) RuntimeError: Input type (float) and bias type (c10::Half) should be the same"
522
+ },
523
+ {
524
+ "line": "tests/models/whisper/test_modeling_whisper.py::WhisperModelIntegrationTests::test_large_generation_multilingual",
525
+ "trace": "(line 366) RuntimeError: Input type (float) and bias type (c10::Half) should be the same"
526
+ },
527
+ {
528
+ "line": "tests/models/whisper/test_modeling_whisper.py::WhisperModelIntegrationTests::test_large_timestamp_generation",
529
+ "trace": "(line 366) RuntimeError: Input type (float) and bias type (c10::Half) should be the same"
530
+ },
531
+ {
532
+ "line": "tests/models/whisper/test_modeling_whisper.py::WhisperModelIntegrationTests::test_small_longform_timestamps_generation",
533
+ "trace": "(line 1893) KeyError: 0"
534
+ },
535
+ {
536
+ "line": "tests/models/whisper/test_modeling_whisper.py::WhisperModelIntegrationTests::test_speculative_decoding_distil",
537
+ "trace": "(line 687) AssertionError: False is not true : Make sure that assistant decoding is faster"
538
+ },
539
+ {
540
+ "line": "tests/models/whisper/test_modeling_whisper.py::WhisperModelIntegrationTests::test_speculative_decoding_non_distil",
541
+ "trace": "(line 2401) AssertionError: Lists differ: [' Mr[35 chars]dle classes and we are glad to welcome his gospel. Thank you.'] != [' Mr[35 chars]dle classes and we are glad to welcome his gospel.']"
542
+ },
543
+ {
544
+ "line": "tests/models/whisper/test_modeling_whisper.py::WhisperModelIntegrationTests::test_tiny_en_batched_generation",
545
+ "trace": "(line 1552) AssertionError: The values for attribute 'shape' do not match: torch.Size([4, 18]) != torch.Size([4, 20])."
546
+ },
547
+ {
548
+ "line": "tests/models/whisper/test_modeling_whisper.py::WhisperModelIntegrationTests::test_tiny_en_generation",
549
+ "trace": "(line 1389) AssertionError: ' Mr.[15 chars] apostle of the middle classes, and we are glad to' != ' Mr.[15 chars] apostle of the middle classes, and we are glad to welcome his'"
550
+ },
551
+ {
552
+ "line": "tests/models/whisper/test_modeling_whisper.py::WhisperModelIntegrationTests::test_tiny_generation",
553
+ "trace": "(line 1405) AssertionError: ' Mr.[21 chars]le of the middle classes and we are glad' != ' Mr.[21 chars]le of the middle classes and we are glad to welcome his gospel'"
554
+ },
555
+ {
556
+ "line": "tests/models/whisper/test_modeling_whisper.py::WhisperModelIntegrationTests::test_tiny_longform_timestamps_generation",
557
+ "trace": "(line 1709) KeyError: 0"
558
+ },
559
+ {
560
+ "line": "tests/models/whisper/test_modeling_whisper.py::WhisperModelIntegrationTests::test_tiny_timestamp_generation",
561
+ "trace": "(line 4072) IndexError: list index out of range"
562
+ },
563
+ {
564
+ "line": "tests/models/whisper/test_modeling_whisper.py::WhisperModelIntegrationTests::test_whisper_longform_multi_batch_hard",
565
+ "trace": "(line 2798) AssertionError: Lists differ: [\" Fo[272 chars]ting of classics, Sicilian, nade door variatio[8147 chars]le!'] != [\" Fo[272 chars]ting a classic Sicilian, nade door variation o[8150 chars]le!']"
566
+ },
567
+ {
568
+ "line": "tests/models/whisper/test_modeling_whisper.py::WhisperModelIntegrationTests::test_whisper_longform_single_batch",
569
+ "trace": "(line 297) TypeError: '>=' not supported between instances of 'list' and 'int'"
570
+ },
571
+ {
572
+ "line": "tests/models/whisper/test_modeling_whisper.py::WhisperModelIntegrationTests::test_whisper_shortform_single_batch_prev_cond",
573
+ "trace": "(line 2567) AssertionError: Lists differ: [\" Fo[268 chars]ating, so soft, it would make JD power and her[196 chars]ke.\"] != [\" Fo[268 chars]ating so soft, it would make JD power and her [195 chars]ke.\"]"
574
+ }
575
+ ],
576
+ "single": [
577
+ {
578
+ "line": "tests/models/whisper/test_modeling_whisper.py::WhisperModelIntegrationTests::test_distil_token_timestamp_generation",
579
+ "trace": "(line 366) RuntimeError: Input type (float) and bias type (c10::Half) should be the same"
580
+ },
581
+ {
582
+ "line": "tests/models/whisper/test_modeling_whisper.py::WhisperModelIntegrationTests::test_large_batched_generation",
583
+ "trace": "(line 366) RuntimeError: Input type (float) and bias type (c10::Half) should be the same"
584
+ },
585
+ {
586
+ "line": "tests/models/whisper/test_modeling_whisper.py::WhisperModelIntegrationTests::test_large_generation",
587
+ "trace": "(line 366) RuntimeError: Input type (float) and bias type (c10::Half) should be the same"
588
+ },
589
+ {
590
+ "line": "tests/models/whisper/test_modeling_whisper.py::WhisperModelIntegrationTests::test_large_generation_multilingual",
591
+ "trace": "(line 366) RuntimeError: Input type (float) and bias type (c10::Half) should be the same"
592
+ },
593
+ {
594
+ "line": "tests/models/whisper/test_modeling_whisper.py::WhisperModelIntegrationTests::test_large_timestamp_generation",
595
+ "trace": "(line 366) RuntimeError: Input type (float) and bias type (c10::Half) should be the same"
596
+ },
597
+ {
598
+ "line": "tests/models/whisper/test_modeling_whisper.py::WhisperModelIntegrationTests::test_small_longform_timestamps_generation",
599
+ "trace": "(line 1893) KeyError: 0"
600
+ },
601
+ {
602
+ "line": "tests/models/whisper/test_modeling_whisper.py::WhisperModelIntegrationTests::test_speculative_decoding_distil",
603
+ "trace": "(line 687) AssertionError: False is not true : Make sure that assistant decoding is faster"
604
+ },
605
+ {
606
+ "line": "tests/models/whisper/test_modeling_whisper.py::WhisperModelIntegrationTests::test_speculative_decoding_non_distil",
607
+ "trace": "(line 2401) AssertionError: Lists differ: [' Mr[35 chars]dle classes and we are glad to welcome his gospel. Thank you.'] != [' Mr[35 chars]dle classes and we are glad to welcome his gospel.']"
608
+ },
609
+ {
610
+ "line": "tests/models/whisper/test_modeling_whisper.py::WhisperModelIntegrationTests::test_tiny_en_batched_generation",
611
+ "trace": "(line 1552) AssertionError: The values for attribute 'shape' do not match: torch.Size([4, 18]) != torch.Size([4, 20])."
612
+ },
613
+ {
614
+ "line": "tests/models/whisper/test_modeling_whisper.py::WhisperModelIntegrationTests::test_tiny_en_generation",
615
+ "trace": "(line 1389) AssertionError: ' Mr.[15 chars] apostle of the middle classes, and we are glad to' != ' Mr.[15 chars] apostle of the middle classes, and we are glad to welcome his'"
616
+ },
617
+ {
618
+ "line": "tests/models/whisper/test_modeling_whisper.py::WhisperModelIntegrationTests::test_tiny_generation",
619
+ "trace": "(line 1405) AssertionError: ' Mr.[21 chars]le of the middle classes and we are glad' != ' Mr.[21 chars]le of the middle classes and we are glad to welcome his gospel'"
620
+ },
621
+ {
622
+ "line": "tests/models/whisper/test_modeling_whisper.py::WhisperModelIntegrationTests::test_tiny_longform_timestamps_generation",
623
+ "trace": "(line 1709) KeyError: 0"
624
+ },
625
+ {
626
+ "line": "tests/models/whisper/test_modeling_whisper.py::WhisperModelIntegrationTests::test_tiny_timestamp_generation",
627
+ "trace": "(line 4072) IndexError: list index out of range"
628
+ },
629
+ {
630
+ "line": "tests/models/whisper/test_modeling_whisper.py::WhisperModelIntegrationTests::test_whisper_longform_multi_batch_hard",
631
+ "trace": "(line 2798) AssertionError: Lists differ: [\" Fo[272 chars]ting of classics, Sicilian, nade door variatio[8147 chars]le!'] != [\" Fo[272 chars]ting a classic Sicilian, nade door variation o[8150 chars]le!']"
632
+ },
633
+ {
634
+ "line": "tests/models/whisper/test_modeling_whisper.py::WhisperModelIntegrationTests::test_whisper_longform_single_batch",
635
+ "trace": "(line 297) TypeError: '>=' not supported between instances of 'list' and 'int'"
636
+ },
637
+ {
638
+ "line": "tests/models/whisper/test_modeling_whisper.py::WhisperModelIntegrationTests::test_whisper_shortform_single_batch_prev_cond",
639
+ "trace": "(line 2567) AssertionError: Lists differ: [\" Fo[268 chars]ating, so soft, it would make JD power and her[196 chars]ke.\"] != [\" Fo[268 chars]ating so soft, it would make JD power and her [195 chars]ke.\"]"
640
+ }
641
+ ]
642
+ },
643
+ "job_link": {
644
+ "multi": "https://github.com/huggingface/transformers/actions/runs/20432504592/job/58706641147",
645
+ "single": "https://github.com/huggingface/transformers/actions/runs/20432504592/job/58706641136"
646
+ },
647
+ "captured_info": {
648
+ "multi": "https://github.com/huggingface/transformers/actions/runs/20432504592/job/58706641147#step:16:1",
649
+ "single": "https://github.com/huggingface/transformers/actions/runs/20432504592/job/58706641136#step:16:1"
650
+ }
651
+ }
652
+ }