Skip to content

Commit eda3470

Browse files
fixed yapf
Signed-off-by: Settheworldonfireiii <[email protected]>
1 parent 320694c commit eda3470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/engine/llm_engine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1102,7 +1102,7 @@ def _process_model_outputs(self,
11021102
continue
11031103

11041104
output: List[SequenceGroupOutput]
1105-
1105+
11061106
if has_multiple_outputs:
11071107
output = outputs_by_sequence_group[i]
11081108
if self.model_config.task == "generate" and \

0 commit comments

Comments
 (0)