Removed unused comment

This commit is contained in:
Ashish 2024-04-16 06:11:47 -07:00
parent 8a15f932af
commit 6ae4dad004

View file

@ -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);