We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1696725 commit 22379d5Copy full SHA for 22379d5
vllm/engine/async_llm_engine.py
@@ -81,7 +81,7 @@ async def step_async(self) -> List[RequestOutput]:
81
blocks_to_copy=scheduler_outputs.blocks_to_copy,
82
)
83
84
- return self._process_worker_outputs(output, scheduler_outputs)
+ return self._process_model_outputs(output, scheduler_outputs)
85
86
async def _run_workers_async(
87
self,
0 commit comments