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
6
6
DETECT_LIBS? =true
7
7
8
8
# llama.cpp versions
9
- CPPLLAMA_VERSION? =916c83bfe7f8b08ada609c3b8e583cf5301e594b
9
+ CPPLLAMA_VERSION? =4ccea213bc629c4eef7b520f7f6c59ce9bbdaca0
10
10
11
11
# whisper.cpp version
12
12
WHISPER_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
8
8
TARGET? =--target grpc-server
9
9
10
10
# 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
12
12
13
13
# If build type is cublas, then we set -DGGML_CUDA=ON to CMAKE_ARGS automatically
14
14
ifeq ($(BUILD_TYPE ) ,cublas)
You can’t perform that action at this time.
0 commit comments