Rename variable
Co-authored-by: Pavol Rusnak <pavol@rusnak.io>
This commit is contained in:
parent
c0a86cc556
commit
471624b464
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -112,7 +112,7 @@ ifndef LLAMA_NO_ACCELERATE
|
|||
endif
|
||||
ifdef LLAMA_OPENBLAS
|
||||
CFLAGS += -DGGML_USE_OPENBLAS -I/usr/local/include/openblas
|
||||
LDFLAGS += -lopenblas $(ARCH_ADD)
|
||||
LDFLAGS += -lopenblas $(LDFLAGS_EXTRA)
|
||||
endif
|
||||
ifdef LLAMA_CUBLAS
|
||||
CFLAGS += -DGGML_USE_CUBLAS -I/usr/local/cuda/include -I/opt/cuda/include -I$(CUDA_PATH)/targets/x86_64-linux/include
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue