fix typo
This commit is contained in:
parent
c39fa8b6b8
commit
2cf193efc0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue