Fix AttributeError about _use_fi_prefill (#29734)

Signed-off-by: Huamin Li <3ericli@gmail.com>
This commit is contained in:
Huamin Li 2025-11-29 22:04:55 -08:00 committed by GitHub
parent e1464c3a08
commit 82c795d6f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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