parent
8cc91dc63c
commit
666867b799
3 changed files with 12 additions and 7 deletions
2
Makefile
2
Makefile
|
@ -222,6 +222,8 @@ endif # LLAMA_DISABLE_LOGS
|
|||
# disable ggml.c's use of sgemm.cpp
|
||||
ifdef LLAMA_NO_LLAMAFILE
|
||||
MK_CPPFLAGS += -DGGML_USE_LLAMAFILE=0
|
||||
else
|
||||
MK_CPPFLAGS += -DGGML_USE_LLAMAFILE=1
|
||||
endif
|
||||
|
||||
# warnings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue