minor : clear whitespaces
This commit is contained in:
parent
c511d6ac4c
commit
40dd64ae77
1 changed files with 4 additions and 5 deletions
|
@ -7680,7 +7680,6 @@ struct llm_build_context {
|
|||
cur = llm_build_kv(ctx0, model, hparams, kv_self, gf,
|
||||
model.layers[il].wo, model.layers[il].bo,
|
||||
Kcur, Vcur, Qcur, KQ_mask, nullptr, n_ctx, n_tokens, kv_head, n_kv, 1.0f/sqrtf(float(n_embd_head)), cb, il);
|
||||
|
||||
} else {
|
||||
Qcur = ggml_reshape_3d(ctx0, Qcur, n_embd_head, n_head, n_tokens);
|
||||
cur = llm_build_kv(ctx0, model, hparams, kv_self, gf,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue