Skip to content

Commit

Permalink
enable the test
Browse files Browse the repository at this point in the history
  • Loading branch information
vanbasten23 committed Dec 3, 2024
1 parent 0106b2f commit f4d3723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_tpu_paged_attention_kernel.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def setUp(self):
num_queries_per_compute_block=(16, 32),
block_kv_size=(128, 256),
)
def _test_paged_attention_without_query_padding(
def test_paged_attention_without_query_padding(
self,
dtype,
page_size,
Expand Down

0 comments on commit f4d3723

Please sign in to comment.