From: Daniel Bevenius Date: Thu, 15 Aug 2024 07:42:38 +0000 (+0200) Subject: ggml : fix typo in ggml-quants.c comment (#922) X-Git-Tag: upstream/0.0.1642~444 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=9ad0906ffca1758f29270f59938d78740808ba93;p=pkg%2Fggml%2Fsources%2Fggml ggml : fix typo in ggml-quants.c comment (#922) --- diff --git a/src/ggml-quants.c b/src/ggml-quants.c index d5b91c2d..48b90f01 100644 --- a/src/ggml-quants.c +++ b/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