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
5aff2699
Unverified
Commit
5aff2699
authored
Feb 11, 2026
by
Wei Zhao
Committed by
GitHub
Feb 11, 2026
Browse files
Fix CI failure - Flashinfer Kernel tests (#34316)
Signed-off-by:
wzhao18
<
wzhao18.sz@gmail.com
>
parent
527ca321
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
+3
-0
tests/kernels/moe/test_flashinfer.py
tests/kernels/moe/test_flashinfer.py
+1
-0
tests/kernels/moe/test_flashinfer_moe.py
tests/kernels/moe/test_flashinfer_moe.py
+1
-0
tests/kernels/moe/test_pplx_cutlass_moe.py
tests/kernels/moe/test_pplx_cutlass_moe.py
+1
-0
No files found.
tests/kernels/moe/test_flashinfer.py
View file @
5aff2699
...
@@ -287,6 +287,7 @@ def test_flashinfer_cutlass_moe_fp8_no_graph(
...
@@ -287,6 +287,7 @@ def test_flashinfer_cutlass_moe_fp8_no_graph(
hidden_dim
=
k
,
hidden_dim
=
k
,
intermediate_size_per_partition
=
n
,
intermediate_size_per_partition
=
n
,
num_local_experts
=
e
,
num_local_experts
=
e
,
num_logical_experts
=
e
,
activation
=
activation
,
activation
=
activation
,
device
=
"cuda"
,
device
=
"cuda"
,
moe_parallel_config
=
FusedMoEParallelConfig
.
make_no_parallel
(),
moe_parallel_config
=
FusedMoEParallelConfig
.
make_no_parallel
(),
...
...
tests/kernels/moe/test_flashinfer_moe.py
View file @
5aff2699
...
@@ -97,6 +97,7 @@ def test_flashinfer_fp4_moe_no_graph(
...
@@ -97,6 +97,7 @@ def test_flashinfer_fp4_moe_no_graph(
hidden_dim
=
k
,
hidden_dim
=
k
,
intermediate_size_per_partition
=
n
,
intermediate_size_per_partition
=
n
,
num_local_experts
=
e
,
num_local_experts
=
e
,
num_logical_experts
=
e
,
activation
=
activation
,
activation
=
activation
,
device
=
"cuda"
,
device
=
"cuda"
,
moe_parallel_config
=
FusedMoEParallelConfig
.
make_no_parallel
(),
moe_parallel_config
=
FusedMoEParallelConfig
.
make_no_parallel
(),
...
...
tests/kernels/moe/test_pplx_cutlass_moe.py
View file @
5aff2699
...
@@ -147,6 +147,7 @@ def pplx_cutlass_moe(
...
@@ -147,6 +147,7 @@ def pplx_cutlass_moe(
hidden_dim
=
hidden_dim
,
hidden_dim
=
hidden_dim
,
intermediate_size_per_partition
=
intermediate_dim
,
intermediate_size_per_partition
=
intermediate_dim
,
num_local_experts
=
num_local_experts
,
num_local_experts
=
num_local_experts
,
num_logical_experts
=
num_experts
,
moe_parallel_config
=
FusedMoEParallelConfig
.
make_no_parallel
(),
moe_parallel_config
=
FusedMoEParallelConfig
.
make_no_parallel
(),
activation
=
"silu"
,
activation
=
"silu"
,
in_dtype
=
torch
.
bfloat16
,
in_dtype
=
torch
.
bfloat16
,
...
...
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