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
06e16a27
Commit
06e16a27
authored
Feb 04, 2026
by
zhuwenwen
Browse files
[perf] update op.moe_fused_gate
parent
263f45a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
vllm/model_executor/layers/fused_moe/router/grouped_topk_router.py
...l_executor/layers/fused_moe/router/grouped_topk_router.py
+2
-2
No files found.
vllm/model_executor/layers/fused_moe/router/grouped_topk_router.py
View file @
06e16a27
...
@@ -339,8 +339,8 @@ class GroupedTopKRouter(BaseRouter):
...
@@ -339,8 +339,8 @@ class GroupedTopKRouter(BaseRouter):
grouped_topk_impl
=
grouped_topk
grouped_topk_impl
=
grouped_topk
if
self
.
use_fused_gate
:
if
self
.
use_fused_gate
:
#
if envs.VLLM_USE_LIGHTOP:
if
envs
.
VLLM_USE_LIGHTOP
:
if
False
:
from
lightop
import
op
as
op
topk_weights
,
topk_ids
=
op
.
moe_fused_gate
(
topk_weights
,
topk_ids
=
op
.
moe_fused_gate
(
router_logits
,
router_logits
,
self
.
e_score_correction_bias
,
self
.
e_score_correction_bias
,
...
...
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