]> git.djapps.eu Git - pkg/ggml/sources/ggml/commitdiff
ggml : fix typo in ggml-quants.c comment (#922)
authorDaniel Bevenius <redacted>
Thu, 15 Aug 2024 07:42:38 +0000 (09:42 +0200)
committerGitHub <redacted>
Thu, 15 Aug 2024 07:42:38 +0000 (10:42 +0300)
src/ggml-quants.c

index d5b91c2dbc0c17ce3a6691d7274c2f5dd794c26b..48b90f01b5a0a5533a0d203629d0764db8a17dac 100644 (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);
 }
 
-//===================================== Dot ptoducts =================================
+//===================================== Dot products =================================
 
 //
 // Helper functions