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
|
#endif
|
||||||
#ifdef GGML_USE_K_QUANTS
|
#ifdef GGML_USE_K_QUANTS
|
||||||
#ifndef QK_K
|
#ifndef QK_K
|
||||||
|
#ifdef GGML_QKK_64
|
||||||
|
#define QK_K 64
|
||||||
|
#else
|
||||||
#define QK_K 256
|
#define QK_K 256
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <array>
|
#include <array>
|
||||||
#include <ctime>
|
#include <ctime>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue