From 9f77484c913af9fb76b27d7f3e9703c45b89839c Mon Sep 17 00:00:00 2001 From: Pierrick HYMBERT Date: Sat, 13 Apr 2024 11:07:30 +0200 Subject: [PATCH] minor: fix indent in llama_build_graph --- llama.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/llama.cpp b/llama.cpp index c9209574f..aa4d34eca 100644 --- a/llama.cpp +++ b/llama.cpp @@ -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); }