k_quants: correctly define QK_K in llama.cpp
This commit is contained in:
parent
8b98d01e31
commit
558a19427b
1 changed files with 4 additions and 0 deletions
|
@ -21,9 +21,13 @@
|
|||
#endif
|
||||
#ifdef GGML_USE_K_QUANTS
|
||||
#ifndef QK_K
|
||||
#ifdef GGML_QKK_64
|
||||
#define QK_K 64
|
||||
#else
|
||||
#define QK_K 256
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include <array>
|
||||
#include <ctime>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue