Skip to content

Commit

Permalink
make yapf
Browse files Browse the repository at this point in the history
Signed-off-by: Sungjae Lee <33976427+llsj14@users.noreply.github.com>
  • Loading branch information
llsj14 committed Dec 11, 2024
1 parent ba7fb3b commit 9159cc3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vllm/core/block/block_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,8 @@ def append_token_ids(self,

self._num_full_slots += len(token_ids)

def ensure_num_empty_slots(self, num_empty_slots: int,
def ensure_num_empty_slots(self,
num_empty_slots: int,
contextual_hash: Optional[int] = None) -> None:
"""Ensures that the BlockTable has at least the specified number of
empty slots available.
Expand Down

0 comments on commit 9159cc3

Please sign in to comment.