Skip to content

Commit 96227cc

Browse files
Enable go ps by default. (#2101)
1 parent 0bc6b1d commit 96227cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elasticdl_client/common/args.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ def add_common_params(parser):
337337
add_bool_param(
338338
parser=parser,
339339
name="--use_go_ps",
340-
default=False,
340+
default=True,
341341
help="True for Go-based PS, False for Python-based PS",
342342
)
343343
parser.add_argument(

0 commit comments

Comments
 (0)