Make quantize_row_q4_1 static
Co-authored-by: Georgi Gerganov <ggerganov@gmail.com>
This commit is contained in:
parent
41669f67d8
commit
6ab328d88c
1 changed files with 1 additions and 1 deletions
2
ggml.c
2
ggml.c
|
@ -729,7 +729,7 @@ static void quantize_row_q4_1_reference(const float * restrict x, void * restric
|
|||
}
|
||||
}
|
||||
|
||||
void quantize_row_q4_1(const float * restrict x, void * restrict vy, int k) {
|
||||
static void quantize_row_q4_1(const float * restrict x, void * restrict vy, int k) {
|
||||
assert(k % QK == 0);
|
||||
|
||||
#if defined(__AVX2__)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue