fixes
This commit is contained in:
parent
d05ca74dd8
commit
668ba5fe0b
3 changed files with 14 additions and 12 deletions
4
Makefile
4
Makefile
|
@ -150,8 +150,8 @@ ifndef LLAMA_NO_ACCELERATE
|
|||
endif # LLAMA_NO_ACCELERATE
|
||||
|
||||
ifdef LLAMA_MPI
|
||||
CFLAGS += -DGGML_USE_MPI
|
||||
CXXFLAGS += -DGGML_USE_MPI
|
||||
CFLAGS += -DGGML_USE_MPI -Wno-cast-qual -Wno-int-to-void-pointer-cast -Wno-void-pointer-to-int-cast
|
||||
CXXFLAGS += -DGGML_USE_MPI -Wno-cast-qual
|
||||
endif # LLAMA_MPI
|
||||
|
||||
ifdef LLAMA_OPENBLAS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue