From ca8f698638e1801b6f4f2bdf70e9f2bbacc107c9 Mon Sep 17 00:00:00 2001 From: okada Date: Sun, 17 Dec 2023 23:28:29 +0900 Subject: [PATCH] seems ok --- llama.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llama.cpp b/llama.cpp index 44b4b727c..c54688d52 100644 --- a/llama.cpp +++ b/llama.cpp @@ -5537,8 +5537,8 @@ struct llm_build_context { llm_build_k_shift(ctx0, hparams, cparams, kv_self, gf, LLM_ROPE, n_ctx, n_embd_head, freq_base, freq_scale, cb); } - //for (int il = 0; il < n_layer; ++il) { - for (int il = 0; il < 1; ++il) { + for (int il = 0; il < n_layer; ++il) { + //for (int il = 0; il < 1; ++il) { // norm cur = llm_build_norm(ctx0, inpL, hparams,