fix argument name in help text (#1532)
This commit is contained in:
parent
30e72ebc3f
commit
b6c390777a
|
|
@ -26,7 +26,7 @@ parser.add_argument('--model-path-address',
|
||||||
default="THUDM/chatglm2-6b@localhost@20002",
|
default="THUDM/chatglm2-6b@localhost@20002",
|
||||||
nargs="+",
|
nargs="+",
|
||||||
type=str,
|
type=str,
|
||||||
help="model path, host, and port, formatted as model-path@host@path")
|
help="model path, host, and port, formatted as model-path@host@port")
|
||||||
# ---------------controller-------------------------
|
# ---------------controller-------------------------
|
||||||
|
|
||||||
parser.add_argument("--controller-host", type=str, default="localhost")
|
parser.add_argument("--controller-host", type=str, default="localhost")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue