We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0ad06a commit 7114c2dCopy full SHA for 7114c2d
tests/plugins/test_deepspeed_plugin.py
@@ -222,7 +222,7 @@ def on_train_start(self) -> None:
222
223
@pytest.mark.skipif(not torch.cuda.is_available(), reason="requires GPU machine")
224
@pytest.mark.skipif(not _DEEPSPEED_AVAILABLE, reason="DeepSpeed not available.")
225
-def test_deepspeed_config(tmpdir, deepspeed_zero_config):
+def test_deepspeed_config(tmpdir, deepspeed_config):
226
"""
227
Test to ensure deepspeed works correctly when passed a DeepSpeed config object including optimizers/schedulers
228
and saves the model weights to load correctly.
0 commit comments