Unverified Commit 077c139f authored by Fanli Lin's avatar Fanli Lin Committed by GitHub
Browse files

[tests] rename `test_config_object` to `test_ds_config_object` (#31403)

fix name
parent 609e6622
......@@ -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()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment