Skip to content

Commit ce5662b

Browse files
authored
chore(deps): bump llama.cpp to '72b24d96c6888c609d562779a23787304ae4609c' (#6349)
* chore(deps): bump llama.cpp to '72b24d96c6888c609d562779a23787304ae4609c' Signed-off-by: Ettore Di Giacinto <[email protected]> * Disable OPENSSL (just introduced upstream) Signed-off-by: Ettore Di Giacinto <[email protected]> --------- Signed-off-by: Ettore Di Giacinto <[email protected]>
1 parent 9878f27 commit ce5662b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backend/cpp/llama-cpp/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
LLAMA_VERSION?=835b2b915c52bcabcd688d025eacff9a07b65f52
2+
LLAMA_VERSION?=ace6a54565444b6377bee8e7ac693238e7766279
33
LLAMA_REPO?=https://github.com/ggerganov/llama.cpp
44

55
CMAKE_ARGS?=
@@ -14,7 +14,7 @@ CMAKE_ARGS+=-DBUILD_SHARED_LIBS=OFF -DLLAMA_CURL=OFF
1414

1515
CURRENT_MAKEFILE_DIR := $(dir $(abspath $(lastword $(MAKEFILE_LIST))))
1616
ifeq ($(NATIVE),false)
17-
CMAKE_ARGS+=-DGGML_NATIVE=OFF
17+
CMAKE_ARGS+=-DGGML_NATIVE=OFF -DLLAMA_OPENSSL=OFF
1818
endif
1919
# If build type is cublas, then we set -DGGML_CUDA=ON to CMAKE_ARGS automatically
2020
ifeq ($(BUILD_TYPE),cublas)

0 commit comments

Comments
 (0)