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
c340a5df
Commit
c340a5df
authored
Nov 12, 2025
by
zhuwenwen
Browse files
revert DEFAULT_MAX_NUM_BATCHED_TOKENS = 2048
parent
6d25880c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/utils/__init__.py
vllm/utils/__init__.py
+1
-1
No files found.
vllm/utils/__init__.py
View file @
c340a5df
...
@@ -81,7 +81,7 @@ logger = init_logger(__name__)
...
@@ -81,7 +81,7 @@ logger = init_logger(__name__)
# This value is chosen to have a balance between ITL and TTFT. Note it is
# This value is chosen to have a balance between ITL and TTFT. Note it is
# not optimized for throughput.
# not optimized for throughput.
DEFAULT_MAX_NUM_BATCHED_TOKENS
=
10240
DEFAULT_MAX_NUM_BATCHED_TOKENS
=
2048
POOLING_MODEL_MAX_NUM_BATCHED_TOKENS
=
32768
POOLING_MODEL_MAX_NUM_BATCHED_TOKENS
=
32768
MULTIMODAL_MODEL_MAX_NUM_BATCHED_TOKENS
=
5120
MULTIMODAL_MODEL_MAX_NUM_BATCHED_TOKENS
=
5120
...
...
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