We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40058c0 commit debf4e5Copy full SHA for debf4e5
src/llama-model.cpp
@@ -14738,7 +14738,7 @@ struct llm_build_falcon_h1 : public llm_graph_context {
14738
inpSA = ggml_add(ctx0, cur, inpSA);
14739
cb(cur, "layer_out", il);
14740
14741
- if (il == n_layer - 1 && inp_out_ids) {
+ if (il == n_layer - 1 && inp_out_ids) {
14742
cur = ggml_get_rows(ctx0, cur, inp_out_ids);
14743
inpSA = ggml_get_rows(ctx0, inpSA, inp_out_ids);
14744
}
0 commit comments