Unverified Commit e89a91d9 authored by Marek Michalowski's avatar Marek Michalowski Committed by GitHub
Browse files

[Bugfix] fix activation in cpu_fused_moe_torch call (#34696)


Signed-off-by: default avatarMarek Michalowski <marek.michalowski@arm.com>
parent 909b1471
......@@ -402,7 +402,7 @@ class CPUFusedMOE:
input,
topk_weights,
topk_ids,
activation,
activation.value,
global_num_experts,
skip_weighted,
)
......
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