Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
22970c16
Unverified
Commit
22970c16
authored
Jan 12, 2026
by
Nicolò Lucchesi
Committed by
GitHub
Jan 12, 2026
Browse files
[Misc] Disable default `--ready-check-timeout-sec` extra call in vllm bench (#30975)
Signed-off-by:
NickLucche
<
nlucches@redhat.com
>
parent
600aaab8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
vllm/benchmarks/serve.py
vllm/benchmarks/serve.py
+2
-3
No files found.
vllm/benchmarks/serve.py
View file @
22970c16
...
...
@@ -1488,10 +1488,9 @@ def add_cli_args(parser: argparse.ArgumentParser):
parser
.
add_argument
(
"--ready-check-timeout-sec"
,
type
=
int
,
default
=
60
0
,
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
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment