fix argument name in help text (#1532)

This commit is contained in:
lehug 2023-09-20 10:38:50 +08:00 committed by GitHub
parent 30e72ebc3f
commit b6c390777a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ parser.add_argument('--model-path-address',
default="THUDM/chatglm2-6b@localhost@20002",
nargs="+",
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-------------------------
parser.add_argument("--controller-host", type=str, default="localhost")