[Projects] Unify hyphen vs underscore handling for arguments (#6208)

This commit is contained in:
Philipp Moritz
2019-11-20 23:52:41 -08:00
committed by GitHub
parent 1f9ab74293
commit a4437813eb
6 changed files with 5 additions and 86 deletions
@@ -13,7 +13,7 @@ environment:
commands:
- name: run-sync
command: python sync_parameter_server.py --num-workers {{num_workers}}
command: python sync_parameter_server.py --num-workers {{num-workers}}
help: "Start the synchronous parameter server."
params:
- name: num-workers
@@ -24,7 +24,7 @@ commands:
tmux: true
- name: run-async
command: python async_parameter_server.py --num-workers {{num_workers}}
command: python async_parameter_server.py --num-workers {{num-workers}}
help: "Start the asynchronous parameter server."
params:
- name: num-workers