hf-transformers-bot commited on
Commit
09ead2f
·
verified ·
1 Parent(s): eb36530

Upload 2026-03-23/runs/31587-23449009726/ci_results_run_models_gpu/new_failures.json with huggingface_hub

Browse files
2026-03-23/runs/31587-23449009726/ci_results_run_models_gpu/new_failures.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "qwen3_5": {
3
+ "failures": {
4
+ "multi-gpu": [
5
+ {
6
+ "line": "tests/models/qwen3_5/test_modeling_qwen3_5.py::Qwen3_5ModelTest::test_model_parallel_beam_search",
7
+ "trace": "(line 2567) RuntimeError: Expected all tensors to be on the same device, but got index is on cuda:0, different from other tensors on cuda:1 (when checking argument in method wrapper_CUDA__index_select)"
8
+ },
9
+ {
10
+ "line": "tests/models/qwen3_5/test_modeling_qwen3_5.py::Qwen3_5ModelTest::test_model_parallelism",
11
+ "trace": "(line 1965) AttributeError: 'Qwen3_5Model' object has no attribute 'hf_device_map'"
12
+ }
13
+ ]
14
+ },
15
+ "job_link": {
16
+ "single": "https://github.com/huggingface/transformers/actions/runs/23449009726/job/68221378125",
17
+ "multi": "https://github.com/huggingface/transformers/actions/runs/23449009726/job/68221378188"
18
+ }
19
+ },
20
+ "t5gemma2": {
21
+ "failures": {
22
+ "single-gpu": [
23
+ {
24
+ "line": "tests/models/t5gemma2/test_modeling_t5gemma2.py::T5Gemma2ModelTest::test_generate_compilation_all_outputs",
25
+ "trace": "(line 2497) AssertionError"
26
+ },
27
+ {
28
+ "line": "tests/models/t5gemma2/test_modeling_t5gemma2.py::T5Gemma2ModelTest::test_generate_compile_model_forward_fullgraph",
29
+ "trace": "(line 2497) AssertionError"
30
+ },
31
+ {
32
+ "line": "tests/models/t5gemma2/test_modeling_t5gemma2.py::T5Gemma2IntegrationTest::test_model_generation_batch_270m",
33
+ "trace": "(line 1081) AssertionError: Lists differ: [' a [83 chars]e UK.\\n\\nThe bumblebee is a species of bee tha[15 chars]the'] != [' a [83 chars]e UK.']"
34
+ }
35
+ ],
36
+ "multi-gpu": [
37
+ {
38
+ "line": "tests/models/t5gemma2/test_modeling_t5gemma2.py::T5Gemma2ModelTest::test_generate_compilation_all_outputs",
39
+ "trace": "(line 2497) AssertionError"
40
+ },
41
+ {
42
+ "line": "tests/models/t5gemma2/test_modeling_t5gemma2.py::T5Gemma2ModelTest::test_generate_compile_model_forward_fullgraph",
43
+ "trace": "(line 2497) AssertionError"
44
+ },
45
+ {
46
+ "line": "tests/models/t5gemma2/test_modeling_t5gemma2.py::T5Gemma2IntegrationTest::test_model_generation_batch_270m",
47
+ "trace": "(line 1081) AssertionError: Lists differ: [' a [83 chars]e UK.\\n\\nThe bumblebee is a species of bee tha[15 chars]the'] != [' a [83 chars]e UK.']"
48
+ }
49
+ ]
50
+ },
51
+ "job_link": {
52
+ "single": "https://github.com/huggingface/transformers/actions/runs/23449009726/job/68221378163",
53
+ "multi": "https://github.com/huggingface/transformers/actions/runs/23449009726/job/68221378147"
54
+ }
55
+ }
56
+ }