fix: typo (#948)

This commit is contained in:
Wen Sun
2023-09-05 14:22:30 +08:00
committed by GitHub
parent 1696725879
commit 22379d5513

View File

@@ -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,