Unverified Commit d189170b authored by Wang Ran (汪然)'s avatar Wang Ran (汪然) Committed by GitHub
Browse files

remove useless statements (#1408)

parent f61dc807
......@@ -66,7 +66,6 @@ class InputMetadata:
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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment