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
82c795d6
Unverified
Commit
82c795d6
authored
Nov 29, 2025
by
Huamin Li
Committed by
GitHub
Nov 30, 2025
Browse files
Fix AttributeError about _use_fi_prefill (#29734)
Signed-off-by:
Huamin Li
<
3ericli@gmail.com
>
parent
e1464c3a
Changes
1
Hide 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 @
82c795d6
...
...
@@ -2061,7 +2061,7 @@ class MLACommonImpl(MLACommonBaseImpl[M], Generic[M]):
attn_out
,
lse
,
get_dcp_group
(),
is_lse_base_on_e
=
not
self
.
_use_fi_prefill
,
is_lse_base_on_e
=
not
getattr
(
self
,
"
_use_fi_prefill
"
,
False
)
,
)
# v_up projection
...
...
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