We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcf2da4 commit fa9a742Copy full SHA for fa9a742
ggml.c
@@ -620,8 +620,8 @@ static const ggml_type_traits_t type_traits[GGML_TYPE_COUNT] = {
620
.type_name = "q2_2",
621
.blck_size = QK2_2,
622
.type_size = sizeof(block_q2_2),
623
- .to_float = (ggml_to_float_t) dequantize_row_q2_2,
624
.is_quantized = true,
+ .to_float = (ggml_to_float_t) dequantize_row_q2_2,
625
.from_float = quantize_row_q2_2,
626
.from_float_reference = (ggml_from_float_t) quantize_row_q2_2_reference,
627
.vec_dot = ggml_vec_dot_q2_2_q8_0,
0 commit comments