mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-03 19:42:14 +02:00
To fix build problem on Apple Metal LLAMA_METAL=1 (#282)
This commit is contained in:
@@ -53,7 +53,11 @@ NONECFLAGS =
|
||||
OPENBLAS_FLAGS = -DGGML_USE_OPENBLAS -I/usr/local/include/openblas
|
||||
CLBLAST_FLAGS = -DGGML_USE_CLBLAST
|
||||
FAILSAFE_FLAGS = -DUSE_FAILSAFE
|
||||
CUBLAS_FLAGS = -DGGML_USE_CUBLAS
|
||||
ifdef LLAMA_CUBLAS
|
||||
CUBLAS_FLAGS = -DGGML_USE_CUBLAS
|
||||
else
|
||||
CUBLAS_FLAGS =
|
||||
endif
|
||||
CUBLASLD_FLAGS =
|
||||
CUBLAS_OBJS =
|
||||
|
||||
|
||||
Reference in New Issue
Block a user