Skip to content

Commit

Permalink
minor: fix indent in llama_build_graph
Browse files Browse the repository at this point in the history
  • Loading branch information
phymbert committed Apr 13, 2024
1 parent e517585 commit 9f77484
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions llama.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 9f77484

Please sign in to comment.