update op num
This commit is contained in:
parent
a8f75ec41e
commit
11e594884b
1 changed files with 1 additions and 1 deletions
2
ggml.c
2
ggml.c
|
@ -2090,7 +2090,7 @@ static const char * GGML_OP_LABEL[GGML_OP_COUNT] = {
|
|||
"FLASH_FF",
|
||||
};
|
||||
|
||||
static_assert(GGML_OP_COUNT == 34, "GGML_OP_COUNT != 34");
|
||||
static_assert(GGML_OP_COUNT == 35, "GGML_OP_COUNT != 35");
|
||||
|
||||
static const char * GGML_OP_SYMBOL[GGML_OP_COUNT] = {
|
||||
"none",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue