forked from Karylab-cklius/vllm
[Misc] Reduce attention logging levels (#40086)
Signed-off-by: chaunceyjiang <chaunceyjiang@gmail.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user