removed private: from kimi_linear to make build checks happy

This commit is contained in:
Yee Man Chan 2026-01-13 16:58:59 +08:00
parent 6ba78d1220
commit fe9d248ae6
1 changed files with 1 additions and 1 deletions

View File

@ -286,7 +286,7 @@ struct llm_build_jamba : public llm_graph_context_mamba {
struct llm_build_kimi_linear : public llm_graph_context_mamba {
llm_build_kimi_linear(const llama_model & model, const llm_graph_params & params);
private:
std::pair<ggml_tensor *, ggml_tensor *> build_kda_autoregressive(
ggml_tensor * q,
ggml_tensor * k,