Skip to content

Commit 781f2be

Browse files
committed
Remove Vulkan option from Linux build in Makefile
1 parent d2f61e1 commit 781f2be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ else ifeq ($(PLATFORM),isim)
105105
else # linux
106106
TARGET := $(DIST_DIR)/ai.so
107107
LDFLAGS += -shared
108-
LLAMA_OPTIONS += -DGGML_VULKAN=ON -DGGML_OPENMP=OFF -DCMAKE_POSITION_INDEPENDENT_CODE=ON
109-
WHISPER_OPTIONS += -DGGML_VULKAN=ON -DGGML_OPENMP=OFF -DCMAKE_POSITION_INDEPENDENT_CODE=ON
108+
LLAMA_OPTIONS += -DGGML_OPENMP=OFF -DCMAKE_POSITION_INDEPENDENT_CODE=ON
109+
WHISPER_OPTIONS += -DGGML_OPENMP=OFF -DCMAKE_POSITION_INDEPENDENT_CODE=ON
110110
endif
111111

112112
# Windows .def file generation

0 commit comments

Comments
 (0)