This commit is contained in:
Evan Miller 2023-07-04 00:09:02 -04:00
parent d05ca74dd8
commit 668ba5fe0b
3 changed files with 14 additions and 12 deletions

View file

@ -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