We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2f61e1 commit 781f2beCopy full SHA for 781f2be
Makefile
@@ -105,8 +105,8 @@ else ifeq ($(PLATFORM),isim)
105
else # linux
106
TARGET := $(DIST_DIR)/ai.so
107
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
+ LLAMA_OPTIONS += -DGGML_OPENMP=OFF -DCMAKE_POSITION_INDEPENDENT_CODE=ON
+ WHISPER_OPTIONS += -DGGML_OPENMP=OFF -DCMAKE_POSITION_INDEPENDENT_CODE=ON
110
endif
111
112
# Windows .def file generation
0 commit comments