Spaces:
Running
Running
ggml : fix typo in ggml-quants.c comment (ggml/922)
Browse files- ggml/src/ggml-quants.c +1 -1
ggml/src/ggml-quants.c
CHANGED
|
@@ -3644,7 +3644,7 @@ void quantize_row_q8_K(const float * restrict x, void * restrict y, int64_t k) {
|
|
| 3644 |
quantize_row_q8_K_ref(x, y, k);
|
| 3645 |
}
|
| 3646 |
|
| 3647 |
-
//===================================== Dot
|
| 3648 |
|
| 3649 |
//
|
| 3650 |
// Helper functions
|
|
|
|
| 3644 |
quantize_row_q8_K_ref(x, y, k);
|
| 3645 |
}
|
| 3646 |
|
| 3647 |
+
//===================================== Dot products =================================
|
| 3648 |
|
| 3649 |
//
|
| 3650 |
// Helper functions
|