Skip to content

Commit

Permalink
Remove trailing whitespaces
Browse files Browse the repository at this point in the history
Signed-off-by: Molly Sophia <[email protected]>
  • Loading branch information
MollySophia committed Aug 11, 2024
1 parent 56c4f7b commit 5280749
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/llama.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5353,7 +5353,7 @@ static void llm_load_hparams(
default: model.type = e_model::MODEL_UNKNOWN;
}
} break;
case LLM_ARCH_RWKV:
case LLM_ARCH_RWKV:
{
ml.get_key(LLM_KV_ATTENTION_LAYERNORM_EPS, hparams.f_norm_eps);
ml.get_key(LLM_KV_WKV_HEAD_SIZE, hparams.wkv_head_size);
Expand Down Expand Up @@ -8745,7 +8745,6 @@ static struct ggml_tensor * llm_build_channel_mix(
const struct llama_layer * layer,
struct ggml_tensor * current,
struct ggml_tensor * x_prev) {

struct ggml_tensor * sx = ggml_sub(ctx, x_prev, current);
struct ggml_tensor * xk = ggml_add_inplace(
ctx,
Expand Down

0 comments on commit 5280749

Please sign in to comment.