Upload 2025-05-24/runs/969-15227493375/ci_results_run_trainer_and_fsdp_gpu/new_failures.json with huggingface_hub
Browse files
2025-05-24/runs/969-15227493375/ci_results_run_trainer_and_fsdp_gpu/new_failures.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"fsdp": {
|
| 3 |
+
"single-gpu": [
|
| 4 |
+
"tests/fsdp/test_fsdp.py::TrainerIntegrationFSDP::test_accelerate_fsdp_config_dummy"
|
| 5 |
+
],
|
| 6 |
+
"multi-gpu": [
|
| 7 |
+
"tests/fsdp/test_fsdp.py::TrainerIntegrationFSDP::test_accelerate_fsdp_config_dummy"
|
| 8 |
+
]
|
| 9 |
+
},
|
| 10 |
+
"trainer": {
|
| 11 |
+
"single-gpu": [
|
| 12 |
+
"tests/trainer/test_trainer.py::TrainerIntegrationTest::test_can_resume_training_lm",
|
| 13 |
+
"tests/trainer/test_trainer.py::TrainerIntegrationTest::test_torchdynamo_memory",
|
| 14 |
+
"tests/trainer/test_trainer.py::TrainerIntegrationTest::test_trainer_works_with_dict_dummy",
|
| 15 |
+
"tests/trainer/test_trainer.py::TrainerHyperParameterRayIntegrationTest::test_hyperparameter_search",
|
| 16 |
+
"tests/trainer/test_trainer.py::TrainerHyperParameterRayIntegrationTest::test_hyperparameter_search_ray_client",
|
| 17 |
+
"tests/trainer/test_trainer.py::TrainerHyperParameterSigOptIntegrationTest::test_hyperparameter_search"
|
| 18 |
+
],
|
| 19 |
+
"multi-gpu": [
|
| 20 |
+
"tests/trainer/test_trainer.py::TrainerIntegrationTest::test_trainer_works_with_dict_dummy",
|
| 21 |
+
"tests/trainer/test_trainer.py::TrainerHyperParameterRayIntegrationTest::test_hyperparameter_search",
|
| 22 |
+
"tests/trainer/test_trainer.py::TrainerHyperParameterRayIntegrationTest::test_hyperparameter_search_ray_client",
|
| 23 |
+
"tests/trainer/test_trainer.py::TrainerHyperParameterSigOptIntegrationTest::test_hyperparameter_search",
|
| 24 |
+
"tests/trainer/test_trainer_fsdp.py::TestFSDPTrainerTorchCompile::test_trainer",
|
| 25 |
+
"tests/trainer/test_trainer.py::TrainerIntegrationPrerunTest::test_gradient_accumulation",
|
| 26 |
+
"tests/trainer/test_trainer.py::TrainerIntegrationPrerunTest::test_gradient_accumulation_loss_alignment_with_loss_func",
|
| 27 |
+
"tests/trainer/test_trainer.py::TrainerIntegrationPrerunTest::test_gradient_accumulation_loss_alignment_with_model_loss",
|
| 28 |
+
"tests/trainer/test_trainer.py::TrainerIntegrationTest::test_can_resume_training",
|
| 29 |
+
"tests/trainer/test_trainer.py::TrainerHyperParameterOptunaIntegrationTestWithFullEval::test_hyperparameter_search",
|
| 30 |
+
"tests/trainer/test_trainer_distributed.py::TestTrainerDistributed::test_trainer"
|
| 31 |
+
]
|
| 32 |
+
}
|
| 33 |
+
}
|