Skip to content

Commit 1cea671

Browse files
fixed styling : brace
Signed-off-by: Settheworldonfireiii <[email protected]>
1 parent 3944594 commit 1cea671

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
@@ -1173,7 +1173,7 @@ def _process_model_outputs(self,
11731173
seq_group,
11741174
self.seq_id_to_seq_group,
11751175
use_cache=self.use_cached_outputs,
1176-
hidden_states=hidden_states )
1176+
hidden_states=hidden_states)
11771177
if request_output:
11781178
ctx.request_outputs.append(request_output)
11791179

0 commit comments

Comments
 (0)