Skip to content

Commit

Permalink
fix indent
Browse files Browse the repository at this point in the history
Signed-off-by: Bill Nell <[email protected]>
  • Loading branch information
bnellnm committed Feb 12, 2025
1 parent cb50bb0 commit 0531695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vllm/v1/engine/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ class EngineCoreOutputs(
request_ids: List[str]

# TODO: consider making Optional since most of the time all will be 1
new_token_id_offsets: List[int]
new_token_id_offsets: List[int]

new_token_ids: List[int]

Expand Down

0 comments on commit 0531695

Please sign in to comment.