mirror of
https://github.com/ikawrakow/ik_llama.cpp.git
synced 2026-08-12 22:29:39 +04:00
Just in case
This commit is contained in:
@@ -1392,6 +1392,7 @@ ggml_cgraph * llm_build_context::build_deepseek4() {
|
||||
} else {
|
||||
moe_out = build_dsv4_moe(cur, exp_probs_b, selected_experts);
|
||||
}
|
||||
ggml_build_forward_expand(gf, moe_out);
|
||||
cb(moe_out, "ffn_moe_out", il);
|
||||
|
||||
ggml_tensor * ffn_shexp = llm_build_ffn(ctx0, lctx, nullptr, cur,
|
||||
@@ -1403,6 +1404,7 @@ ggml_cgraph * llm_build_context::build_deepseek4() {
|
||||
cb(ffn_shexp, "ffn_shexp", il);
|
||||
|
||||
cur = ggml_add(ctx0, moe_out, ffn_shexp);
|
||||
ggml_build_forward_expand(gf, cur);
|
||||
}
|
||||
|
||||
cb(cur, "ffn_out", il);
|
||||
|
||||
Reference in New Issue
Block a user