fix seq
This commit is contained in:
parent
fcf2da4621
commit
fa9a742b46
1 changed files with 1 additions and 1 deletions
2
ggml.c
2
ggml.c
|
@ -620,8 +620,8 @@ static const ggml_type_traits_t type_traits[GGML_TYPE_COUNT] = {
|
||||||
.type_name = "q2_2",
|
.type_name = "q2_2",
|
||||||
.blck_size = QK2_2,
|
.blck_size = QK2_2,
|
||||||
.type_size = sizeof(block_q2_2),
|
.type_size = sizeof(block_q2_2),
|
||||||
.to_float = (ggml_to_float_t) dequantize_row_q2_2,
|
|
||||||
.is_quantized = true,
|
.is_quantized = true,
|
||||||
|
.to_float = (ggml_to_float_t) dequantize_row_q2_2,
|
||||||
.from_float = quantize_row_q2_2,
|
.from_float = quantize_row_q2_2,
|
||||||
.from_float_reference = (ggml_from_float_t) quantize_row_q2_2_reference,
|
.from_float_reference = (ggml_from_float_t) quantize_row_q2_2_reference,
|
||||||
.vec_dot = ggml_vec_dot_q2_2_q8_0,
|
.vec_dot = ggml_vec_dot_q2_2_q8_0,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue