ggml : fix typo in ggml-quants.c comment (ggml/922)

This commit is contained in:
Daniel Bevenius 2024-08-15 09:42:38 +02:00 committed by Georgi Gerganov
parent 3643120690
commit 52c80cac00

View File

@ -3644,7 +3644,7 @@ void quantize_row_q8_K(const float * restrict x, void * restrict y, int64_t k) {
quantize_row_q8_K_ref(x, y, k); quantize_row_q8_K_ref(x, y, k);
} }
//===================================== Dot ptoducts ================================= //===================================== Dot products =================================
// //
// Helper functions // Helper functions