Remove trailing whitespaces

Signed-off-by: Molly Sophia <mollysophia379@gmail.com>
This commit is contained in:
Molly Sophia 2024-08-11 10:13:33 +08:00
parent 01dcf4bb77
commit 6ae2f4866f

View file

@ -9546,7 +9546,6 @@ static struct ggml_tensor * llm_build_channel_mix(
const struct llama_layer * layer, const struct llama_layer * layer,
struct ggml_tensor * current, struct ggml_tensor * current,
struct ggml_tensor * x_prev) { struct ggml_tensor * x_prev) {
struct ggml_tensor * sx = ggml_sub(ctx, x_prev, current); struct ggml_tensor * sx = ggml_sub(ctx, x_prev, current);
struct ggml_tensor * xk = ggml_add_inplace( struct ggml_tensor * xk = ggml_add_inplace(
ctx, ctx,