minor: fix indent in llama_build_graph
This commit is contained in:
parent
e517585fba
commit
9f77484c91
1 changed files with 3 additions and 3 deletions
|
@ -9930,9 +9930,9 @@ static struct ggml_cgraph * llama_build_graph(
|
||||||
result = llm.build_command_r();
|
result = llm.build_command_r();
|
||||||
} break;
|
} break;
|
||||||
case LLM_ARCH_DBRX:
|
case LLM_ARCH_DBRX:
|
||||||
{
|
{
|
||||||
result = llm.build_dbrx();
|
result = llm.build_dbrx();
|
||||||
} break;
|
} break;
|
||||||
default:
|
default:
|
||||||
GGML_ASSERT(false);
|
GGML_ASSERT(false);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue