mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-03-20 01:21:06 +08:00
nits
Signed-off-by: Robert Shaw <robshaw@redhat.com>
This commit is contained in:
parent
1ced153eec
commit
b9c0f658ca
@ -325,7 +325,6 @@ class AsyncLLM(EngineClient):
|
||||
# Note: drain queue without await if possible (avoids
|
||||
# task switching under load which helps performance).
|
||||
out = q.get_nowait() or await q.get()
|
||||
|
||||
|
||||
# Note: both OutputProcessor and EngineCore handle their
|
||||
# own request cleanup based on finished.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user