mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-03-19 06:27:10 +08:00
init
Signed-off-by: NickLucche <nlucches@redhat.com>
This commit is contained in:
parent
686cbaac64
commit
02e954e646
@ -1333,10 +1333,9 @@ def add_cli_args(parser: argparse.ArgumentParser):
|
||||
parser.add_argument(
|
||||
"--ready-check-timeout-sec",
|
||||
type=int,
|
||||
default=600,
|
||||
default=0,
|
||||
help="Maximum time to wait for the endpoint to become ready "
|
||||
"in seconds (default: 600 seconds / 10 minutes). If set to 0, "
|
||||
"the ready check will be skipped.",
|
||||
"in seconds. Ready check will be skipped by default.",
|
||||
)
|
||||
|
||||
parser.add_argument(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user