mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-05-09 19:46:11 +00:00
fixed build issues
This commit is contained in:
parent
bc30ebd044
commit
33721615b5
1 changed files with 4 additions and 1 deletions
|
|
@ -12,10 +12,13 @@
|
|||
#include "ggml-backend.h"
|
||||
#include "ggml-cpp.h"
|
||||
|
||||
#if defined(GGML_USE_CLBLAST)
|
||||
#ifdef GGML_USE_CUDA
|
||||
# include "ggml-cuda.h"
|
||||
#elif defined(GGML_USE_CLBLAST)
|
||||
# include "ggml-opencl.h"
|
||||
#endif
|
||||
|
||||
|
||||
// TODO: replace with ggml API call
|
||||
#define QK_K 256
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue