mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-12-24 13:28:13 +08:00
[Fix] Fix noaux ep test (#5161)
* support noaux eplb * noaux_eplb * noaux_eplb * noaux_eplb * noaux_eplb
This commit is contained in:
@@ -96,7 +96,7 @@ def get_moe_scores(
|
||||
routed_scaling_factor,
|
||||
)
|
||||
else:
|
||||
scores, topk_values, topk_idx, _ = noaux_tc_redundant(
|
||||
scores, topk_values, topk_idx = noaux_tc_redundant(
|
||||
scores,
|
||||
scores_with_bias,
|
||||
expert_id_to_ep_rank_array,
|
||||
|
||||
Reference in New Issue
Block a user