Skip to content

Commit

Permalink
Fix typo (#1383)
Browse files Browse the repository at this point in the history
  • Loading branch information
WrRan authored Oct 17, 2023
1 parent 9524867 commit a132435
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vllm/model_executor/input_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def __repr__(self) -> str:
f'prompt_lens={self.prompt_lens}, '
f'num_generation_tokens={self.num_generation_tokens}, '
f'context_lens={self.context_lens}, '
f'max_context_len={self.max_context_len}), '
f'max_context_len={self.max_context_len}, '
f'max_num_blocks_per_seq={self.max_num_blocks_per_seq}, '
f'block_tables={self.block_tables}), '
f'slot_mapping={self.slot_mapping}')
f'block_tables={self.block_tables}, '
f'slot_mapping={self.slot_mapping})')

0 comments on commit a132435

Please sign in to comment.