fix typo
This commit is contained in:
parent
30e8b37f33
commit
bf674be34f
1 changed files with 1 additions and 1 deletions
|
@ -3355,7 +3355,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