Fix build

This commit is contained in:
Phillip Kravtsov 2023-10-05 12:24:06 -07:00
parent 5d259d358c
commit 1d518d65d3

View file

@ -4832,6 +4832,7 @@ static struct ggml_cgraph * llama_build_graph(
case LLM_ARCH_PERSIMMON: case LLM_ARCH_PERSIMMON:
{ {
result = llm_build_persimmon(lctx, batch); result = llm_build_persimmon(lctx, batch);
}
case LLM_ARCH_REFACT: case LLM_ARCH_REFACT:
{ {
result = llm_build_refact(lctx, batch); result = llm_build_refact(lctx, batch);