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