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>
|
||||
#elif defined(GGML_USE_CUBLAS)
|
||||
#include "ggml-cuda.h"
|
||||
#elif defined(GGML_USE_CLBLAST)
|
||||
#endif
|
||||
#if defined(GGML_USE_CLBLAST)
|
||||
#include "ggml-opencl.h"
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue