minor: fix indent in llama_build_graph

This commit is contained in:
Pierrick HYMBERT 2024-04-13 11:07:30 +02:00
parent e517585fba
commit 9f77484c91

View file

@ -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);
}