From: Daniel Bevenius Date: Thu, 15 Aug 2024 07:42:38 +0000 (+0200) Subject: ggml : fix typo in ggml-quants.c comment (ggml/922) X-Git-Tag: upstream/1.7.4~488 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=52c80cac002fd898900f66be93b81c6dfff659ee;p=pkg%2Fggml%2Fsources%2Fwhisper.cpp ggml : fix typo in ggml-quants.c comment (ggml/922) --- diff --git a/ggml/src/ggml-quants.c b/ggml/src/ggml-quants.c index d5b91c2d..48b90f01 100644 --- a/ggml/src/ggml-quants.c +++ b/ggml/src/ggml-quants.c @@ -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); } -//===================================== Dot ptoducts ================================= +//===================================== Dot products ================================= // // Helper functions