From 2cf193efc0d874218826576263958d7745055428 Mon Sep 17 00:00:00 2001 From: Julia Longtin Date: Thu, 9 May 2024 20:41:50 +0000 Subject: [PATCH] fix typo --- ggml-quants.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ggml-quants.c b/ggml-quants.c index 9e8ef8b4b..4ae010858 100644 --- a/ggml-quants.c +++ b/ggml-quants.c @@ -3642,7 +3642,7 @@ void quantize_row_q8_K(const float * restrict x, void * restrict y, int64_t k) { quantize_row_q8_K_reference(x, y, k); } -//===================================== Dot ptoducts ================================= +//===================================== Dot products ================================= // // Helper functions