llama : revert unintended whitespace change

This commit is contained in:
Jared Van Bortel 2024-01-26 13:10:49 -05:00
parent 61a5cf88dc
commit e6ce5f21a1

View file

@ -4338,8 +4338,7 @@ struct llm_build_context {
n_orig_ctx (cparams.n_yarn_orig_ctx),
do_rope_shift (worst_case || kv_self.has_shift),
cb (cb),
buf_compute_meta (lctx.buf_compute_meta)
{
buf_compute_meta (lctx.buf_compute_meta) {
// all initializations should be done in init()
}