Skip to content

Commit d189170

Browse files
authored
remove useless statements (#1408)
1 parent f61dc80 commit d189170

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vllm/model_executor/input_metadata.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ def __init__(
6666
else:
6767
self.max_num_blocks_per_seq = 0
6868
assert block_tables.shape[0] == self.num_generation_tokens
69-
assert context_lens.shape[0] == self.num_generation_tokens
7069

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

0 commit comments

Comments
 (0)