Skip to content

Commit 7114c2d

Browse files
SeanNarenlexierule
authored andcommitted
Fixed reference in test
1 parent f0ad06a commit 7114c2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/plugins/test_deepspeed_plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ def on_train_start(self) -> None:
222222

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

0 commit comments

Comments
 (0)