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
4741239d
Unverified
Commit
4741239d
authored
Sep 22, 2025
by
Wentao Ye
Committed by
GitHub
Sep 22, 2025
Browse files
[Bug] Fix Long Context OOM Issue (#25290)
Signed-off-by:
yewentao256
<
zhyanwentao@126.com
>
parent
c625f904
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/v1/attention/backends/mla/common.py
vllm/v1/attention/backends/mla/common.py
+1
-1
No files found.
vllm/v1/attention/backends/mla/common.py
View file @
4741239d
...
...
@@ -481,7 +481,7 @@ class MLACommonMetadataBuilder(AttentionMetadataBuilder[M]):
# which would result in up-projected context being
# 2*(192*128)*(64*1024) = 3gb
# (assuming 192 QK head dim, 128 heads, and fp16)
128
*
1024
)
64
*
1024
)
assert
self
.
chunked_prefill_workspace_size
>=
\
scheduler_config
.
max_num_seqs
*
cache_config
.
block_size
if
self
.
dcp_world_size
>
1
:
...
...
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