llama : whitespace cleanup (#20422)

This commit is contained in:
Sigbjørn Skjæret
2026-03-11 21:18:29 +01:00
committed by GitHub
parent 5eae9cb1d9
commit f90bd1dd84
+1 -1
View 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;