mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-31 02:02:21 +06:00
[tests] rename test_config_object
to test_ds_config_object
(#31403)
fix name
This commit is contained in:
parent
609e662243
commit
077c139f57
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user