Skip to content

Commit fa9a742

Browse files
fix seq
1 parent fcf2da4 commit fa9a742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,8 +620,8 @@ static const ggml_type_traits_t type_traits[GGML_TYPE_COUNT] = {
620620
.type_name = "q2_2",
621621
.blck_size = QK2_2,
622622
.type_size = sizeof(block_q2_2),
623-
.to_float = (ggml_to_float_t) dequantize_row_q2_2,
624623
.is_quantized = true,
624+
.to_float = (ggml_to_float_t) dequantize_row_q2_2,
625625
.from_float = quantize_row_q2_2,
626626
.from_float_reference = (ggml_from_float_t) quantize_row_q2_2_reference,
627627
.vec_dot = ggml_vec_dot_q2_2_q8_0,

0 commit comments

Comments
 (0)