mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-04-05 20:17:07 +08:00
fix bad merge
Signed-off-by: Nick Hill <nhill@redhat.com>
This commit is contained in:
parent
844022b188
commit
5c2a80c37d
@ -330,7 +330,7 @@ class EngineCore:
|
||||
|
||||
# Blocking until the first result is available.
|
||||
model_output = self.execute_model_with_error_logging(
|
||||
future.result, scheduler_output)
|
||||
lambda _: future.result(), scheduler_output)
|
||||
assert model_output is not None
|
||||
|
||||
self.batch_queue.task_done()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user