From 6471dade4ab66a9fbb2b0715fa7fc7dc53551381 Mon Sep 17 00:00:00 2001 From: xiaoxiaohehe001 <49090790+xiaoxiaohehe001@users.noreply.github.com> Date: Fri, 21 Nov 2025 16:36:41 +0800 Subject: [PATCH] [Fix] Fix noaux ep test (#5161) * support noaux eplb * noaux_eplb * noaux_eplb * noaux_eplb * noaux_eplb --- fastdeploy/model_executor/layers/moe/moe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastdeploy/model_executor/layers/moe/moe.py b/fastdeploy/model_executor/layers/moe/moe.py index 352a4b657..d8abac428 100644 --- a/fastdeploy/model_executor/layers/moe/moe.py +++ b/fastdeploy/model_executor/layers/moe/moe.py @@ -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,