Skip to content

Commit

Permalink
[tests] rename test_config_object to test_ds_config_object (#31403)
Browse files Browse the repository at this point in the history
fix name
  • Loading branch information
faaany authored Jun 19, 2024
1 parent 609e662 commit 077c139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/deepspeed/test_deepspeed.py
Original file line number Diff line number Diff line change
Expand Up @@ -891,7 +891,7 @@ def test_load_state_dict_from_zero_checkpoint(self, stage, dtype):
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()
Expand Down

0 comments on commit 077c139

Please sign in to comment.