Skip to content

Commit 52c80ca

Browse files
danbevggerganov
authored andcommitted
ggml : fix typo in ggml-quants.c comment (ggml/922)
1 parent 3643120 commit 52c80ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml-quants.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3644,7 +3644,7 @@ void quantize_row_q8_K(const float * restrict x, void * restrict y, int64_t k) {
36443644
quantize_row_q8_K_ref(x, y, k);
36453645
}
36463646

3647-
//===================================== Dot ptoducts =================================
3647+
//===================================== Dot products =================================
36483648

36493649
//
36503650
// Helper functions

0 commit comments

Comments
 (0)