hf-transformers-bot commited on
Commit
c776915
·
verified ·
1 Parent(s): 4411987

Upload 2025-10-09/runs/5437-18370705085/ci_results_run_models_gpu/model_results.json with huggingface_hub

Browse files
2025-10-09/runs/5437-18370705085/ci_results_run_models_gpu/model_results.json ADDED
@@ -0,0 +1,224 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "models_bert": {
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": 513,
47
+ "skipped": 185,
48
+ "time_spent": [
49
+ 114.08,
50
+ 117.15
51
+ ],
52
+ "error": false,
53
+ "failures": {},
54
+ "job_link": {
55
+ "single": "https://github.com/huggingface/transformers/actions/runs/18370705085/job/52333652189",
56
+ "multi": "https://github.com/huggingface/transformers/actions/runs/18370705085/job/52333652228"
57
+ },
58
+ "captured_info": {
59
+ "single": "https://github.com/huggingface/transformers/actions/runs/18370705085/job/52333652189#step:16:1",
60
+ "multi": "https://github.com/huggingface/transformers/actions/runs/18370705085/job/52333652228#step:16:1"
61
+ }
62
+ },
63
+ "models_gpt2": {
64
+ "failed": {
65
+ "PyTorch": {
66
+ "unclassified": 0,
67
+ "single": 2,
68
+ "multi": 3
69
+ },
70
+ "Tokenizers": {
71
+ "unclassified": 0,
72
+ "single": 0,
73
+ "multi": 0
74
+ },
75
+ "Pipelines": {
76
+ "unclassified": 0,
77
+ "single": 0,
78
+ "multi": 0
79
+ },
80
+ "Trainer": {
81
+ "unclassified": 0,
82
+ "single": 0,
83
+ "multi": 0
84
+ },
85
+ "ONNX": {
86
+ "unclassified": 0,
87
+ "single": 0,
88
+ "multi": 0
89
+ },
90
+ "Auto": {
91
+ "unclassified": 0,
92
+ "single": 0,
93
+ "multi": 0
94
+ },
95
+ "Quantization": {
96
+ "unclassified": 0,
97
+ "single": 0,
98
+ "multi": 0
99
+ },
100
+ "Unclassified": {
101
+ "unclassified": 0,
102
+ "single": 0,
103
+ "multi": 0
104
+ }
105
+ },
106
+ "errors": 0,
107
+ "success": 470,
108
+ "skipped": 215,
109
+ "time_spent": [
110
+ 141.12,
111
+ 142.27
112
+ ],
113
+ "error": false,
114
+ "failures": {
115
+ "single": [
116
+ {
117
+ "line": "tests/models/gpt2/test_modeling_gpt2.py::GPT2ModelLanguageGenerationTest::test_contrastive_search_gpt2",
118
+ "trace": "(line 286) TypeError: 'DynamicCache' object is not subscriptable"
119
+ },
120
+ {
121
+ "line": "tests/models/gpt2/test_modeling_gpt2.py::GPT2ModelLanguageGenerationTest::test_flash_attn_2_generate_padding_left",
122
+ "trace": "(line 445) AssertionError: Lists differ: ['<|e[141 chars]ta', \"Hello this is a very long sentence. I'm [46 chars]rry\"] != ['<|e[141 chars]ta', 'Hello this is a very long sentence very [91 chars]ong']"
123
+ }
124
+ ],
125
+ "multi": [
126
+ {
127
+ "line": "tests/models/gpt2/test_modeling_gpt2.py::GPT2ModelTest::test_multi_gpu_data_parallel_forward",
128
+ "trace": "(line 129) TypeError: 'DynamicCache' object is not iterable"
129
+ },
130
+ {
131
+ "line": "tests/models/gpt2/test_modeling_gpt2.py::GPT2ModelLanguageGenerationTest::test_contrastive_search_gpt2",
132
+ "trace": "(line 286) TypeError: 'DynamicCache' object is not subscriptable"
133
+ },
134
+ {
135
+ "line": "tests/models/gpt2/test_modeling_gpt2.py::GPT2ModelLanguageGenerationTest::test_flash_attn_2_generate_padding_left",
136
+ "trace": "(line 445) AssertionError: Lists differ: ['<|e[141 chars]ta', \"Hello this is a very long sentence. I'm [46 chars]rry\"] != ['<|e[141 chars]ta', 'Hello this is a very long sentence very [91 chars]ong']"
137
+ }
138
+ ]
139
+ },
140
+ "job_link": {
141
+ "single": "https://github.com/huggingface/transformers/actions/runs/18370705085/job/52333652185",
142
+ "multi": "https://github.com/huggingface/transformers/actions/runs/18370705085/job/52333652247"
143
+ },
144
+ "captured_info": {
145
+ "single": "https://github.com/huggingface/transformers/actions/runs/18370705085/job/52333652185#step:16:1",
146
+ "multi": "https://github.com/huggingface/transformers/actions/runs/18370705085/job/52333652247#step:16:1"
147
+ }
148
+ },
149
+ "models_t5": {
150
+ "failed": {
151
+ "PyTorch": {
152
+ "unclassified": 0,
153
+ "single": 1,
154
+ "multi": 2
155
+ },
156
+ "Tokenizers": {
157
+ "unclassified": 0,
158
+ "single": 0,
159
+ "multi": 0
160
+ },
161
+ "Pipelines": {
162
+ "unclassified": 0,
163
+ "single": 0,
164
+ "multi": 0
165
+ },
166
+ "Trainer": {
167
+ "unclassified": 0,
168
+ "single": 0,
169
+ "multi": 0
170
+ },
171
+ "ONNX": {
172
+ "unclassified": 0,
173
+ "single": 0,
174
+ "multi": 0
175
+ },
176
+ "Auto": {
177
+ "unclassified": 0,
178
+ "single": 0,
179
+ "multi": 0
180
+ },
181
+ "Quantization": {
182
+ "unclassified": 0,
183
+ "single": 0,
184
+ "multi": 0
185
+ },
186
+ "Unclassified": {
187
+ "unclassified": 0,
188
+ "single": 0,
189
+ "multi": 0
190
+ }
191
+ },
192
+ "errors": 0,
193
+ "success": 576,
194
+ "skipped": 493,
195
+ "time_spent": [
196
+ 190.68,
197
+ 195.0
198
+ ],
199
+ "error": false,
200
+ "failures": {
201
+ "single": [
202
+ {
203
+ "line": "tests/models/t5/test_modeling_t5.py::T5ModelIntegrationTests::test_contrastive_search_t5",
204
+ "trace": "(line 286) TypeError: 'EncoderDecoderCache' object is not subscriptable"
205
+ }
206
+ ],
207
+ "multi": [
208
+ {
209
+ "line": "tests/models/t5/test_modeling_t5.py::T5ModelTest::test_multi_gpu_data_parallel_forward",
210
+ "trace": "(line 129) TypeError: 'EncoderDecoderCache' object is not iterable"
211
+ },
212
+ {
213
+ "line": "tests/models/t5/test_modeling_t5.py::T5ModelIntegrationTests::test_contrastive_search_t5",
214
+ "trace": "(line 286) TypeError: 'EncoderDecoderCache' object is not subscriptable"
215
+ }
216
+ ]
217
+ },
218
+ "job_link": {
219
+ "single": "https://github.com/huggingface/transformers/actions/runs/18370705085/job/52333652207",
220
+ "multi": "https://github.com/huggingface/transformers/actions/runs/18370705085/job/52333652181"
221
+ },
222
+ "captured_info": {}
223
+ }
224
+ }