Skip to content

Commit cb2d78e

Browse files
author
wangzaijun
committed
fix
1 parent 20b4b35 commit cb2d78e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/kernel/fuse_moe_tuning_bf16.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ def tuning_configs(
365365
for m in [1, 8, 64, 128, 256, 512, 1024, 4096, 8192]:
366366
ans = mp_tuning(
367367
tuning_configs,
368-
params={
368+
{
369369
"expert_num": 64,
370370
"m": m,
371371
"n": 1408 // 2,

test/kernel/fuse_moe_tuning_fp8.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ def tuning_configs(
396396
for m in [1, 8, 64, 128, 256, 512, 1024, 4096, 8192]:
397397
ans = mp_tuning(
398398
tuning_configs,
399-
params={
399+
{
400400
"expert_num": 160,
401401
"m": m,
402402
"n": 192,

0 commit comments

Comments
 (0)