llama : whitespace cleanup (#20422)
This commit is contained in:
parent
5eae9cb1d9
commit
f90bd1dd84
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue