"vllm/vscode:/vscode.git/clone" did not exist on "bc8a8ce5ec374dd18e86f59be7cb0057a4b21992"
Unverified Commit 22970c16 authored by Nicolò Lucchesi's avatar Nicolò Lucchesi Committed by GitHub
Browse files

[Misc] Disable default `--ready-check-timeout-sec` extra call in vllm bench (#30975)


Signed-off-by: default avatarNickLucche <nlucches@redhat.com>
parent 600aaab8
...@@ -1488,10 +1488,9 @@ def add_cli_args(parser: argparse.ArgumentParser): ...@@ -1488,10 +1488,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(
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment