Skip to content

Commit af0a080

Browse files
author
wangzaijun
committed
fix
1 parent e9c073c commit af0a080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/kernel/llama_gqa_diverse_decode_stage1_tuning.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ def config_iter():
308308
yield batch_size, seq_len
309309

310310
for q_head_dim in [128]:
311-
for gqa_group_size in [4, 5, 8, 16]:
311+
for gqa_group_size in [2, 4, 5, 8, 16]:
312312
store_json_ans = collections.defaultdict(dict)
313313
for batch_size, seq_len in config_iter():
314314
ans = mp_tuning(

0 commit comments

Comments
 (0)