Skip to content

Commit 6471dad

Browse files
[Fix] Fix noaux ep test (#5161)
* support noaux eplb * noaux_eplb * noaux_eplb * noaux_eplb * noaux_eplb
1 parent f9b0545 commit 6471dad

File tree

1 file changed

+1
-1
lines changed
  • fastdeploy/model_executor/layers/moe

1 file changed

+1
-1
lines changed

fastdeploy/model_executor/layers/moe/moe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def get_moe_scores(
9696
routed_scaling_factor,
9797
)
9898
else:
99-
scores, topk_values, topk_idx, _ = noaux_tc_redundant(
99+
scores, topk_values, topk_idx = noaux_tc_redundant(
100100
scores,
101101
scores_with_bias,
102102
expert_id_to_ep_rank_array,

0 commit comments

Comments
 (0)