hf-transformers-bot commited on
Commit
82d2ec8
·
verified ·
1 Parent(s): dfdb22a

Upload 2025-06-20/runs/64-15772047747/ci_results_run_trainer_and_fsdp_gpu/trainer_and_fsdp_results.json with huggingface_hub

Browse files
2025-06-20/runs/64-15772047747/ci_results_run_trainer_and_fsdp_gpu/trainer_and_fsdp_results.json ADDED
@@ -0,0 +1,369 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "trainer": {
3
+ "failed": {
4
+ "PyTorch": {
5
+ "unclassified": 0,
6
+ "single": 0,
7
+ "multi": 0
8
+ },
9
+ "TensorFlow": {
10
+ "unclassified": 0,
11
+ "single": 0,
12
+ "multi": 0
13
+ },
14
+ "Flax": {
15
+ "unclassified": 0,
16
+ "single": 0,
17
+ "multi": 0
18
+ },
19
+ "Tokenizers": {
20
+ "unclassified": 0,
21
+ "single": 0,
22
+ "multi": 0
23
+ },
24
+ "Pipelines": {
25
+ "unclassified": 0,
26
+ "single": 0,
27
+ "multi": 0
28
+ },
29
+ "Trainer": {
30
+ "unclassified": 0,
31
+ "single": 60,
32
+ "multi": 0
33
+ },
34
+ "ONNX": {
35
+ "unclassified": 0,
36
+ "single": 0,
37
+ "multi": 0
38
+ },
39
+ "Auto": {
40
+ "unclassified": 0,
41
+ "single": 0,
42
+ "multi": 0
43
+ },
44
+ "Quantization": {
45
+ "unclassified": 0,
46
+ "single": 0,
47
+ "multi": 0
48
+ },
49
+ "Unclassified": {
50
+ "unclassified": 0,
51
+ "single": 1,
52
+ "multi": 0
53
+ }
54
+ },
55
+ "success": 138,
56
+ "time_spent": "0:02:55, ",
57
+ "failures": {
58
+ "single": [
59
+ {
60
+ "line": "[100%]",
61
+ "trace": "(line 2842) Failed: (subprocess) AssertionError: {'loss': 8.9688, 'grad_norm': nan, 'learnin[53 chars]': 1} != {'epoch': 0.0049261083743842365, 'grad_norm[53 chars]': 1}"
62
+ },
63
+ {
64
+ "line": "tests/trainer/test_trainer.py::TrainerIntegrationTest::test_can_resume_training_lm",
65
+ "trace": "(line 1425) RuntimeError: Expected it != chunks.end() to be true, but got false."
66
+ },
67
+ {
68
+ "line": "tests/trainer/test_trainer.py::TrainerIntegrationTest::test_auto_batch_size_finder",
69
+ "trace": "(line 2550) RuntimeError: Expected it != chunks.end() to be true, but got false."
70
+ },
71
+ {
72
+ "line": "tests/trainer/test_trainer.py::TrainerIntegrationTest::test_auto_batch_size_with_resume_from_checkpoint",
73
+ "trace": "(line 146) RuntimeError: Expected it != chunks.end() to be true, but got false."
74
+ },
75
+ {
76
+ "line": "tests/trainer/test_trainer.py::TrainerIntegrationTest::test_best_model_checkpoint_behavior",
77
+ "trace": "(line 153) RuntimeError: Expected it != chunks.end() to be true, but got false."
78
+ },
79
+ {
80
+ "line": "tests/trainer/test_trainer.py::TrainerIntegrationTest::test_bf16_full_eval",
81
+ "trace": "(line 146) RuntimeError: Expected it != chunks.end() to be true, but got false."
82
+ },
83
+ {
84
+ "line": "tests/trainer/test_trainer.py::TrainerIntegrationTest::test_can_resume_training",
85
+ "trace": "(line 2550) RuntimeError: Expected it != chunks.end() to be true, but got false."
86
+ },
87
+ {
88
+ "line": "tests/trainer/test_trainer.py::TrainerIntegrationTest::test_compare_trainer_and_checkpoint_args_logging",
89
+ "trace": "(line 146) RuntimeError: Expected it != chunks.end() to be true, but got false."
90
+ },
91
+ {
92
+ "line": "tests/trainer/test_trainer.py::TrainerIntegrationTest::test_dataloader_without_dataset",
93
+ "trace": "(line 153) RuntimeError: Expected it != chunks.end() to be true, but got false."
94
+ },
95
+ {
96
+ "line": "tests/trainer/test_trainer.py::TrainerIntegrationTest::test_dynamic_shapes",
97
+ "trace": "(line 2550) RuntimeError: Expected it != chunks.end() to be true, but got false."
98
+ },
99
+ {
100
+ "line": "tests/trainer/test_trainer.py::TrainerIntegrationTest::test_early_stopping_callback",
101
+ "trace": "(line 146) RuntimeError: Expected it != chunks.end() to be true, but got false."
102
+ },
103
+ {
104
+ "line": "tests/trainer/test_trainer.py::TrainerIntegrationTest::test_eval_use_gather_object",
105
+ "trace": "(line 153) RuntimeError: Expected it != chunks.end() to be true, but got false."
106
+ },
107
+ {
108
+ "line": "tests/trainer/test_trainer.py::TrainerIntegrationTest::test_evaluate",
109
+ "trace": "(line 345) RuntimeError: Expected it != chunks.end() to be true, but got false."
110
+ },
111
+ {
112
+ "line": "tests/trainer/test_trainer.py::TrainerIntegrationTest::test_evaluate_with_batch_eval_metrics",
113
+ "trace": "(line 153) RuntimeError: Expected it != chunks.end() to be true, but got false."
114
+ },
115
+ {
116
+ "line": "tests/trainer/test_trainer.py::TrainerIntegrationTest::test_evaluate_with_jit",
117
+ "trace": "(line 153) RuntimeError: Expected it != chunks.end() to be true, but got false."
118
+ },
119
+ {
120
+ "line": "tests/trainer/test_trainer.py::TrainerIntegrationTest::test_evaluation_iterable_dataset",
121
+ "trace": "(line 146) RuntimeError: Expected it != chunks.end() to be true, but got false."
122
+ },
123
+ {
124
+ "line": "tests/trainer/test_trainer.py::TrainerIntegrationTest::test_evaluation_with_keys_to_drop",
125
+ "trace": "(line 2550) RuntimeError: Expected it != chunks.end() to be true, but got false."
126
+ },
127
+ {
128
+ "line": "tests/trainer/test_trainer.py::TrainerIntegrationTest::test_flos_extraction",
129
+ "trace": "(line 146) RuntimeError: Expected it != chunks.end() to be true, but got false."
130
+ },
131
+ {
132
+ "line": "tests/trainer/test_trainer.py::TrainerIntegrationTest::test_fp16_full_eval",
133
+ "trace": "(line 2550) RuntimeError: Expected it != chunks.end() to be true, but got false."
134
+ },
135
+ {
136
+ "line": "tests/trainer/test_trainer.py::TrainerIntegrationTest::test_load_best_model_at_end",
137
+ "trace": "(line 146) RuntimeError: Expected it != chunks.end() to be true, but got false."
138
+ },
139
+ {
140
+ "line": "tests/trainer/test_trainer.py::TrainerIntegrationTest::test_load_best_model_from_safetensors",
141
+ "trace": "(line 2550) RuntimeError: Expected it != chunks.end() to be true, but got false."
142
+ },
143
+ {
144
+ "line": "tests/trainer/test_trainer.py::TrainerIntegrationTest::test_load_best_model_with_save",
145
+ "trace": "(line 146) RuntimeError: Expected it != chunks.end() to be true, but got false."
146
+ },
147
+ {
148
+ "line": "tests/trainer/test_trainer.py::TrainerIntegrationTest::test_log_level",
149
+ "trace": "(line 1425) RuntimeError: Expected it != chunks.end() to be true, but got false."
150
+ },
151
+ {
152
+ "line": "tests/trainer/test_trainer.py::TrainerIntegrationTest::test_logging_inf_nan_filter",
153
+ "trace": "(line 146) RuntimeError: Expected it != chunks.end() to be true, but got false."
154
+ },
155
+ {
156
+ "line": "tests/trainer/test_trainer.py::TrainerIntegrationTest::test_mem_metrics",
157
+ "trace": "(line 146) RuntimeError: Expected it != chunks.end() to be true, but got false."
158
+ },
159
+ {
160
+ "line": "tests/trainer/test_trainer.py::TrainerIntegrationTest::test_metric_for_best_model_behavior",
161
+ "trace": "(line 151) RuntimeError: Expected it != chunks.end() to be true, but got false."
162
+ },
163
+ {
164
+ "line": "tests/trainer/test_trainer.py::TrainerIntegrationTest::test_neftune",
165
+ "trace": "(line 146) RuntimeError: Expected it != chunks.end() to be true, but got false."
166
+ },
167
+ {
168
+ "line": "tests/trainer/test_trainer.py::TrainerIntegrationTest::test_no_wd_param_group",
169
+ "trace": "(line 146) RuntimeError: Expected it != chunks.end() to be true, but got false."
170
+ },
171
+ {
172
+ "line": "tests/trainer/test_trainer.py::TrainerIntegrationTest::test_num_train_epochs_in_training",
173
+ "trace": "(line 2550) RuntimeError: Expected it != chunks.end() to be true, but got false."
174
+ },
175
+ {
176
+ "line": "tests/trainer/test_trainer.py::TrainerIntegrationTest::test_number_of_steps_in_training",
177
+ "trace": "(line 153) RuntimeError: Expected it != chunks.end() to be true, but got false."
178
+ },
179
+ {
180
+ "line": "tests/trainer/test_trainer.py::TrainerIntegrationTest::test_predict",
181
+ "trace": "(line 146) RuntimeError: Expected it != chunks.end() to be true, but got false."
182
+ },
183
+ {
184
+ "line": "tests/trainer/test_trainer.py::TrainerIntegrationTest::test_predict_iterable_dataset",
185
+ "trace": "(line 345) RuntimeError: Expected it != chunks.end() to be true, but got false."
186
+ },
187
+ {
188
+ "line": "tests/trainer/test_trainer.py::TrainerIntegrationTest::test_predict_with_batch_eval_metrics",
189
+ "trace": "(line 146) RuntimeError: Expected it != chunks.end() to be true, but got false."
190
+ },
191
+ {
192
+ "line": "tests/trainer/test_trainer.py::TrainerIntegrationTest::test_predict_with_jit",
193
+ "trace": "(line 2550) RuntimeError: Expected it != chunks.end() to be true, but got false."
194
+ },
195
+ {
196
+ "line": "tests/trainer/test_trainer.py::TrainerIntegrationTest::test_resume_training_with_frozen_params",
197
+ "trace": "(line 146) RuntimeError: Expected it != chunks.end() to be true, but got false."
198
+ },
199
+ {
200
+ "line": "tests/trainer/test_trainer.py::TrainerIntegrationTest::test_resume_training_with_gradient_accumulation",
201
+ "trace": "(line 2550) RuntimeError: Expected it != chunks.end() to be true, but got false."
202
+ },
203
+ {
204
+ "line": "tests/trainer/test_trainer.py::TrainerIntegrationTest::test_resume_training_with_safe_checkpoint",
205
+ "trace": "(line 146) RuntimeError: Expected it != chunks.end() to be true, but got false."
206
+ },
207
+ {
208
+ "line": "tests/trainer/test_trainer.py::TrainerIntegrationTest::test_resume_training_with_shard_checkpoint",
209
+ "trace": "(line 2550) RuntimeError: Expected it != chunks.end() to be true, but got false."
210
+ },
211
+ {
212
+ "line": "tests/trainer/test_trainer.py::TrainerIntegrationTest::test_safe_checkpoints",
213
+ "trace": "(line 2550) RuntimeError: Expected it != chunks.end() to be true, but got false."
214
+ },
215
+ {
216
+ "line": "tests/trainer/test_trainer.py::TrainerIntegrationTest::test_save_best_checkpoint",
217
+ "trace": "(line 146) RuntimeError: Expected it != chunks.end() to be true, but got false."
218
+ },
219
+ {
220
+ "line": "tests/trainer/test_trainer.py::TrainerIntegrationTest::test_save_checkpoints",
221
+ "trace": "(line 2550) RuntimeError: Expected it != chunks.end() to be true, but got false."
222
+ },
223
+ {
224
+ "line": "tests/trainer/test_trainer.py::TrainerIntegrationTest::test_save_collator_tokenizer_by_default",
225
+ "trace": "(line 146) torch._dynamo.exc.InternalTorchDynamoError: RuntimeError: Expected it != chunks.end() to be true, but got false."
226
+ },
227
+ {
228
+ "line": "tests/trainer/test_trainer.py::TrainerIntegrationTest::test_torch_compile_loss_func_compatibility",
229
+ "trace": "(line 2550) RuntimeError: Expected it != chunks.end() to be true, but got false."
230
+ },
231
+ {
232
+ "line": "tests/trainer/test_trainer.py::TrainerIntegrationTest::test_trainer_works_with_dict",
233
+ "trace": "(line 146) RuntimeError: Expected it != chunks.end() to be true, but got false."
234
+ },
235
+ {
236
+ "line": "tests/trainer/test_trainer.py::TrainerIntegrationTest::test_training_arguments_are_left_untouched",
237
+ "trace": "(line 2550) RuntimeError: Expected it != chunks.end() to be true, but got false."
238
+ },
239
+ {
240
+ "line": "tests/trainer/test_trainer.py::TrainerIntegrationTest::test_training_iterable_dataset",
241
+ "trace": "(line 2550) RuntimeError: Expected it != chunks.end() to be true, but got false."
242
+ },
243
+ {
244
+ "line": "tests/trainer/test_trainer.py::TrainerIntegrationTest::test_training_with_resume_from_checkpoint_false",
245
+ "trace": "(line 146) RuntimeError: Expected it != chunks.end() to be true, but got false."
246
+ },
247
+ {
248
+ "line": "tests/trainer/test_trainer.py::TrainerOptimizerChoiceTest::test_optim_supported_0_adamw_torch",
249
+ "trace": "(line 2550) RuntimeError: Expected it != chunks.end() to be true, but got false."
250
+ },
251
+ {
252
+ "line": "tests/trainer/test_trainer.py::TrainerOptimizerChoiceTest::test_optim_supported_1_adafactor",
253
+ "trace": "(line 146) RuntimeError: Expected it != chunks.end() to be true, but got false."
254
+ },
255
+ {
256
+ "line": "tests/trainer/test_trainer.py::OptimizerAndModelInspectionTest::test_get_learning_rates",
257
+ "trace": "(line 146) RuntimeError: Expected it != chunks.end() to be true, but got false."
258
+ },
259
+ {
260
+ "line": "tests/trainer/test_trainer.py::OptimizerAndModelInspectionTest::test_get_num_trainable_parameters",
261
+ "trace": "(line 2550) RuntimeError: Expected it != chunks.end() to be true, but got false."
262
+ },
263
+ {
264
+ "line": "tests/trainer/test_trainer_callback.py::TrainerCallbackTest::test_event_flow",
265
+ "trace": "(line 146) RuntimeError: Expected it != chunks.end() to be true, but got false."
266
+ },
267
+ {
268
+ "line": "tests/trainer/test_trainer_callback.py::TrainerCallbackTest::test_init_callback",
269
+ "trace": "(line 2550) RuntimeError: Expected it != chunks.end() to be true, but got false."
270
+ },
271
+ {
272
+ "line": "tests/trainer/test_trainer_callback.py::TrainerCallbackTest::test_missing_stateful_callback",
273
+ "trace": "(line 146) RuntimeError: Expected it != chunks.end() to be true, but got false."
274
+ },
275
+ {
276
+ "line": "tests/trainer/test_trainer_callback.py::TrainerCallbackTest::test_no_duplicate_save_on_epoch_save_strategy",
277
+ "trace": "(line 2550) RuntimeError: Expected it != chunks.end() to be true, but got false."
278
+ },
279
+ {
280
+ "line": "tests/trainer/test_trainer_callback.py::TrainerCallbackTest::test_stateful_callbacks",
281
+ "trace": "(line 146) RuntimeError: Expected it != chunks.end() to be true, but got false."
282
+ },
283
+ {
284
+ "line": "tests/trainer/test_trainer_callback.py::TrainerCallbackTest::test_stateful_control",
285
+ "trace": "(line 2550) RuntimeError: Expected it != chunks.end() to be true, but got false."
286
+ },
287
+ {
288
+ "line": "tests/trainer/test_trainer_callback.py::TrainerCallbackTest::test_stateful_duplicate_callbacks",
289
+ "trace": "(line 146) RuntimeError: Expected it != chunks.end() to be true, but got false."
290
+ },
291
+ {
292
+ "line": "tests/trainer/test_trainer_callback.py::TrainerCallbackTest::test_stateful_mixed_callbacks",
293
+ "trace": "(line 1425) RuntimeError: Expected it != chunks.end() to be true, but got false."
294
+ },
295
+ {
296
+ "line": "tests/trainer/test_trainer_seq2seq.py::Seq2seqTrainerTester::test_finetune_bert2bert",
297
+ "trace": "(line 146) RuntimeError: Expected it != chunks.end() to be true, but got false."
298
+ },
299
+ {
300
+ "line": "tests/trainer/test_trainer_seq2seq.py::Seq2seqTrainerTester::test_return_sequences",
301
+ "trace": "Cannot retrieve error message."
302
+ }
303
+ ]
304
+ },
305
+ "job_link": {
306
+ "single": "https://github.com/huggingface/transformers/actions/runs/15772047747/job/44458639367"
307
+ }
308
+ },
309
+ "fsdp": {
310
+ "failed": {
311
+ "PyTorch": {
312
+ "unclassified": 0,
313
+ "single": 0,
314
+ "multi": 0
315
+ },
316
+ "TensorFlow": {
317
+ "unclassified": 0,
318
+ "single": 0,
319
+ "multi": 0
320
+ },
321
+ "Flax": {
322
+ "unclassified": 0,
323
+ "single": 0,
324
+ "multi": 0
325
+ },
326
+ "Tokenizers": {
327
+ "unclassified": 0,
328
+ "single": 0,
329
+ "multi": 0
330
+ },
331
+ "Pipelines": {
332
+ "unclassified": 0,
333
+ "single": 0,
334
+ "multi": 0
335
+ },
336
+ "Trainer": {
337
+ "unclassified": 0,
338
+ "single": 0,
339
+ "multi": 0
340
+ },
341
+ "ONNX": {
342
+ "unclassified": 0,
343
+ "single": 0,
344
+ "multi": 0
345
+ },
346
+ "Auto": {
347
+ "unclassified": 0,
348
+ "single": 0,
349
+ "multi": 0
350
+ },
351
+ "Quantization": {
352
+ "unclassified": 0,
353
+ "single": 0,
354
+ "multi": 0
355
+ },
356
+ "Unclassified": {
357
+ "unclassified": 0,
358
+ "single": 0,
359
+ "multi": 0
360
+ }
361
+ },
362
+ "success": 12,
363
+ "time_spent": ".22, ",
364
+ "failures": {},
365
+ "job_link": {
366
+ "single": "https://github.com/huggingface/transformers/actions/runs/15772047747/job/44458639362"
367
+ }
368
+ }
369
+ }