To fix build problem on Apple Metal LLAMA_METAL=1 (#282)
This commit is contained in:
parent
86469d15c4
commit
1129d66ca9
1 changed files with 5 additions and 1 deletions
4
Makefile
4
Makefile
|
@ -53,7 +53,11 @@ NONECFLAGS =
|
|||
OPENBLAS_FLAGS = -DGGML_USE_OPENBLAS -I/usr/local/include/openblas
|
||||
CLBLAST_FLAGS = -DGGML_USE_CLBLAST
|
||||
FAILSAFE_FLAGS = -DUSE_FAILSAFE
|
||||
ifdef LLAMA_CUBLAS
|
||||
CUBLAS_FLAGS = -DGGML_USE_CUBLAS
|
||||
else
|
||||
CUBLAS_FLAGS =
|
||||
endif
|
||||
CUBLASLD_FLAGS =
|
||||
CUBLAS_OBJS =
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue