remove useless statements (#1408)
This commit is contained in:
parent
f61dc8072f
commit
d189170b6c
@ -66,7 +66,6 @@ class InputMetadata:
|
|||||||
else:
|
else:
|
||||||
self.max_num_blocks_per_seq = 0
|
self.max_num_blocks_per_seq = 0
|
||||||
assert block_tables.shape[0] == self.num_generation_tokens
|
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.
|
# Set during the execution of the first attention op.
|
||||||
self.attn_bias: Optional[AttentionBias] = None
|
self.attn_bias: Optional[AttentionBias] = None
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user