llama : revert unintended whitespace change
This commit is contained in:
parent
61a5cf88dc
commit
e6ce5f21a1
1 changed files with 1 additions and 2 deletions
|
@ -4338,8 +4338,7 @@ struct llm_build_context {
|
||||||
n_orig_ctx (cparams.n_yarn_orig_ctx),
|
n_orig_ctx (cparams.n_yarn_orig_ctx),
|
||||||
do_rope_shift (worst_case || kv_self.has_shift),
|
do_rope_shift (worst_case || kv_self.has_shift),
|
||||||
cb (cb),
|
cb (cb),
|
||||||
buf_compute_meta (lctx.buf_compute_meta)
|
buf_compute_meta (lctx.buf_compute_meta) {
|
||||||
{
|
|
||||||
// all initializations should be done in init()
|
// all initializations should be done in init()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue