mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-05-08 01:41:37 +00:00
llama : whitespace cleanup (#20422)
This commit is contained in:
parent
5eae9cb1d9
commit
f90bd1dd84
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue