Fix after merge with latest master
This commit is contained in:
parent
dc0b14bebb
commit
67e7c4238e
2 changed files with 3 additions and 1 deletions
1
ggml.c
1
ggml.c
|
@ -683,6 +683,7 @@ static const ggml_type_traits_t type_traits[GGML_TYPE_COUNT] = {
|
|||
.from_float_reference = NULL,
|
||||
.vec_dot = ggml_vec_dot_iq1_s_q8_K,
|
||||
.vec_dot_type = GGML_TYPE_Q8_K,
|
||||
.nrows = 1,
|
||||
},
|
||||
[GGML_TYPE_Q8_K] = {
|
||||
.type_name = "q8_K",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue