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
67f3fb08
Unverified
Commit
67f3fb08
authored
Oct 01, 2025
by
Jee Jee Li
Committed by
GitHub
Sep 30, 2025
Browse files
[Bench] Add DeepSeekV32 to MoE benchmark (#25962)
Signed-off-by:
Jee Jee Li
<
pandaleefree@gmail.com
>
parent
43b752c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
benchmarks/kernels/benchmark_moe.py
benchmarks/kernels/benchmark_moe.py
+2
-1
No files found.
benchmarks/kernels/benchmark_moe.py
View file @
67f3fb08
...
@@ -584,8 +584,9 @@ def main(args: argparse.Namespace):
...
@@ -584,8 +584,9 @@ def main(args: argparse.Namespace):
topk
=
config
.
num_experts_per_tok
topk
=
config
.
num_experts_per_tok
intermediate_size
=
config
.
intermediate_size
intermediate_size
=
config
.
intermediate_size
elif
config
.
architectures
[
0
]
in
(
elif
config
.
architectures
[
0
]
in
(
"DeepseekV3ForCausalLM"
,
"DeepseekV2ForCausalLM"
,
"DeepseekV2ForCausalLM"
,
"DeepseekV3ForCausalLM"
,
"DeepseekV32ForCausalLM"
,
"Glm4MoeForCausalLM"
,
"Glm4MoeForCausalLM"
,
):
):
E
=
config
.
n_routed_experts
E
=
config
.
n_routed_experts
...
...
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