]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
llama : whitespace cleanup (#20422)
authorSigbjørn Skjæret <redacted>
Wed, 11 Mar 2026 20:18:29 +0000 (21:18 +0100)
committerGitHub <redacted>
Wed, 11 Mar 2026 20:18:29 +0000 (21:18 +0100)
src/llama-model.h

index a8043bf925d330474d9902212ac119482f4b633b..9a2dacecca8cd0baad9fb84cda8992fd8bbf4b9d 100644 (file)
@@ -299,7 +299,7 @@ struct llama_layer {
     struct ggml_tensor * ffn_gate_exps_s   = nullptr;
     struct ggml_tensor * ffn_down_exps_s   = nullptr;
     struct ggml_tensor * ffn_up_exps_s     = nullptr;
-  
+
     // ff MoE latent proj
     struct ggml_tensor * ffn_latent_down = nullptr;
     struct ggml_tensor * ffn_latent_up   = nullptr;