Skip to content

Commit 9350952

Browse files
authored
Merge branch 'ikawrakow:main' into main
2 parents 3ed37d2 + 483cea5 commit 9350952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/llama-build-context.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -942,7 +942,7 @@ llm_expert_gating_func_type gating_op,
942942

943943
if (!weight_before_ffn) {
944944
experts = ggml_mul(ctx, experts, weights);
945-
cb(cur, "ffn_moe_weighted", il);
945+
cb(experts, "ffn_moe_weighted", il);
946946
}
947947

948948
if (n_expert_used == 1) {

0 commit comments

Comments
 (0)