Upload 2025-06-26/ci_results_run_trainer_and_fsdp_gpu/new_failures.json with huggingface_hub
Browse files
2025-06-26/ci_results_run_trainer_and_fsdp_gpu/new_failures.json
ADDED
@@ -0,0 +1,63 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"trainer": {
|
3 |
+
"single-gpu": [
|
4 |
+
"tests/trainer/test_trainer.py::TrainerIntegrationTest::test_auto_batch_size_with_resume_from_checkpoint",
|
5 |
+
"tests/trainer/test_trainer.py::TrainerIntegrationTest::test_best_model_checkpoint_behavior",
|
6 |
+
"tests/trainer/test_trainer.py::TrainerIntegrationTest::test_bf16_full_eval",
|
7 |
+
"tests/trainer/test_trainer.py::TrainerIntegrationTest::test_can_resume_training",
|
8 |
+
"tests/trainer/test_trainer.py::TrainerIntegrationTest::test_checkpoint_rotation",
|
9 |
+
"tests/trainer/test_trainer.py::TrainerIntegrationTest::test_compare_trainer_and_checkpoint_args_logging",
|
10 |
+
"tests/trainer/test_trainer.py::TrainerIntegrationTest::test_dataloader_without_dataset",
|
11 |
+
"tests/trainer/test_trainer.py::TrainerIntegrationTest::test_dynamic_shapes",
|
12 |
+
"tests/trainer/test_trainer.py::TrainerIntegrationTest::test_early_stopping_callback",
|
13 |
+
"tests/trainer/test_trainer.py::TrainerIntegrationTest::test_eval_use_gather_object",
|
14 |
+
"tests/trainer/test_trainer.py::TrainerIntegrationTest::test_evaluate",
|
15 |
+
"tests/trainer/test_trainer.py::TrainerIntegrationTest::test_evaluate_with_batch_eval_metrics",
|
16 |
+
"tests/trainer/test_trainer.py::TrainerIntegrationTest::test_evaluate_with_jit",
|
17 |
+
"tests/trainer/test_trainer.py::TrainerIntegrationTest::test_evaluation_iterable_dataset",
|
18 |
+
"tests/trainer/test_trainer.py::TrainerIntegrationTest::test_evaluation_with_keys_to_drop",
|
19 |
+
"tests/trainer/test_trainer.py::TrainerIntegrationTest::test_flos_extraction",
|
20 |
+
"tests/trainer/test_trainer.py::TrainerIntegrationTest::test_fp16_full_eval",
|
21 |
+
"tests/trainer/test_trainer.py::TrainerIntegrationTest::test_load_best_model_at_end",
|
22 |
+
"tests/trainer/test_trainer.py::TrainerIntegrationTest::test_load_best_model_from_safetensors",
|
23 |
+
"tests/trainer/test_trainer.py::TrainerIntegrationTest::test_load_best_model_with_save",
|
24 |
+
"tests/trainer/test_trainer.py::TrainerIntegrationTest::test_log_level",
|
25 |
+
"tests/trainer/test_trainer.py::TrainerIntegrationTest::test_logging_inf_nan_filter",
|
26 |
+
"tests/trainer/test_trainer.py::TrainerIntegrationTest::test_mem_metrics",
|
27 |
+
"tests/trainer/test_trainer.py::TrainerIntegrationTest::test_metric_for_best_model_behavior",
|
28 |
+
"tests/trainer/test_trainer.py::TrainerIntegrationTest::test_neftune",
|
29 |
+
"tests/trainer/test_trainer.py::TrainerIntegrationTest::test_no_wd_param_group",
|
30 |
+
"tests/trainer/test_trainer.py::TrainerIntegrationTest::test_num_train_epochs_in_training",
|
31 |
+
"tests/trainer/test_trainer.py::TrainerIntegrationTest::test_number_of_steps_in_training",
|
32 |
+
"tests/trainer/test_trainer.py::TrainerIntegrationTest::test_predict",
|
33 |
+
"tests/trainer/test_trainer.py::TrainerIntegrationTest::test_predict_iterable_dataset",
|
34 |
+
"tests/trainer/test_trainer.py::TrainerIntegrationTest::test_predict_with_batch_eval_metrics",
|
35 |
+
"tests/trainer/test_trainer.py::TrainerIntegrationTest::test_predict_with_jit",
|
36 |
+
"tests/trainer/test_trainer.py::TrainerIntegrationTest::test_resume_training_with_frozen_params",
|
37 |
+
"tests/trainer/test_trainer.py::TrainerIntegrationTest::test_resume_training_with_gradient_accumulation",
|
38 |
+
"tests/trainer/test_trainer.py::TrainerIntegrationTest::test_resume_training_with_safe_checkpoint",
|
39 |
+
"tests/trainer/test_trainer.py::TrainerIntegrationTest::test_resume_training_with_shard_checkpoint",
|
40 |
+
"tests/trainer/test_trainer.py::TrainerIntegrationTest::test_safe_checkpoints",
|
41 |
+
"tests/trainer/test_trainer.py::TrainerIntegrationTest::test_save_best_checkpoint",
|
42 |
+
"tests/trainer/test_trainer.py::TrainerIntegrationTest::test_save_checkpoints",
|
43 |
+
"tests/trainer/test_trainer.py::TrainerIntegrationTest::test_save_collator_tokenizer_by_default",
|
44 |
+
"tests/trainer/test_trainer.py::TrainerIntegrationTest::test_torch_compile_loss_func_compatibility",
|
45 |
+
"tests/trainer/test_trainer.py::TrainerIntegrationTest::test_trainer_works_with_dict",
|
46 |
+
"tests/trainer/test_trainer.py::TrainerIntegrationTest::test_training_arguments_are_left_untouched",
|
47 |
+
"tests/trainer/test_trainer.py::TrainerIntegrationTest::test_training_iterable_dataset",
|
48 |
+
"tests/trainer/test_trainer.py::TrainerIntegrationTest::test_training_with_resume_from_checkpoint_false",
|
49 |
+
"tests/trainer/test_trainer.py::TrainerOptimizerChoiceTest::test_optim_supported_0_adamw_torch",
|
50 |
+
"tests/trainer/test_trainer.py::TrainerOptimizerChoiceTest::test_optim_supported_1_adafactor",
|
51 |
+
"tests/trainer/test_trainer_callback.py::TrainerCallbackTest::test_event_flow",
|
52 |
+
"tests/trainer/test_trainer_callback.py::TrainerCallbackTest::test_init_callback",
|
53 |
+
"tests/trainer/test_trainer_callback.py::TrainerCallbackTest::test_missing_stateful_callback",
|
54 |
+
"tests/trainer/test_trainer_callback.py::TrainerCallbackTest::test_no_duplicate_save_on_epoch_save_strategy",
|
55 |
+
"tests/trainer/test_trainer_callback.py::TrainerCallbackTest::test_stateful_callbacks",
|
56 |
+
"tests/trainer/test_trainer_callback.py::TrainerCallbackTest::test_stateful_control",
|
57 |
+
"tests/trainer/test_trainer_callback.py::TrainerCallbackTest::test_stateful_duplicate_callbacks",
|
58 |
+
"tests/trainer/test_trainer_callback.py::TrainerCallbackTest::test_stateful_mixed_callbacks",
|
59 |
+
"tests/trainer/test_trainer_seq2seq.py::Seq2seqTrainerTester::test_finetune_bert2bert"
|
60 |
+
],
|
61 |
+
"multi-gpu": []
|
62 |
+
}
|
63 |
+
}
|