diff options
Diffstat (limited to 'k_quants.c')
-rw-r--r-- | k_quants.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1089,6 +1089,7 @@ void quantize_row_q6_K_reference(const float * restrict x, block_q6_K * restrict if (!max_abs_scale) { memset(&y[i], 0, sizeof(block_q6_K)); y[i].d = ggml_fp32_to_fp16(0.f); + x += QK_K; continue; } |