From 1d518d65d34213f395c45cff2f1ef02e5e6a2828 Mon Sep 17 00:00:00 2001 From: Phillip Kravtsov Date: Thu, 5 Oct 2023 12:24:06 -0700 Subject: [PATCH] Fix build --- llama.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/llama.cpp b/llama.cpp index 4ad80f563..8cf9a1b5f 100644 --- a/llama.cpp +++ b/llama.cpp @@ -4832,6 +4832,7 @@ static struct ggml_cgraph * llama_build_graph( case LLM_ARCH_PERSIMMON: { result = llm_build_persimmon(lctx, batch); + } case LLM_ARCH_REFACT: { result = llm_build_refact(lctx, batch);