struct ggml_tensor * attn_scale = nullptr; // layer_scale for attention // FFN (SwiGLU) struct ggml_tensor * ffn_norm_w = nullptr; struct ggml_tensor * ffn_gate_w = nullptr; struct ggml_tensor * ...