Skip to content

Commit bee1e8a

Browse files
committed
format
1 parent 9bfee77 commit bee1e8a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/deterministic/test_triton_decode_attention.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,6 @@ def test_empty(self):
267267
# ===========================================================================
268268

269269
# MLA typical configs: Lk = kv_lora_rank + qk_rope_head_dim (e.g. 512+64=576)
270-
# For MLA, kv_heads=1, num_heads=num_attention_heads
271270
_DECODE_CASES = [
272271
# (name, batch, num_heads, kv_heads, Lk, Lv, seq_lens, block_size)
273272
("mla_basic_bs1", 1, 16, 1, 576, 512, [64], 16),

0 commit comments

Comments
 (0)