Skip to content

Commit 9b1e45f

Browse files
tchatonkaushikb11
authored andcommitted
Update tests/accelerators/test_dp.py
Co-authored-by: Kaushik B <[email protected]>
1 parent 6b3d47e commit 9b1e45f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/accelerators/test_dp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,6 @@ def test_dp_training_step_dict(tmpdir):
138138
limit_train_batches=2,
139139
limit_val_batches=0,
140140
gpus=2,
141-
plugins='dp',
141+
accelerator='dp',
142142
)
143143
trainer.fit(model)

0 commit comments

Comments
 (0)