mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-11 09:34:37 +00:00
Merge branch 'upstream' into concedo_experimental
# Conflicts: # ggml/src/ggml-sycl/ggml-sycl.cpp # pyproject.toml
This commit is contained in:
commit
ffe23f0e93
23 changed files with 158 additions and 160 deletions
|
@ -782,7 +782,7 @@ ggml_tensor * llm_graph_context::build_ffn(
|
|||
} break;
|
||||
}
|
||||
|
||||
if (type_gate == LLM_FFN_PAR) {
|
||||
if (gate && type_gate == LLM_FFN_PAR) {
|
||||
cur = ggml_mul(ctx0, cur, tmp);
|
||||
cb(cur, "ffn_gate_par", il);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue