Skip to content

Commit

Permalink
Add special
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanNaren committed Jul 19, 2021
1 parent e06cbb5 commit 92def46
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 @@ -434,7 +434,7 @@ def test_deepspeed_multigpu(tmpdir, deepspeed_config):
_assert_save_model_is_equal(model, tmpdir, trainer)


@RunIf(min_gpus=1, deepspeed=True)
@RunIf(min_gpus=1, deepspeed=True, special=True)
def test_deepspeed_fp32_works(tmpdir):
model = BoringModel()
trainer = Trainer(default_root_dir=tmpdir, gpus=1, plugins='deepspeed_stage_3', fast_dev_run=True)
Expand Down

0 comments on commit 92def46

Please sign in to comment.