Skip to content

Commit

Permalink
Fixed reference in test
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanNaren authored and lexierule committed Mar 16, 2021
1 parent f0ad06a commit 7114c2d
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 @@ -222,7 +222,7 @@ def on_train_start(self) -> None:

@pytest.mark.skipif(not torch.cuda.is_available(), reason="requires GPU machine")
@pytest.mark.skipif(not _DEEPSPEED_AVAILABLE, reason="DeepSpeed not available.")
def test_deepspeed_config(tmpdir, deepspeed_zero_config):
def test_deepspeed_config(tmpdir, deepspeed_config):
"""
Test to ensure deepspeed works correctly when passed a DeepSpeed config object including optimizers/schedulers
and saves the model weights to load correctly.
Expand Down

0 comments on commit 7114c2d

Please sign in to comment.