From 346a97f9c9caff1727b51f499a04887dc0ca786f Mon Sep 17 00:00:00 2001 From: Minsoo Cheong Date: Fri, 16 Aug 2024 15:14:37 +0900 Subject: [PATCH] fix space Co-authored-by: compilade --- src/llama.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/llama.cpp b/src/llama.cpp index 540096281..7e9149eb9 100644 --- a/src/llama.cpp +++ b/src/llama.cpp @@ -14009,6 +14009,7 @@ struct llm_build_context { return gf; } + struct ggml_cgraph * build_exaone() { struct ggml_cgraph * gf = ggml_new_graph_custom(ctx0, llama_model_max_nodes(model), false);