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
2a719e08
Unverified
Commit
2a719e08
authored
Jan 12, 2026
by
Wentao Ye
Committed by
GitHub
Jan 13, 2026
Browse files
[Perf] Optimize requests abort (#32211)
Signed-off-by:
yewentao256
<
zhyanwentao@126.com
>
parent
f243abc9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
vllm/v1/engine/async_llm.py
vllm/v1/engine/async_llm.py
+4
-3
No files found.
vllm/v1/engine/async_llm.py
View file @
2a719e08
...
...
@@ -525,6 +525,7 @@ class AsyncLLM(EngineClient):
await
asyncio
.
sleep
(
0
)
# 3) Abort any reqs that finished due to stop strings.
if
processed_outputs
.
reqs_to_abort
:
await
engine_core
.
abort_requests_async
(
processed_outputs
.
reqs_to_abort
)
...
...
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