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
94fbb098
Unverified
Commit
94fbb098
authored
Apr 07, 2026
by
namgyu-youn
Committed by
GitHub
Apr 06, 2026
Browse files
[EASY] Drop duplicate KV-cache initialization (#38799)
Signed-off-by:
namgyu-youn
<
namgyu.dev@gmail.com
>
parent
419e73cd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
vllm/model_executor/layers/attention/attention.py
vllm/model_executor/layers/attention/attention.py
+0
-3
No files found.
vllm/model_executor/layers/attention/attention.py
View file @
94fbb098
...
...
@@ -131,9 +131,6 @@ def _init_kv_cache_quant(
quant_config: Optional quantization configuration.
prefix: Layer name prefix for quantization method lookup.
"""
quant_method
=
(
quant_config
.
get_quant_method
(
layer
,
prefix
=
prefix
)
if
quant_config
else
None
)
# Note [Register q/k/v/prob scales in state dict]
# When calling model.to(device), only parameters/buffers in state dict are
...
...
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