Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
6929f8b4
Unverified
Commit
6929f8b4
authored
Jul 23, 2025
by
Yang Chen
Committed by
GitHub
Jul 23, 2025
Browse files
[Misc] fixed nvfp4_moe test failures due to invalid kwargs (#21246)
Signed-off-by:
Yang Chen
<
yangche@fb.com
>
parent
32ec9e2f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
tests/kernels/moe/test_nvfp4_moe.py
tests/kernels/moe/test_nvfp4_moe.py
+2
-2
No files found.
tests/kernels/moe/test_nvfp4_moe.py
View file @
6929f8b4
...
@@ -93,11 +93,11 @@ def test_cutlass_fp4_moe_no_graph(m: int, n: int, k: int, e: int, topk: int,
...
@@ -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
,
w
1_alphas
=
(
1
/
w1_gs
),
g
1_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
,
w
2_alphas
=
(
1
/
w2_gs
),
g
2_alphas
=
(
1
/
w2_gs
),
topk_weights
=
topk_weights
,
topk_weights
=
topk_weights
,
topk_ids
=
topk_ids
,
topk_ids
=
topk_ids
,
m
=
m
,
m
=
m
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment