From 005c34067ae7437e9a8e536281afb42206c9795f Mon Sep 17 00:00:00 2001 From: "Piotr Wilkin (ilintar)" Date: Fri, 30 Jan 2026 13:38:45 +0100 Subject: [PATCH] Whitespace --- src/llama-graph.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/llama-graph.cpp b/src/llama-graph.cpp index ac143bf031..bd16ffd113 100644 --- a/src/llama-graph.cpp +++ b/src/llama-graph.cpp @@ -533,7 +533,7 @@ bool llm_graph_input_mem_hybrid::can_reuse(const llm_graph_params & params) { return res; } -// TODO: Hybrid input classes are a bit redundant. +// TODO: Hybrid input classes are a bit redundant. // Instead of creating a hybrid input, the graph can simply create 2 separate inputs. // Refactoring is required in the future. void llm_graph_input_mem_hybrid_k::set_input(const llama_ubatch * ubatch) {