Skip to content

Commit a574278

Browse files
committed
Fixed call to build_attn in llm_build_t5_enc
1 parent 36ce235 commit a574278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/llama-model.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10498,7 +10498,7 @@ struct llm_build_t5_enc : public llm_graph_context {
1049810498

1049910499
cur = build_attn(inp_attn, gf,
1050010500
model.layers[il].wo_enc, nullptr,
10501-
Qcur, Kcur, Vcur, nullptr, kq_b, 1.0f, il);
10501+
Qcur, Kcur, Vcur, kq_b, nullptr, 1.0f, il);
1050210502
cb(cur, "kqv_out", il);
1050310503
}
1050410504

0 commit comments

Comments
 (0)