Thanks to visit codestin.com Credit goes to github.com
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 4f4f90c commit 6fd49edCopy full SHA for 6fd49ed
ggml.c
@@ -2012,7 +2012,7 @@ static const quantize_fns_t quantize_fns[GGML_TYPE_COUNT] = {
2012
[GGML_TYPE_Q4_3] = {
2013
.dequantize_row_q = dequantize_row_q4_3,
2014
.quantize_row_q = quantize_row_q4_3,
2015
- .quantize_row_q_reference = (quantize_row_q_t) quantize_row_q4_3_reference, // TODO: RMSE optimization
+ .quantize_row_q_reference = (quantize_row_q_t) quantize_row_q4_3_reference,
2016
.quantize_row_q_dot = quantize_row_q8_0,
2017
.vec_dot_q = ggml_vec_dot_q4_3_q8_0,
2018
},
0 commit comments