From e6ce5f21a16c499ae3fb0281f995ad78b4e64132 Mon Sep 17 00:00:00 2001 From: Jared Van Bortel Date: Fri, 26 Jan 2024 13:10:49 -0500 Subject: [PATCH] llama : revert unintended whitespace change --- llama.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/llama.cpp b/llama.cpp index 11ac9ceb5..042b44e14 100644 --- a/llama.cpp +++ b/llama.cpp @@ -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() }