Skip to content

Commit aea35e8

Browse files
2015arorasCISC
andauthored
Fix indentation
Co-authored-by: Sigbjørn Skjæret <[email protected]>
1 parent 6997fad commit aea35e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/llama-model.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12250,8 +12250,8 @@ struct llm_build_olmo2 : public llm_graph_context {
1225012250
cb(Vcur, "Vcur", il);
1225112251

1225212252
cur = build_attn(inp_attn,
12253-
model.layers[il].wo, NULL,
12254-
Qcur, Kcur, Vcur, nullptr, nullptr, nullptr, 1.0f/sqrtf(float(n_embd_head)), il);
12253+
model.layers[il].wo, NULL,
12254+
Qcur, Kcur, Vcur, nullptr, nullptr, nullptr, 1.0f/sqrtf(float(n_embd_head)), il);
1225512255
}
1225612256

1225712257
if (il == n_layer - 1 && inp_out_ids) {

0 commit comments

Comments
 (0)