Skip to content

Commit

Permalink
yapf
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Zimmermeister <[email protected]>
  • Loading branch information
flozi00 committed Nov 21, 2024
1 parent a98bc4e commit 7b7ff76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vllm/attention/backends/sage_attention.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ def get_seq_len_block_table_args(


class SageAttentionMetadataBuilder(
AttentionMetadataBuilder[SageAttentionMetadata]):
AttentionMetadataBuilder[SageAttentionMetadata]):

def __init__(self, input_builder: ModelInputForCPUBuilder) -> None:
self.chunked_prefill = input_builder.chunked_prefill
Expand Down

0 comments on commit 7b7ff76

Please sign in to comment.