File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ BINARY_NAME=local-ai
66DETECT_LIBS? =true
77
88# llama.cpp versions
9- CPPLLAMA_VERSION? =916c83bfe7f8b08ada609c3b8e583cf5301e594b
9+ CPPLLAMA_VERSION? =4ccea213bc629c4eef7b520f7f6c59ce9bbdaca0
1010
1111# whisper.cpp version
1212WHISPER_REPO? =https://github.com/ggerganov/whisper.cpp
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ ONEAPI_VARS?=/opt/intel/oneapi/setvars.sh
88TARGET? =--target grpc-server
99
1010# Disable Shared libs as we are linking on static gRPC and we can't mix shared and static
11- CMAKE_ARGS+=-DBUILD_SHARED_LIBS =OFF
11+ CMAKE_ARGS+=-DBUILD_SHARED_LIBS =OFF -DLLAMA_CURL=OFF
1212
1313# If build type is cublas, then we set -DGGML_CUDA=ON to CMAKE_ARGS automatically
1414ifeq ($(BUILD_TYPE ) ,cublas)
You can’t perform that action at this time.
0 commit comments