Skip to content

Commit 57b71de

Browse files
committed
cover fine > compress
1 parent 6aa5fd8 commit 57b71de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_sparse_attn.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
@pytest.mark.parametrize('use_diff_topk', (False, True))
1010
@pytest.mark.parametrize('seq_len', (1, 4, 31, 32, 120))
1111
@pytest.mark.parametrize('kv_heads', (8, 4))
12-
@pytest.mark.parametrize('selection_block_size', (4, 2))
12+
@pytest.mark.parametrize('selection_block_size', (8, 4, 2))
1313
def test_sparse_attn(
1414
use_diff_topk,
1515
seq_len,

0 commit comments

Comments
 (0)