mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-05-02 01:24:32 +08:00
[Misc] fixed nvfp4_moe test failures due to invalid kwargs (#21246)
Signed-off-by: Yang Chen <yangche@fb.com>
This commit is contained in:
parent
32ec9e2f2a
commit
6929f8b437
@ -93,11 +93,11 @@ def test_cutlass_fp4_moe_no_graph(m: int, n: int, k: int, e: int, topk: int,
|
|||||||
a1_gscale=a1_gs,
|
a1_gscale=a1_gs,
|
||||||
w1_fp4=w1_q,
|
w1_fp4=w1_q,
|
||||||
w1_blockscale=w1_blockscale,
|
w1_blockscale=w1_blockscale,
|
||||||
w1_alphas=(1 / w1_gs),
|
g1_alphas=(1 / w1_gs),
|
||||||
a2_gscale=a2_gs,
|
a2_gscale=a2_gs,
|
||||||
w2_fp4=w2_q,
|
w2_fp4=w2_q,
|
||||||
w2_blockscale=w2_blockscale,
|
w2_blockscale=w2_blockscale,
|
||||||
w2_alphas=(1 / w2_gs),
|
g2_alphas=(1 / w2_gs),
|
||||||
topk_weights=topk_weights,
|
topk_weights=topk_weights,
|
||||||
topk_ids=topk_ids,
|
topk_ids=topk_ids,
|
||||||
m=m,
|
m=m,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user