fix warnings, update README
This commit is contained in:
parent
f85785f650
commit
d05ca74dd8
4 changed files with 39 additions and 4 deletions
5
Makefile
5
Makefile
|
@ -149,6 +149,11 @@ ifndef LLAMA_NO_ACCELERATE
|
|||
endif
|
||||
endif # LLAMA_NO_ACCELERATE
|
||||
|
||||
ifdef LLAMA_MPI
|
||||
CFLAGS += -DGGML_USE_MPI
|
||||
CXXFLAGS += -DGGML_USE_MPI
|
||||
endif # LLAMA_MPI
|
||||
|
||||
ifdef LLAMA_OPENBLAS
|
||||
CFLAGS += -DGGML_USE_OPENBLAS -I/usr/local/include/openblas -I/usr/include/openblas
|
||||
LDFLAGS += -lopenblas
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue