From fe9d248ae6f845756769504330803bf8a685307f Mon Sep 17 00:00:00 2001 From: Yee Man Chan Date: Tue, 13 Jan 2026 16:58:59 +0800 Subject: [PATCH] removed private: from kimi_linear to make build checks happy --- src/models/models.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/models/models.h b/src/models/models.h index beb2d71af3..aec6d3bf48 100644 --- a/src/models/models.h +++ b/src/models/models.h @@ -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 build_kda_autoregressive( ggml_tensor * q, ggml_tensor * k,