hf-transformers-bot commited on
Commit
574a448
·
verified ·
1 Parent(s): 0be41ae

Upload 2025-09-29/runs/5292-18102959184/ci_results_run_models_gpu/model_results.json with huggingface_hub

Browse files
2025-09-29/runs/5292-18102959184/ci_results_run_models_gpu/model_results.json ADDED
@@ -0,0 +1,222 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "models_auto": {
3
+ "failed": {
4
+ "PyTorch": {
5
+ "unclassified": 0,
6
+ "single": 0,
7
+ "multi": 0
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": 226,
47
+ "skipped": 10,
48
+ "time_spent": [
49
+ 49.84,
50
+ 53.86
51
+ ],
52
+ "error": false,
53
+ "failures": {},
54
+ "job_link": {
55
+ "single": "https://github.com/huggingface/transformers/actions/runs/18102959184/job/51510661134",
56
+ "multi": "https://github.com/huggingface/transformers/actions/runs/18102959184/job/51510661160"
57
+ },
58
+ "captured_info": {}
59
+ },
60
+ "models_gemma3n": {
61
+ "failed": {
62
+ "PyTorch": {
63
+ "unclassified": 0,
64
+ "single": 12,
65
+ "multi": 12
66
+ },
67
+ "Tokenizers": {
68
+ "unclassified": 0,
69
+ "single": 0,
70
+ "multi": 0
71
+ },
72
+ "Pipelines": {
73
+ "unclassified": 0,
74
+ "single": 0,
75
+ "multi": 0
76
+ },
77
+ "Trainer": {
78
+ "unclassified": 0,
79
+ "single": 0,
80
+ "multi": 0
81
+ },
82
+ "ONNX": {
83
+ "unclassified": 0,
84
+ "single": 0,
85
+ "multi": 0
86
+ },
87
+ "Auto": {
88
+ "unclassified": 0,
89
+ "single": 0,
90
+ "multi": 0
91
+ },
92
+ "Quantization": {
93
+ "unclassified": 0,
94
+ "single": 0,
95
+ "multi": 0
96
+ },
97
+ "Unclassified": {
98
+ "unclassified": 0,
99
+ "single": 0,
100
+ "multi": 0
101
+ }
102
+ },
103
+ "errors": 0,
104
+ "success": 307,
105
+ "skipped": 745,
106
+ "time_spent": [
107
+ 248.28,
108
+ 247.33
109
+ ],
110
+ "error": false,
111
+ "failures": {
112
+ "multi": [
113
+ {
114
+ "line": "tests/models/gemma3n/test_modeling_gemma3n.py::Gemma3nTextModelTest::test_flash_attn_2_equivalence",
115
+ "trace": "(line 557) AssertionError: Tensor-likes are not close!"
116
+ },
117
+ {
118
+ "line": "tests/models/gemma3n/test_modeling_gemma3n.py::Gemma3nTextModelTest::test_flash_attn_2_inference_equivalence",
119
+ "trace": "(line 3376) AssertionError: Tensor-likes are not close!"
120
+ },
121
+ {
122
+ "line": "tests/models/gemma3n/test_modeling_gemma3n.py::Gemma3nTextModelTest::test_flash_attn_2_inference_equivalence_right_padding",
123
+ "trace": "(line 3374) AssertionError: Tensor-likes are not close!"
124
+ },
125
+ {
126
+ "line": "tests/models/gemma3n/test_modeling_gemma3n.py::Gemma3nIntegrationTest::test_generation_beyond_sliding_window_0_sdpa",
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_1_eager",
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_generation_beyond_sliding_window_2_flash_attention_2",
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_generation_beyond_sliding_window_with_generation_config",
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_batch",
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_bf16",
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_4b_image",
151
+ "trace": "(line 15) TypeError: 'torchcodec.decoders.AudioDecoder' object is not subscriptable"
152
+ },
153
+ {
154
+ "line": "tests/models/gemma3n/test_modeling_gemma3n.py::Gemma3nIntegrationTest::test_model_4b_multiimage",
155
+ "trace": "(line 15) TypeError: 'torchcodec.decoders.AudioDecoder' object is not subscriptable"
156
+ },
157
+ {
158
+ "line": "tests/models/gemma3n/test_modeling_gemma3n.py::Gemma3nIntegrationTest::test_model_with_audio",
159
+ "trace": "(line 15) TypeError: 'torchcodec.decoders.AudioDecoder' object is not subscriptable"
160
+ }
161
+ ],
162
+ "single": [
163
+ {
164
+ "line": "tests/models/gemma3n/test_modeling_gemma3n.py::Gemma3nTextModelTest::test_flash_attn_2_equivalence",
165
+ "trace": "(line 557) AssertionError: Tensor-likes are not close!"
166
+ },
167
+ {
168
+ "line": "tests/models/gemma3n/test_modeling_gemma3n.py::Gemma3nTextModelTest::test_flash_attn_2_inference_equivalence",
169
+ "trace": "(line 3374) AssertionError: Tensor-likes are not close!"
170
+ },
171
+ {
172
+ "line": "tests/models/gemma3n/test_modeling_gemma3n.py::Gemma3nTextModelTest::test_flash_attn_2_inference_equivalence_right_padding",
173
+ "trace": "(line 3374) AssertionError: Tensor-likes are not close!"
174
+ },
175
+ {
176
+ "line": "tests/models/gemma3n/test_modeling_gemma3n.py::Gemma3nIntegrationTest::test_generation_beyond_sliding_window_0_sdpa",
177
+ "trace": "(line 15) TypeError: 'torchcodec.decoders.AudioDecoder' object is not subscriptable"
178
+ },
179
+ {
180
+ "line": "tests/models/gemma3n/test_modeling_gemma3n.py::Gemma3nIntegrationTest::test_generation_beyond_sliding_window_1_eager",
181
+ "trace": "(line 15) TypeError: 'torchcodec.decoders.AudioDecoder' object is not subscriptable"
182
+ },
183
+ {
184
+ "line": "tests/models/gemma3n/test_modeling_gemma3n.py::Gemma3nIntegrationTest::test_generation_beyond_sliding_window_2_flash_attention_2",
185
+ "trace": "(line 15) TypeError: 'torchcodec.decoders.AudioDecoder' object is not subscriptable"
186
+ },
187
+ {
188
+ "line": "tests/models/gemma3n/test_modeling_gemma3n.py::Gemma3nIntegrationTest::test_generation_beyond_sliding_window_with_generation_config",
189
+ "trace": "(line 15) TypeError: 'torchcodec.decoders.AudioDecoder' object is not subscriptable"
190
+ },
191
+ {
192
+ "line": "tests/models/gemma3n/test_modeling_gemma3n.py::Gemma3nIntegrationTest::test_model_4b_batch",
193
+ "trace": "(line 15) TypeError: 'torchcodec.decoders.AudioDecoder' object is not subscriptable"
194
+ },
195
+ {
196
+ "line": "tests/models/gemma3n/test_modeling_gemma3n.py::Gemma3nIntegrationTest::test_model_4b_bf16",
197
+ "trace": "(line 15) TypeError: 'torchcodec.decoders.AudioDecoder' object is not subscriptable"
198
+ },
199
+ {
200
+ "line": "tests/models/gemma3n/test_modeling_gemma3n.py::Gemma3nIntegrationTest::test_model_4b_image",
201
+ "trace": "(line 15) TypeError: 'torchcodec.decoders.AudioDecoder' object is not subscriptable"
202
+ },
203
+ {
204
+ "line": "tests/models/gemma3n/test_modeling_gemma3n.py::Gemma3nIntegrationTest::test_model_4b_multiimage",
205
+ "trace": "(line 15) TypeError: 'torchcodec.decoders.AudioDecoder' object is not subscriptable"
206
+ },
207
+ {
208
+ "line": "tests/models/gemma3n/test_modeling_gemma3n.py::Gemma3nIntegrationTest::test_model_with_audio",
209
+ "trace": "(line 15) TypeError: 'torchcodec.decoders.AudioDecoder' object is not subscriptable"
210
+ }
211
+ ]
212
+ },
213
+ "job_link": {
214
+ "multi": "https://github.com/huggingface/transformers/actions/runs/18102959184/job/51510661163",
215
+ "single": "https://github.com/huggingface/transformers/actions/runs/18102959184/job/51510661143"
216
+ },
217
+ "captured_info": {
218
+ "multi": "https://github.com/huggingface/transformers/actions/runs/18102959184/job/51510661163#step:16:1",
219
+ "single": "https://github.com/huggingface/transformers/actions/runs/18102959184/job/51510661143#step:16:1"
220
+ }
221
+ }
222
+ }