Fix build
This commit is contained in:
parent
5d259d358c
commit
1d518d65d3
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue