models : support nanbeige4.2-3B (#27730)

Co-authored-by: admin <lizongqiang@kanzhun.com>
This commit is contained in:
zql
2026-08-27 07:55:31 +03:00
committed by GitHub
co-authored by admin
parent 192067b72d
commit d7a2074112
+1
View File
@@ -103,6 +103,7 @@ llama_model_nanbeige::graph::graph(const llama_model & model, const llm_graph_pa
ggml_tensor * inp_out_ids = build_inp_out_ids();
for (int il = 0; il < n_layer; ++il) {
res->t_layer_inp[il] = inpL;
ggml_tensor * inpSA = inpL;
cur = build_norm(inpL, model.layers[il].attn_norm, NULL, LLM_NORM_RMS, il);