Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 9 additions & 6 deletions llamacpp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ ifeq ($(DETECTED_OS),macOS)
-DGGML_NATIVE=OFF \
-DGGML_OPENMP=OFF \
-DLLAMA_CURL=OFF \
-DLLAMA_BUILD_COMMON=ON \
-DLLAMA_BUILD_SERVER=ON \
-DLLAMA_BUILD_TOOLS=ON \
-GNinja \
-S $(NATIVE_DIR)
@echo "Building..."
Expand Down Expand Up @@ -87,9 +90,9 @@ install-dir:

help:
@echo "Available targets:"
@echo " build - Build llama.cpp (macOS only for now)"
@echo " install-deps - Install build dependencies"
@echo " build-dir - Print build directory path"
@echo " install-dir - Print install directory path"
@echo " clean - Clean build artifacts"
@echo " help - Show this help"
@echo " build - Build llama.cpp (macOS only for now)"
@echo " install-deps - Install build dependencies"
@echo " build-dir - Print build directory path"
@echo " install-dir - Print install directory path"
@echo " clean - Clean build artifacts"
@echo " help - Show this help"