Skip to content

Commit 22379d5

Browse files
authored
fix: typo (#948)
1 parent 1696725 commit 22379d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/engine/async_llm_engine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ async def step_async(self) -> List[RequestOutput]:
8181
blocks_to_copy=scheduler_outputs.blocks_to_copy,
8282
)
8383

84-
return self._process_worker_outputs(output, scheduler_outputs)
84+
return self._process_model_outputs(output, scheduler_outputs)
8585

8686
async def _run_workers_async(
8787
self,

0 commit comments

Comments
 (0)