diff --git a/vllm/model_executor/layers/fused_moe/cpu_fused_moe.py b/vllm/model_executor/layers/fused_moe/cpu_fused_moe.py index 7a78faafb..f220a2fdd 100644 --- a/vllm/model_executor/layers/fused_moe/cpu_fused_moe.py +++ b/vllm/model_executor/layers/fused_moe/cpu_fused_moe.py @@ -402,7 +402,7 @@ class CPUFusedMOE: input, topk_weights, topk_ids, - activation, + activation.value, global_num_experts, skip_weighted, )