Skip to content

Commit e5bc5f8

Browse files
committed
context : enc-dec is now working
ggml-ci
1 parent be58e30 commit e5bc5f8

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
@@ -9741,7 +9741,7 @@ struct llm_build_context {
97419741
struct ggml_tensor * kq_b = build_pos_bias(pos_bucket_enc, attn_rel_b);
97429742

97439743
cur = build_attn_with_kq_b(gf,
9744-
model.layers[il].wo, model.layers[il].bo,
9744+
model.layers[il].wo_enc, nullptr,
97459745
Qcur, Kcur, Vcur, kq_b, n_tokens, 1.0f, il);
97469746
cb(cur, "kqv_out", il);
97479747
}

0 commit comments

Comments
 (0)