hf-transformers-bot commited on
Commit
d33378e
·
verified ·
1 Parent(s): 9c77773

Upload 2025-12-17/runs/25671-20312131789/ci_results_run_models_gpu/model_results.json with huggingface_hub

Browse files
2025-12-17/runs/25671-20312131789/ci_results_run_models_gpu/model_results.json ADDED
@@ -0,0 +1,246 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "deepspeed": {
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": 1
43
+ }
44
+ },
45
+ "errors": 0,
46
+ "success": 0,
47
+ "skipped": 301,
48
+ "time_spent": [
49
+ 4.31,
50
+ 9.68
51
+ ],
52
+ "error": false,
53
+ "failures": {
54
+ "multi": [
55
+ {
56
+ "line": "tests/deepspeed/test_alst_ulysses_sp.py::TestTrainerALSTUlyssesSP::test_sp_equivalence",
57
+ "trace": "(line 2416) RuntimeError: 'accelerate launch --config_file /tmp/tmpp8tahiaa/context_parallel_config.yaml /transformers/tests/deepspeed/test_alst_ulysses_sp.py --output_dir /tmp/tmpp8tahiaa --report_to none --max_steps 10 --per_device_train_batch_size 1 --gradient_accumulation_steps 1 --logging_steps 1 --remove_unused_columns False --seed 42 --loss_output_file /tmp/tmpp8tahiaa/sp_yes_losses.json' failed with returncode 1"
58
+ }
59
+ ]
60
+ },
61
+ "job_link": {
62
+ "single": "https://github.com/huggingface/transformers/actions/runs/20312131789/job/58346664620",
63
+ "multi": "https://github.com/huggingface/transformers/actions/runs/20312131789/job/58346664662"
64
+ },
65
+ "captured_info": {}
66
+ },
67
+ "fsdp": {
68
+ "failed": {
69
+ "PyTorch": {
70
+ "unclassified": 0,
71
+ "single": 0,
72
+ "multi": 0
73
+ },
74
+ "Tokenizers": {
75
+ "unclassified": 0,
76
+ "single": 0,
77
+ "multi": 0
78
+ },
79
+ "Pipelines": {
80
+ "unclassified": 0,
81
+ "single": 0,
82
+ "multi": 0
83
+ },
84
+ "Trainer": {
85
+ "unclassified": 0,
86
+ "single": 0,
87
+ "multi": 0
88
+ },
89
+ "ONNX": {
90
+ "unclassified": 0,
91
+ "single": 0,
92
+ "multi": 0
93
+ },
94
+ "Auto": {
95
+ "unclassified": 0,
96
+ "single": 0,
97
+ "multi": 0
98
+ },
99
+ "Quantization": {
100
+ "unclassified": 0,
101
+ "single": 0,
102
+ "multi": 0
103
+ },
104
+ "Unclassified": {
105
+ "unclassified": 0,
106
+ "single": 0,
107
+ "multi": 1
108
+ }
109
+ },
110
+ "errors": 0,
111
+ "success": 29,
112
+ "skipped": 18,
113
+ "time_spent": [
114
+ 4.27,
115
+ 814.7
116
+ ],
117
+ "error": false,
118
+ "failures": {
119
+ "multi": [
120
+ {
121
+ "line": "tests/fsdp/test_context_parallel.py::TestContextParallel::test_cp_equivalence",
122
+ "trace": "(line 2416) RuntimeError: 'accelerate launch --config_file /tmp/tmpch2npv28/context_parallel_config.yaml /transformers/tests/fsdp/test_context_parallel.py --output_dir /tmp/tmpch2npv28 --report_to none --max_steps 10 --per_device_train_batch_size 1 --gradient_accumulation_steps 1 --logging_steps 1 --remove_unused_columns False --seed 42 --loss_output_file /tmp/tmpch2npv28/cp_yes_losses.json' failed with returncode 1"
123
+ }
124
+ ]
125
+ },
126
+ "job_link": {
127
+ "single": "https://github.com/huggingface/transformers/actions/runs/20312131789/job/58346664632",
128
+ "multi": "https://github.com/huggingface/transformers/actions/runs/20312131789/job/58346664631"
129
+ },
130
+ "captured_info": {}
131
+ },
132
+ "trainer": {
133
+ "failed": {
134
+ "PyTorch": {
135
+ "unclassified": 0,
136
+ "single": 0,
137
+ "multi": 0
138
+ },
139
+ "Tokenizers": {
140
+ "unclassified": 0,
141
+ "single": 0,
142
+ "multi": 0
143
+ },
144
+ "Pipelines": {
145
+ "unclassified": 0,
146
+ "single": 0,
147
+ "multi": 0
148
+ },
149
+ "Trainer": {
150
+ "unclassified": 0,
151
+ "single": 5,
152
+ "multi": 7
153
+ },
154
+ "ONNX": {
155
+ "unclassified": 0,
156
+ "single": 0,
157
+ "multi": 0
158
+ },
159
+ "Auto": {
160
+ "unclassified": 0,
161
+ "single": 0,
162
+ "multi": 0
163
+ },
164
+ "Quantization": {
165
+ "unclassified": 0,
166
+ "single": 0,
167
+ "multi": 0
168
+ },
169
+ "Unclassified": {
170
+ "unclassified": 0,
171
+ "single": 0,
172
+ "multi": 0
173
+ }
174
+ },
175
+ "errors": 0,
176
+ "success": 499,
177
+ "skipped": 89,
178
+ "time_spent": [
179
+ 264.99,
180
+ 296.38
181
+ ],
182
+ "error": false,
183
+ "failures": {
184
+ "single": [
185
+ {
186
+ "line": "tests/trainer/test_trainer.py::TrainerIntegrationPrerunTest::test_gradient_accumulation_loss_alignment_with_model_loss",
187
+ "trace": "(line 916) AssertionError: 3629.346435546875 not less than 0.01 : Difference 3629.346435546875 is not within 0.01"
188
+ },
189
+ {
190
+ "line": "tests/trainer/test_trainer.py::TrainerHyperParameterRayIntegrationTest::test_hyperparameter_search",
191
+ "trace": "(line 864) TypeError: Could not serialize the put value <transformers.trainer.Trainer object at 0x7f14d3b43340>:"
192
+ },
193
+ {
194
+ "line": "tests/trainer/test_trainer.py::TrainerHyperParameterRayIntegrationTest::test_hyperparameter_search_ray_client",
195
+ "trace": "(line 864) TypeError: Could not serialize the put value <transformers.trainer.Trainer object at 0x7f14c1c022f0>:"
196
+ },
197
+ {
198
+ "line": "tests/trainer/test_trainer_seq2seq.py::Seq2seqTrainerTester::test_finetune_bert2bert",
199
+ "trace": "(line 903) OverflowError: out of range integral type conversion attempted"
200
+ },
201
+ {
202
+ "line": "tests/trainer/test_trainer_utils.py::TrainerUtilsTest::test_label_smoothing",
203
+ "trace": "(line 712) ValueError: Pointer argument (at 0) cannot be accessed from Triton (cpu tensor?)"
204
+ }
205
+ ],
206
+ "multi": [
207
+ {
208
+ "line": "tests/trainer/test_trainer_distributed_loss.py::TestTrainerDistributedLoss::test_trainer",
209
+ "trace": "(line 60) AssertionError: 1580.648681640625 not less than 0.005"
210
+ },
211
+ {
212
+ "line": "tests/trainer/test_trainer.py::TrainerIntegrationPrerunTest::test_gradient_accumulation_loss_alignment_with_model_loss",
213
+ "trace": "(line 916) AssertionError: 714.6568603515625 not less than 0.01 : Difference 714.6568603515625 is not within 0.01"
214
+ },
215
+ {
216
+ "line": "tests/trainer/test_trainer.py::TrainerIntegrationTest::test_evaluation_iterable_dataset",
217
+ "trace": "(line 899) AssertionError: 0.7580410242080688 != 0.3790205 within 7 places (0.3790205121040344 difference)"
218
+ },
219
+ {
220
+ "line": "tests/trainer/test_trainer.py::TrainerIntegrationTest::test_resume_from_interrupted_training",
221
+ "trace": "(line 5052) AssertionError: 2 != 3"
222
+ },
223
+ {
224
+ "line": "tests/trainer/test_trainer.py::TrainerHyperParameterRayIntegrationTest::test_hyperparameter_search",
225
+ "trace": "(line 864) TypeError: Could not serialize the put value <transformers.trainer.Trainer object at 0x7f0ce8cb9e10>:"
226
+ },
227
+ {
228
+ "line": "tests/trainer/test_trainer.py::TrainerHyperParameterRayIntegrationTest::test_hyperparameter_search_ray_client",
229
+ "trace": "(line 864) TypeError: Could not serialize the put value <transformers.trainer.Trainer object at 0x7f0cc8084e80>:"
230
+ },
231
+ {
232
+ "line": "tests/trainer/test_trainer_seq2seq.py::Seq2seqTrainerTester::test_finetune_bert2bert",
233
+ "trace": "(line 903) OverflowError: out of range integral type conversion attempted"
234
+ }
235
+ ]
236
+ },
237
+ "job_link": {
238
+ "single": "https://github.com/huggingface/transformers/actions/runs/20312131789/job/58346664606",
239
+ "multi": "https://github.com/huggingface/transformers/actions/runs/20312131789/job/58346664630"
240
+ },
241
+ "captured_info": {
242
+ "single": "https://github.com/huggingface/transformers/actions/runs/20312131789/job/58346664606#step:16:1",
243
+ "multi": "https://github.com/huggingface/transformers/actions/runs/20312131789/job/58346664630#step:16:1"
244
+ }
245
+ }
246
+ }