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
6d25880c
Commit
6d25880c
authored
Nov 12, 2025
by
zhuwenwen
Browse files
set default_max_num_batched_tokens = 10240
parent
1dc70839
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/engine/arg_utils.py
vllm/engine/arg_utils.py
+1
-1
No files found.
vllm/engine/arg_utils.py
View file @
6d25880c
...
...
@@ -1664,7 +1664,7 @@ class EngineArgs:
# TODO(woosuk): Tune the default values for other hardware.
default_max_num_batched_tokens
=
{
UsageContext
.
LLM_CLASS
:
8192
,
UsageContext
.
OPENAI_API_SERVER
:
2048
,
UsageContext
.
OPENAI_API_SERVER
:
10240
,
}
default_max_num_seqs
=
{
UsageContext
.
LLM_CLASS
:
256
,
...
...
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