hf-transformers-bot commited on
Commit
4518ff2
·
verified ·
1 Parent(s): 98403bc

Upload 2025-11-21/runs/23730-19578011236/ci_results_run_models_gpu/model_results.json with huggingface_hub

Browse files
2025-11-21/runs/23730-19578011236/ci_results_run_models_gpu/model_results.json ADDED
@@ -0,0 +1,205 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "models_bart": {
3
+ "failed": {
4
+ "PyTorch": {
5
+ "unclassified": 0,
6
+ "single": 3,
7
+ "multi": 3
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": 642,
47
+ "skipped": 332,
48
+ "time_spent": [
49
+ 216.07,
50
+ 215.84
51
+ ],
52
+ "error": false,
53
+ "failures": {
54
+ "single": [
55
+ {
56
+ "line": "tests/models/bart/test_modeling_bart.py::BartModelIntegrationTests::test_cnn_summarization_same_as_fairseq",
57
+ "trace": "(line 2332) ValueError: This checkpoint seem corrupted. The tied weights mapping for this model specifies to tie model.shared.weight (which should be present and is not), to model.decoder.embed_tokens.weight (which is present)."
58
+ },
59
+ {
60
+ "line": "tests/models/bart/test_modeling_bart.py::BartModelIntegrationTests::test_contrastive_search_bart",
61
+ "trace": "(line 2332) ValueError: This checkpoint seem corrupted. The tied weights mapping for this model specifies to tie model.shared.weight (which should be present and is not), to model.decoder.embed_tokens.weight (which is present)."
62
+ },
63
+ {
64
+ "line": "tests/models/bart/test_modeling_bart.py::BartModelIntegrationTests::test_decoder_attention_mask",
65
+ "trace": "(line 3947) TypeError: BartForConditionalGeneration.__init__() got an unexpected keyword argument 'forced_bos_token_id'"
66
+ }
67
+ ],
68
+ "multi": [
69
+ {
70
+ "line": "tests/models/bart/test_modeling_bart.py::BartModelIntegrationTests::test_cnn_summarization_same_as_fairseq",
71
+ "trace": "(line 2332) ValueError: This checkpoint seem corrupted. The tied weights mapping for this model specifies to tie model.shared.weight (which should be present and is not), to model.decoder.embed_tokens.weight (which is present)."
72
+ },
73
+ {
74
+ "line": "tests/models/bart/test_modeling_bart.py::BartModelIntegrationTests::test_contrastive_search_bart",
75
+ "trace": "(line 2332) ValueError: This checkpoint seem corrupted. The tied weights mapping for this model specifies to tie model.shared.weight (which should be present and is not), to model.decoder.embed_tokens.weight (which is present)."
76
+ },
77
+ {
78
+ "line": "tests/models/bart/test_modeling_bart.py::BartModelIntegrationTests::test_decoder_attention_mask",
79
+ "trace": "(line 3947) TypeError: BartForConditionalGeneration.__init__() got an unexpected keyword argument 'forced_bos_token_id'"
80
+ }
81
+ ]
82
+ },
83
+ "job_link": {
84
+ "single": "https://github.com/huggingface/transformers/actions/runs/19578011236/job/56068899366",
85
+ "multi": "https://github.com/huggingface/transformers/actions/runs/19578011236/job/56068899396"
86
+ },
87
+ "captured_info": {}
88
+ },
89
+ "models_bert": {
90
+ "failed": {
91
+ "PyTorch": {
92
+ "unclassified": 0,
93
+ "single": 0,
94
+ "multi": 0
95
+ },
96
+ "Tokenizers": {
97
+ "unclassified": 0,
98
+ "single": 0,
99
+ "multi": 0
100
+ },
101
+ "Pipelines": {
102
+ "unclassified": 0,
103
+ "single": 0,
104
+ "multi": 0
105
+ },
106
+ "Trainer": {
107
+ "unclassified": 0,
108
+ "single": 0,
109
+ "multi": 0
110
+ },
111
+ "ONNX": {
112
+ "unclassified": 0,
113
+ "single": 0,
114
+ "multi": 0
115
+ },
116
+ "Auto": {
117
+ "unclassified": 0,
118
+ "single": 0,
119
+ "multi": 0
120
+ },
121
+ "Quantization": {
122
+ "unclassified": 0,
123
+ "single": 0,
124
+ "multi": 0
125
+ },
126
+ "Unclassified": {
127
+ "unclassified": 0,
128
+ "single": 0,
129
+ "multi": 0
130
+ }
131
+ },
132
+ "errors": 0,
133
+ "success": 461,
134
+ "skipped": 219,
135
+ "time_spent": [
136
+ 162.55,
137
+ 161.85
138
+ ],
139
+ "error": false,
140
+ "failures": {},
141
+ "job_link": {
142
+ "multi": "https://github.com/huggingface/transformers/actions/runs/19578011236/job/56068899394",
143
+ "single": "https://github.com/huggingface/transformers/actions/runs/19578011236/job/56068899388"
144
+ },
145
+ "captured_info": {}
146
+ },
147
+ "models_llama": {
148
+ "failed": {
149
+ "PyTorch": {
150
+ "unclassified": 0,
151
+ "single": 0,
152
+ "multi": 0
153
+ },
154
+ "Tokenizers": {
155
+ "unclassified": 0,
156
+ "single": 0,
157
+ "multi": 0
158
+ },
159
+ "Pipelines": {
160
+ "unclassified": 0,
161
+ "single": 0,
162
+ "multi": 0
163
+ },
164
+ "Trainer": {
165
+ "unclassified": 0,
166
+ "single": 0,
167
+ "multi": 0
168
+ },
169
+ "ONNX": {
170
+ "unclassified": 0,
171
+ "single": 0,
172
+ "multi": 0
173
+ },
174
+ "Auto": {
175
+ "unclassified": 0,
176
+ "single": 0,
177
+ "multi": 0
178
+ },
179
+ "Quantization": {
180
+ "unclassified": 0,
181
+ "single": 0,
182
+ "multi": 0
183
+ },
184
+ "Unclassified": {
185
+ "unclassified": 0,
186
+ "single": 0,
187
+ "multi": 0
188
+ }
189
+ },
190
+ "errors": 0,
191
+ "success": 471,
192
+ "skipped": 225,
193
+ "time_spent": [
194
+ 277.66,
195
+ 268.56
196
+ ],
197
+ "error": false,
198
+ "failures": {},
199
+ "job_link": {
200
+ "single": "https://github.com/huggingface/transformers/actions/runs/19578011236/job/56068899406",
201
+ "multi": "https://github.com/huggingface/transformers/actions/runs/19578011236/job/56068899423"
202
+ },
203
+ "captured_info": {}
204
+ }
205
+ }