Skip to content

Commit

Permalink
Enable go ps by default. (#2101)
Browse files Browse the repository at this point in the history
  • Loading branch information
brightcoder01 authored Jul 1, 2020
1 parent 0bc6b1d commit 96227cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elasticdl_client/common/args.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ def add_common_params(parser):
add_bool_param(
parser=parser,
name="--use_go_ps",
default=False,
default=True,
help="True for Go-based PS, False for Python-based PS",
)
parser.add_argument(
Expand Down

0 comments on commit 96227cc

Please sign in to comment.