Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6fd49ed

Browse files
committed
Minor, plus rebase on master
1 parent 4f4f90c commit 6fd49ed

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
@@ -2012,7 +2012,7 @@ static const quantize_fns_t quantize_fns[GGML_TYPE_COUNT] = {
20122012
[GGML_TYPE_Q4_3] = {
20132013
.dequantize_row_q = dequantize_row_q4_3,
20142014
.quantize_row_q = quantize_row_q4_3,
2015-
.quantize_row_q_reference = (quantize_row_q_t) quantize_row_q4_3_reference, // TODO: RMSE optimization
2015+
.quantize_row_q_reference = (quantize_row_q_t) quantize_row_q4_3_reference,
20162016
.quantize_row_q_dot = quantize_row_q8_0,
20172017
.vec_dot_q = ggml_vec_dot_q4_3_q8_0,
20182018
},

0 commit comments

Comments
 (0)