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
4d9c6199
Unverified
Commit
4d9c6199
authored
Aug 19, 2025
by
Jee Jee Li
Committed by
GitHub
Aug 19, 2025
Browse files
[Bugfix] Fix benchmark_moe.py (#23177)
Signed-off-by:
Jee Jee Li
<
pandaleefree@gmail.com
>
parent
b87cb97a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
benchmarks/kernels/benchmark_moe.py
benchmarks/kernels/benchmark_moe.py
+0
-1
No files found.
benchmarks/kernels/benchmark_moe.py
View file @
4d9c6199
...
@@ -430,7 +430,6 @@ class BenchmarkWorker:
...
@@ -430,7 +430,6 @@ class BenchmarkWorker:
hidden_size
,
hidden_size
,
topk
,
topk
,
dtype_str
,
dtype_str
,
is_marlin
=
False
,
)
)
else
:
else
:
config
=
op_config
[
min
(
op_config
.
keys
(),
key
=
lambda
x
:
abs
(
x
-
num_tokens
))]
config
=
op_config
[
min
(
op_config
.
keys
(),
key
=
lambda
x
:
abs
(
x
-
num_tokens
))]
...
...
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