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 a62b221 commit 97905b2Copy full SHA for 97905b2
ggml/src/ggml.c
@@ -3735,6 +3735,7 @@ struct ggml_tensor * ggml_set_rows(
3735
result->op = GGML_OP_SET_ROWS;
3736
result->src[0] = b;
3737
result->src[1] = c;
3738
+ result->src[2] = a; // note: order is weird due to legacy reasons (https://github.com/ggml-org/llama.cpp/pull/16063#discussion_r2385795931)
3739
3740
return result;
3741
}
0 commit comments