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
055915e6
Unverified
Commit
055915e6
authored
Jun 15, 2025
by
Woosuk Kwon
Committed by
GitHub
Jun 15, 2025
Browse files
Enable prefix caching with full cuda graphs (#19617)
Signed-off-by:
Woosuk Kwon
<
woosuk.kwon@berkeley.edu
>
parent
3d330c4c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
vllm/config.py
vllm/config.py
+0
-1
No files found.
vllm/config.py
View file @
055915e6
...
@@ -4495,7 +4495,6 @@ class VllmConfig:
...
@@ -4495,7 +4495,6 @@ class VllmConfig:
"full_cuda_graph is not supported with "
"full_cuda_graph is not supported with "
"cascade attention. Disabling cascade attention."
)
"cascade attention. Disabling cascade attention."
)
self
.
model_config
.
disable_cascade_attn
=
True
self
.
model_config
.
disable_cascade_attn
=
True
self
.
cache_config
.
enable_prefix_caching
=
False
if
(
self
.
kv_events_config
is
not
None
if
(
self
.
kv_events_config
is
not
None
and
self
.
kv_events_config
.
enable_kv_cache_events
and
self
.
kv_events_config
.
enable_kv_cache_events
...
...
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