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);