We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aa5fd8 commit 57b71deCopy full SHA for 57b71de
tests/test_sparse_attn.py
@@ -9,7 +9,7 @@
9
@pytest.mark.parametrize('use_diff_topk', (False, True))
10
@pytest.mark.parametrize('seq_len', (1, 4, 31, 32, 120))
11
@pytest.mark.parametrize('kv_heads', (8, 4))
12
-@pytest.mark.parametrize('selection_block_size', (4, 2))
+@pytest.mark.parametrize('selection_block_size', (8, 4, 2))
13
def test_sparse_attn(
14
use_diff_topk,
15
seq_len,
0 commit comments