Skip to content

Commit debf4e5

Browse files
Update src/llama-model.cpp
Co-authored-by: Sigbjørn Skjæret <[email protected]>
1 parent 40058c0 commit debf4e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/llama-model.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14738,7 +14738,7 @@ struct llm_build_falcon_h1 : public llm_graph_context {
1473814738
inpSA = ggml_add(ctx0, cur, inpSA);
1473914739
cb(cur, "layer_out", il);
1474014740

14741-
if (il == n_layer - 1 && inp_out_ids) {
14741+
if (il == n_layer - 1 && inp_out_ids) {
1474214742
cur = ggml_get_rows(ctx0, cur, inp_out_ids);
1474314743
inpSA = ggml_get_rows(ctx0, inpSA, inp_out_ids);
1474414744
}

0 commit comments

Comments
 (0)