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
67202387
Unverified
Commit
67202387
authored
Feb 01, 2026
by
Luka Govedič
Committed by
GitHub
Jan 31, 2026
Browse files
Change defaults for vllm bench startup (#33489)
parent
754a8ca9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
vllm/benchmarks/startup.py
vllm/benchmarks/startup.py
+3
-3
No files found.
vllm/benchmarks/startup.py
View file @
67202387
...
...
@@ -159,19 +159,19 @@ def add_cli_args(parser: argparse.ArgumentParser):
parser
.
add_argument
(
"--num-iters-cold"
,
type
=
int
,
default
=
5
,
default
=
3
,
help
=
"Number of cold startup iterations."
,
)
parser
.
add_argument
(
"--num-iters-warmup"
,
type
=
int
,
default
=
3
,
default
=
1
,
help
=
"Number of warmup iterations before benchmarking warm startups."
,
)
parser
.
add_argument
(
"--num-iters-warm"
,
type
=
int
,
default
=
5
,
default
=
3
,
help
=
"Number of warm startup iterations."
,
)
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