diff --git a/llama.cpp b/llama.cpp index f34f6d0e9..6815c2196 100644 --- a/llama.cpp +++ b/llama.cpp @@ -56,7 +56,7 @@ #pragma warning(disable: 4244 4267) // possible loss of data #endif -#if !defined(GGML_USE_CUBLAS) && !defined(GGML_USE_CLBLAST) && !defined(GGML_USE_METAL) +#if !defined(GGML_USE_CUBLAS) && !defined(GGML_USE_METAL) # include "ggml-alloc.h" # define LLAMA_USE_ALLOCATOR #else