Skip to content

Commit

Permalink
fix: typo (#948)
Browse files Browse the repository at this point in the history
  • Loading branch information
HermitSun authored Sep 5, 2023
1 parent 1696725 commit 22379d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vllm/engine/async_llm_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ async def step_async(self) -> List[RequestOutput]:
blocks_to_copy=scheduler_outputs.blocks_to_copy,
)

return self._process_worker_outputs(output, scheduler_outputs)
return self._process_model_outputs(output, scheduler_outputs)

async def _run_workers_async(
self,
Expand Down

0 comments on commit 22379d5

Please sign in to comment.