Commit cbaa3d62 authored by zhuwenwen's avatar zhuwenwen
Browse files

update layer.py

parent df49168d
...@@ -1578,7 +1578,7 @@ class FusedMoE(CustomOp): ...@@ -1578,7 +1578,7 @@ class FusedMoE(CustomOp):
assert topk_group is not None assert topk_group is not None
assert num_expert_group is not None assert num_expert_group is not None
if use_fused_gate: if use_fused_gate:
if envs.VLLM_USE_LIGHT_OP: if envs.VLLM_USE_LIGHTOP:
topk_weights, topk_ids = op.moe_fused_gate( topk_weights, topk_ids = op.moe_fused_gate(
router_logits, router_logits,
e_score_correction_bias, e_score_correction_bias,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment