Unverified Commit 22379d55 authored by Wen Sun's avatar Wen Sun Committed by GitHub
Browse files

fix: typo (#948)

parent 16967258
......@@ -81,7 +81,7 @@ class _AsyncLLMEngine(LLMEngine):
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,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment