mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-05-19 05:47:01 +08:00
Merge 02e954e64609efed2d77acbfd95d483ed9cb6f5a into 254f6b986720c92ddf97fbb1a6a6465da8e87e29
This commit is contained in:
commit
faed7a2d70
@ -1327,10 +1327,9 @@ def add_cli_args(parser: argparse.ArgumentParser):
|
|||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--ready-check-timeout-sec",
|
"--ready-check-timeout-sec",
|
||||||
type=int,
|
type=int,
|
||||||
default=600,
|
default=0,
|
||||||
help="Maximum time to wait for the endpoint to become ready "
|
help="Maximum time to wait for the endpoint to become ready "
|
||||||
"in seconds (default: 600 seconds / 10 minutes). If set to 0, "
|
"in seconds. Ready check will be skipped by default.",
|
||||||
"the ready check will be skipped.",
|
|
||||||
)
|
)
|
||||||
|
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user