"docs/source/api/vscode:/vscode.git/clone" did not exist on "1856147c3c72fa32f883443ab135731658b44d84"
Unverified Commit 8af145b7 authored by Ke Bao's avatar Ke Bao Committed by GitHub
Browse files

Fix test_moe_fused_gate_combined sgl-kernel ci test (#8374)

parent 2272c2a5
...@@ -46,7 +46,6 @@ def test_moe_fused_gate_combined(seq_length, params, num_fused_shared_experts): ...@@ -46,7 +46,6 @@ def test_moe_fused_gate_combined(seq_length, params, num_fused_shared_experts):
renormalize=True, renormalize=True,
num_expert_group=num_expert_group, num_expert_group=num_expert_group,
topk_group=topk_group, topk_group=topk_group,
compiled=False,
num_fused_shared_experts=num_fused_shared_experts, num_fused_shared_experts=num_fused_shared_experts,
routed_scaling_factor=2.5, routed_scaling_factor=2.5,
) )
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment