Update src/llama-model.cpp

Co-authored-by: Sigbjørn Skjæret <sigbjorn.skjaeret@scala.com>
This commit is contained in:
Ryan Mangeno 2025-10-10 11:48:02 -04:00 committed by GitHub
parent 4187cf5a94
commit e3ac2ae531
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -8122,7 +8122,7 @@ struct llm_build_modern_bert : public llm_graph_context {
cur = inpL;
cur = build_norm(cur,
model.output_norm_enc, NULL,
model.output_norm, NULL,
LLM_NORM, -1);
cb(cur, "final_norm_out", -1);