Skip to content

Commit df167ab

Browse files
committed
Merge remote-tracking branch 'origin/bugfix/ddp-barrier' into bugfix/ddp-barrier
2 parents 6974299 + 1439be1 commit df167ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/plugins/test_ddp_plugin.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def on_train_start(self):
6262

6363
@RunIf(min_gpus=4, special=True)
6464
def test_ddp_barrier_non_consecutive_device_ids(tmpdir):
65-
65+
6666
model = BoringModel()
6767
trainer = Trainer(
6868
default_root_dir=tmpdir,

0 commit comments

Comments
 (0)