From 077c139f574089cf27b6279dce25a52be9908144 Mon Sep 17 00:00:00 2001 From: Fanli Lin Date: Wed, 19 Jun 2024 17:19:15 +0800 Subject: [PATCH] [tests] rename `test_config_object` to `test_ds_config_object` (#31403) fix name --- tests/deepspeed/test_deepspeed.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/deepspeed/test_deepspeed.py b/tests/deepspeed/test_deepspeed.py index f9b7478360..58425fecbc 100644 --- a/tests/deepspeed/test_deepspeed.py +++ b/tests/deepspeed/test_deepspeed.py @@ -891,7 +891,7 @@ class TrainerIntegrationDeepSpeed(TrainerIntegrationDeepSpeedWithCustomConfig, T self.assertEqual(b, b1) self.check_trainer_state_are_the_same(state, state1) - def test_config_object(self): + def test_ds_config_object(self): # test that we can switch from zero2 to zero3 in the same process for example # test is_zero, etc. output_dir = self.get_auto_remove_tmp_dir()