Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
077c139f
Unverified
Commit
077c139f
authored
Jun 19, 2024
by
Fanli Lin
Committed by
GitHub
Jun 19, 2024
Browse files
[tests] rename `test_config_object` to `test_ds_config_object` (#31403)
fix name
parent
609e6622
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/deepspeed/test_deepspeed.py
tests/deepspeed/test_deepspeed.py
+1
-1
No files found.
tests/deepspeed/test_deepspeed.py
View file @
077c139f
...
...
@@ -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
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment