[Log] Reduce duplicate log (#37313)

Signed-off-by: yewentao256 <zhyanwentao@126.com>
This commit is contained in:
Wentao Ye
2026-03-18 10:57:44 -04:00
committed by GitHub
parent de1a86b7de
commit c373b5c00d
8 changed files with 20 additions and 10 deletions

View File

@@ -227,7 +227,9 @@ class MMEncoderAttention(CustomOp):
if self.attn_backend == AttentionBackendEnum.FLASHINFER:
_get_flashinfer_workspace_buffer()
logger.info_once(f"Using {self.attn_backend} for MMEncoderAttention.")
logger.info_once(
f"Using {self.attn_backend} for MMEncoderAttention.", scope="local"
)
@classmethod
def enabled(cls) -> bool: