Skip to content

Commit

Permalink
remove useless statements (#1408)
Browse files Browse the repository at this point in the history
  • Loading branch information
WrRan authored Oct 20, 2023
1 parent f61dc80 commit d189170
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vllm/model_executor/input_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ def __init__(
else:
self.max_num_blocks_per_seq = 0
assert block_tables.shape[0] == self.num_generation_tokens
assert context_lens.shape[0] == self.num_generation_tokens

# Set during the execution of the first attention op.
self.attn_bias: Optional[AttentionBias] = None
Expand Down

0 comments on commit d189170

Please sign in to comment.