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 bd0af02 commit b2ea4feCopy full SHA for b2ea4fe
ggml/src/ggml.c
@@ -3687,6 +3687,7 @@ struct ggml_tensor * ggml_set_rows(
3687
result->op = GGML_OP_SET_ROWS;
3688
result->src[0] = b;
3689
result->src[1] = c;
3690
+ result->src[2] = a; // note: order is weird due to legacy reasons (https://github.com/ggml-org/llama.cpp/pull/16063#discussion_r2385795931)
3691
3692
return result;
3693
}
0 commit comments