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();
|
||||
} break;
|
||||
case LLM_ARCH_DBRX:
|
||||
{
|
||||
result = llm.build_dbrx();
|
||||
} break;
|
||||
{
|
||||
result = llm.build_dbrx();
|
||||
} break;
|
||||
default:
|
||||
GGML_ASSERT(false);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue