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
3ae77d07
Commit
3ae77d07
authored
Jul 31, 2025
by
zhuwenwen
Browse files
update common.py
parent
ef33478d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
vllm/v1/attention/backends/mla/common.py
vllm/v1/attention/backends/mla/common.py
+0
-1
No files found.
vllm/v1/attention/backends/mla/common.py
View file @
3ae77d07
...
...
@@ -912,7 +912,6 @@ class MLACommonImpl(MLAAttentionImpl[M], Generic[M]):
)
->
torch
.
Tensor
:
assert
attn_metadata
.
prefill
is
not
None
has_context
=
attn_metadata
.
prefill
.
chunked_context
is
not
None
if
envs
.
VLLM_HAS_CONTEXT_DEFAULT
:
has_context
=
attn_metadata
.
prefill
.
chunked_context
is
not
None
else
:
...
...
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