Skip to content

Commit 7cd97a2

Browse files
2015arorasCISC
andauthored
Apply suggestion from @CISC
Co-authored-by: Sigbjørn Skjæret <[email protected]>
1 parent 8617ad7 commit 7cd97a2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/llama-model.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12314,8 +12314,7 @@ struct llm_build_olmo2 : public llm_graph_context {
1231412314
n_rot, rope_type, n_ctx_orig, freq_base, 1.0,
1231512315
0.0, 1.0, beta_fast, beta_slow
1231612316
);
12317-
}
12318-
else {
12317+
} else {
1231912318
Qcur = ggml_rope_ext(
1232012319
ctx0, Qcur, inp_pos, nullptr,
1232112320
n_rot, rope_type, n_ctx_orig, freq_base, freq_scale,

0 commit comments

Comments
 (0)