fix bad merge

Signed-off-by: Nick Hill <nhill@redhat.com>
This commit is contained in:
Nick Hill 2025-07-28 17:30:25 +01:00
parent 844022b188
commit 5c2a80c37d

View File

@ -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()