Skip to content

Commit

Permalink
Update tests/plugins/test_ddp_module_wrapper.py
Browse files Browse the repository at this point in the history
replace "ddp" with "ddp_cpu"

Co-authored-by: Adrian Wälchli <aedu.waelchli@gmail.com>
  • Loading branch information
ninginthecloud and awaelchli authored Aug 12, 2021
1 parent 60f0ee9 commit 3869780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/plugins/test_ddp_module_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def on_predict_start(self) -> None:
@pytest.mark.parametrize(
["accelerator"],
[
("ddp",),
("ddp_cpu",),
("ddp_spawn",),
],
)
Expand Down

0 comments on commit 3869780

Please sign in to comment.