diff --git a/otherarch/llama_v2.cpp b/otherarch/llama_v2.cpp index 06bfdee97..181fe43f1 100644 --- a/otherarch/llama_v2.cpp +++ b/otherarch/llama_v2.cpp @@ -9,9 +9,7 @@ #include "llama_v2.h" #include "ggml_v2.h" -#ifdef GGML_USE_CUBLAS -#include "ggml-cuda.h" -#elif defined(GGML_USE_CLBLAST) +#if defined(GGML_USE_CLBLAST) #include "ggml_v2-opencl.h" #endif