Merge branch 'master' into gg/flash-attn
This commit is contained in:
commit
89961dea87
71 changed files with 30093 additions and 6878 deletions
3
ggml.h
3
ggml.h
|
@ -1165,8 +1165,7 @@ extern "C" {
|
|||
// ggml_mul_mat_id(ctx, as, ids, id, b) ~= ggml_mul_mat(as[ids[id]], b)
|
||||
GGML_API struct ggml_tensor * ggml_mul_mat_id(
|
||||
struct ggml_context * ctx,
|
||||
struct ggml_tensor * const as[],
|
||||
int n_as,
|
||||
struct ggml_tensor * as,
|
||||
struct ggml_tensor * ids,
|
||||
int id,
|
||||
struct ggml_tensor * b);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue