mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-12 09:59:41 +00:00
temp fix for compilation issues on OSX (M1)
This commit is contained in:
parent
fdd21d0eba
commit
3b5df18dbb
1 changed files with 2 additions and 1 deletions
3
ggml.c
3
ggml.c
|
@ -149,7 +149,8 @@ inline static void* ggml_aligned_malloc(size_t size) {
|
||||||
#include <cblas.h>
|
#include <cblas.h>
|
||||||
#elif defined(GGML_USE_CUBLAS)
|
#elif defined(GGML_USE_CUBLAS)
|
||||||
#include "ggml-cuda.h"
|
#include "ggml-cuda.h"
|
||||||
#elif defined(GGML_USE_CLBLAST)
|
#endif
|
||||||
|
#if defined(GGML_USE_CLBLAST)
|
||||||
#include "ggml-opencl.h"
|
#include "ggml-opencl.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue