[Misc] Reduce attention logging levels (#40086)

Signed-off-by: chaunceyjiang <chaunceyjiang@gmail.com>
This commit is contained in:
Chauncey
2026-04-21 02:09:25 +00:00
committed by GitHub
parent 0e884fe638
commit 18563f2072
@@ -259,7 +259,7 @@ class Attention(nn.Module, AttentionLayerBase):
if skip:
kv_cache_dtype = "auto"
calculate_kv_scales = False
logger.info(
logger.debug(
"Layer %s: kv_cache_dtype=%s, sliding_window=%s",
prefix,
kv_cache_dtype,