Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
18563f20
Unverified
Commit
18563f20
authored
Apr 21, 2026
by
Chauncey
Committed by
GitHub
Apr 21, 2026
Browse files
[Misc] Reduce attention logging levels (#40086)
Signed-off-by:
chaunceyjiang
<
chaunceyjiang@gmail.com
>
parent
0e884fe6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/model_executor/layers/attention/attention.py
vllm/model_executor/layers/attention/attention.py
+1
-1
No files found.
vllm/model_executor/layers/attention/attention.py
View file @
18563f20
...
@@ -259,7 +259,7 @@ class Attention(nn.Module, AttentionLayerBase):
...
@@ -259,7 +259,7 @@ class Attention(nn.Module, AttentionLayerBase):
if
skip
:
if
skip
:
kv_cache_dtype
=
"auto"
kv_cache_dtype
=
"auto"
calculate_kv_scales
=
False
calculate_kv_scales
=
False
logger
.
info
(
logger
.
debug
(
"Layer %s: kv_cache_dtype=%s, sliding_window=%s"
,
"Layer %s: kv_cache_dtype=%s, sliding_window=%s"
,
prefix
,
prefix
,
kv_cache_dtype
,
kv_cache_dtype
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment