Skip to content

Commit 5280749

Browse files
committed
Remove trailing whitespaces
Signed-off-by: Molly Sophia <mollysophia379@gmail.com>
1 parent 56c4f7b commit 5280749

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/llama.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5353,7 +5353,7 @@ static void llm_load_hparams(
53535353
default: model.type = e_model::MODEL_UNKNOWN;
53545354
}
53555355
} break;
5356-
case LLM_ARCH_RWKV:
5356+
case LLM_ARCH_RWKV:
53575357
{
53585358
ml.get_key(LLM_KV_ATTENTION_LAYERNORM_EPS, hparams.f_norm_eps);
53595359
ml.get_key(LLM_KV_WKV_HEAD_SIZE, hparams.wkv_head_size);
@@ -8745,7 +8745,6 @@ static struct ggml_tensor * llm_build_channel_mix(
87458745
const struct llama_layer * layer,
87468746
struct ggml_tensor * current,
87478747
struct ggml_tensor * x_prev) {
8748-
87498748
struct ggml_tensor * sx = ggml_sub(ctx, x_prev, current);
87508749
struct ggml_tensor * xk = ggml_add_inplace(
87518750
ctx,

0 commit comments

Comments
 (0)