Skip to content

Commit ab8a942

Browse files
tchatonkaushikb11
andauthored
Update tests/accelerators/test_dp.py
Co-authored-by: Kaushik B <[email protected]>
1 parent f786794 commit ab8a942

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)