Skip to content

Commit

Permalink
Update tests/plugins/test_deepspeed_plugin.py
Browse files Browse the repository at this point in the history
Sounds good

Co-authored-by: Sean Naren <sean@grid.ai>
  • Loading branch information
jona-0 and Sean Naren committed Dec 7, 2021
1 parent cdbebe6 commit 55b2b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/plugins/test_deepspeed_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ def test_deepspeed_custom_activation_checkpointing_params(tmpdir):
assert checkpoint_config["synchronize_checkpoint_boundary"]


@RunIf(min_gpus=1, deepspeed=True)
@RunIf(min_gpus=1, deepspeed=True, standalone=True)
def test_deepspeed_custom_activation_checkpointing_params_forwarded(tmpdir):
"""Ensure if we modify the activation checkpointing parameters, we pass these to
deepspeed.checkpointing.configure correctly."""
Expand Down

0 comments on commit 55b2b45

Please sign in to comment.