From 6ae4dad0041a39d5aad17268d668aa3b47c02e6c Mon Sep 17 00:00:00 2001 From: Ashish <1856117+ashishdatta@users.noreply.github.com> Date: Tue, 16 Apr 2024 06:11:47 -0700 Subject: [PATCH] Removed unused comment --- llama.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/llama.cpp b/llama.cpp index 45da226b1..650c043ef 100644 --- a/llama.cpp +++ b/llama.cpp @@ -8160,7 +8160,6 @@ struct llm_build_context { inpSA = ggml_get_rows(ctx0, inpSA, inp_out_ids); } struct ggml_tensor * attn_out = cur; - // only used for non-parallel residual struct ggml_tensor * ffn_inp = ggml_add(ctx0, attn_out, inpL); cb(cur, "ffn_inp", il);