Skip to content

Commit

Permalink
Run linter again
Browse files Browse the repository at this point in the history
  • Loading branch information
wonjoolee95 committed Apr 22, 2024
1 parent 312bef1 commit c6040cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_pallas.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def _pagedattention_generate_qkv(
head_dim,
dtype=torch.float32,
):
# assert max_seq_len % page_size == 0
assert max_seq_len % page_size == 0
pages_per_sequence = max_seq_len // page_size
batch_size = len(seq_lens)
total_pages = batch_size * pages_per_sequence
Expand Down

0 comments on commit c6040cf

Please sign in to comment.