Skip to content

Commit a4b107a

Browse files
committed
Enable BLAS support for Linux platform in Makefile
1 parent bde12a2 commit a4b107a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ else ifeq ($(PLATFORM),isim)
9696
else # linux
9797
TARGET := $(DIST_DIR)/ai.so
9898
LDFLAGS += -shared
99+
LLAMA_OPTIONS += -DGGML_USE_BLAS=ON
99100
endif
100101

101102
# Windows .def file generation

0 commit comments

Comments
 (0)