Skip to content

Commit d5423c6

Browse files
committed
ddp as extra script
1 parent 4e4a9e3 commit d5423c6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pl_examples/test_examples.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@
3838
--accelerator dp \
3939
"""
4040

41-
ARGS_DDP = ARGS_DEFAULT + """
42-
--gpus 2 \
43-
--accelerator ddp_spawn \
44-
"""
41+
# ARGS_DDP = ARGS_DEFAULT + """
42+
# --gpus 2 \
43+
# --accelerator ddp_spawn \
44+
# """
4545

4646
ARGS_AMP = """
4747
--precision 16 \

0 commit comments

Comments
 (0)