hf-transformers-bot commited on
Commit
cbd47b6
·
verified ·
1 Parent(s): f062e89

Upload 2025-09-29/runs/5281-18097980371/ci_results_run_models_gpu/model_results.json with huggingface_hub

Browse files
2025-09-29/runs/5281-18097980371/ci_results_run_models_gpu/model_results.json ADDED
@@ -0,0 +1,164 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "models_gemma3n": {
3
+ "failed": {
4
+ "PyTorch": {
5
+ "unclassified": 0,
6
+ "single": 12,
7
+ "multi": 12
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": 307,
47
+ "skipped": 757,
48
+ "time_spent": [
49
+ 248.3,
50
+ 245.12
51
+ ],
52
+ "error": false,
53
+ "failures": {
54
+ "multi": [
55
+ {
56
+ "line": "tests/models/gemma3n/test_modeling_gemma3n.py::Gemma3nTextModelTest::test_flash_attn_2_equivalence",
57
+ "trace": "(line 557) AssertionError: Tensor-likes are not close!"
58
+ },
59
+ {
60
+ "line": "tests/models/gemma3n/test_modeling_gemma3n.py::Gemma3nTextModelTest::test_flash_attn_2_inference_equivalence",
61
+ "trace": "(line 3478) AssertionError: Tensor-likes are not close!"
62
+ },
63
+ {
64
+ "line": "tests/models/gemma3n/test_modeling_gemma3n.py::Gemma3nTextModelTest::test_flash_attn_2_inference_equivalence_right_padding",
65
+ "trace": "(line 3478) AssertionError: Tensor-likes are not close!"
66
+ },
67
+ {
68
+ "line": "tests/models/gemma3n/test_modeling_gemma3n.py::Gemma3nIntegrationTest::test_generation_beyond_sliding_window_0_sdpa",
69
+ "trace": "(line 15) TypeError: 'torchcodec.decoders.AudioDecoder' object is not subscriptable"
70
+ },
71
+ {
72
+ "line": "tests/models/gemma3n/test_modeling_gemma3n.py::Gemma3nIntegrationTest::test_generation_beyond_sliding_window_1_eager",
73
+ "trace": "(line 15) TypeError: 'torchcodec.decoders.AudioDecoder' object is not subscriptable"
74
+ },
75
+ {
76
+ "line": "tests/models/gemma3n/test_modeling_gemma3n.py::Gemma3nIntegrationTest::test_generation_beyond_sliding_window_2_flash_attention_2",
77
+ "trace": "(line 15) TypeError: 'torchcodec.decoders.AudioDecoder' object is not subscriptable"
78
+ },
79
+ {
80
+ "line": "tests/models/gemma3n/test_modeling_gemma3n.py::Gemma3nIntegrationTest::test_generation_beyond_sliding_window_with_generation_config",
81
+ "trace": "(line 15) TypeError: 'torchcodec.decoders.AudioDecoder' object is not subscriptable"
82
+ },
83
+ {
84
+ "line": "tests/models/gemma3n/test_modeling_gemma3n.py::Gemma3nIntegrationTest::test_model_4b_batch",
85
+ "trace": "(line 15) TypeError: 'torchcodec.decoders.AudioDecoder' object is not subscriptable"
86
+ },
87
+ {
88
+ "line": "tests/models/gemma3n/test_modeling_gemma3n.py::Gemma3nIntegrationTest::test_model_4b_bf16",
89
+ "trace": "(line 15) TypeError: 'torchcodec.decoders.AudioDecoder' object is not subscriptable"
90
+ },
91
+ {
92
+ "line": "tests/models/gemma3n/test_modeling_gemma3n.py::Gemma3nIntegrationTest::test_model_4b_image",
93
+ "trace": "(line 15) TypeError: 'torchcodec.decoders.AudioDecoder' object is not subscriptable"
94
+ },
95
+ {
96
+ "line": "tests/models/gemma3n/test_modeling_gemma3n.py::Gemma3nIntegrationTest::test_model_4b_multiimage",
97
+ "trace": "(line 15) TypeError: 'torchcodec.decoders.AudioDecoder' object is not subscriptable"
98
+ },
99
+ {
100
+ "line": "tests/models/gemma3n/test_modeling_gemma3n.py::Gemma3nIntegrationTest::test_model_with_audio",
101
+ "trace": "(line 15) TypeError: 'torchcodec.decoders.AudioDecoder' object is not subscriptable"
102
+ }
103
+ ],
104
+ "single": [
105
+ {
106
+ "line": "tests/models/gemma3n/test_modeling_gemma3n.py::Gemma3nTextModelTest::test_flash_attn_2_equivalence",
107
+ "trace": "(line 557) AssertionError: Tensor-likes are not close!"
108
+ },
109
+ {
110
+ "line": "tests/models/gemma3n/test_modeling_gemma3n.py::Gemma3nTextModelTest::test_flash_attn_2_inference_equivalence",
111
+ "trace": "(line 3478) AssertionError: Tensor-likes are not close!"
112
+ },
113
+ {
114
+ "line": "tests/models/gemma3n/test_modeling_gemma3n.py::Gemma3nTextModelTest::test_flash_attn_2_inference_equivalence_right_padding",
115
+ "trace": "(line 3478) AssertionError: Tensor-likes are not close!"
116
+ },
117
+ {
118
+ "line": "tests/models/gemma3n/test_modeling_gemma3n.py::Gemma3nIntegrationTest::test_generation_beyond_sliding_window_0_sdpa",
119
+ "trace": "(line 15) TypeError: 'torchcodec.decoders.AudioDecoder' object is not subscriptable"
120
+ },
121
+ {
122
+ "line": "tests/models/gemma3n/test_modeling_gemma3n.py::Gemma3nIntegrationTest::test_generation_beyond_sliding_window_1_eager",
123
+ "trace": "(line 15) TypeError: 'torchcodec.decoders.AudioDecoder' object is not subscriptable"
124
+ },
125
+ {
126
+ "line": "tests/models/gemma3n/test_modeling_gemma3n.py::Gemma3nIntegrationTest::test_generation_beyond_sliding_window_2_flash_attention_2",
127
+ "trace": "(line 15) TypeError: 'torchcodec.decoders.AudioDecoder' object is not subscriptable"
128
+ },
129
+ {
130
+ "line": "tests/models/gemma3n/test_modeling_gemma3n.py::Gemma3nIntegrationTest::test_generation_beyond_sliding_window_with_generation_config",
131
+ "trace": "(line 15) TypeError: 'torchcodec.decoders.AudioDecoder' object is not subscriptable"
132
+ },
133
+ {
134
+ "line": "tests/models/gemma3n/test_modeling_gemma3n.py::Gemma3nIntegrationTest::test_model_4b_batch",
135
+ "trace": "(line 15) TypeError: 'torchcodec.decoders.AudioDecoder' object is not subscriptable"
136
+ },
137
+ {
138
+ "line": "tests/models/gemma3n/test_modeling_gemma3n.py::Gemma3nIntegrationTest::test_model_4b_bf16",
139
+ "trace": "(line 15) TypeError: 'torchcodec.decoders.AudioDecoder' object is not subscriptable"
140
+ },
141
+ {
142
+ "line": "tests/models/gemma3n/test_modeling_gemma3n.py::Gemma3nIntegrationTest::test_model_4b_image",
143
+ "trace": "(line 15) TypeError: 'torchcodec.decoders.AudioDecoder' object is not subscriptable"
144
+ },
145
+ {
146
+ "line": "tests/models/gemma3n/test_modeling_gemma3n.py::Gemma3nIntegrationTest::test_model_4b_multiimage",
147
+ "trace": "(line 15) TypeError: 'torchcodec.decoders.AudioDecoder' object is not subscriptable"
148
+ },
149
+ {
150
+ "line": "tests/models/gemma3n/test_modeling_gemma3n.py::Gemma3nIntegrationTest::test_model_with_audio",
151
+ "trace": "(line 15) TypeError: 'torchcodec.decoders.AudioDecoder' object is not subscriptable"
152
+ }
153
+ ]
154
+ },
155
+ "job_link": {
156
+ "multi": "https://github.com/huggingface/transformers/actions/runs/18097980371/job/51494067263",
157
+ "single": "https://github.com/huggingface/transformers/actions/runs/18097980371/job/51494067220"
158
+ },
159
+ "captured_info": {
160
+ "multi": "https://github.com/huggingface/transformers/actions/runs/18097980371/job/51494067263#step:16:1",
161
+ "single": "https://github.com/huggingface/transformers/actions/runs/18097980371/job/51494067220#step:16:1"
162
+ }
163
+ }
164
+ }