Unverified Commit 18563f20 authored by Chauncey's avatar Chauncey Committed by GitHub
Browse files

[Misc] Reduce attention logging levels (#40086)


Signed-off-by: default avatarchaunceyjiang <chaunceyjiang@gmail.com>
parent 0e884fe6
......@@ -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,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment