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
7b5a8b4a
Unverified
Commit
7b5a8b4a
authored
Feb 12, 2026
by
Aaron Hao
Committed by
GitHub
Feb 12, 2026
Browse files
[BUG] Reset running requests when clearing cache for pause/resume (#34382)
Signed-off-by:
hao-aaron
<
ahao@anyscale.com
>
parent
dea63512
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/v1/engine/async_llm.py
vllm/v1/engine/async_llm.py
+1
-1
No files found.
vllm/v1/engine/async_llm.py
View file @
7b5a8b4a
...
@@ -793,7 +793,7 @@ class AsyncLLM(EngineClient):
...
@@ -793,7 +793,7 @@ class AsyncLLM(EngineClient):
# Clear cache
# Clear cache
if
clear_cache
:
if
clear_cache
:
await
self
.
reset_prefix_cache
()
await
self
.
reset_prefix_cache
(
reset_running_requests
=
True
)
await
self
.
reset_mm_cache
()
await
self
.
reset_mm_cache
()
await
self
.
reset_encoder_cache
()
await
self
.
reset_encoder_cache
()
...
...
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