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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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;