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 9878f27 commit ce5662bCopy full SHA for ce5662b
backend/cpp/llama-cpp/Makefile
@@ -1,5 +1,5 @@
1
2
-LLAMA_VERSION?=835b2b915c52bcabcd688d025eacff9a07b65f52
+LLAMA_VERSION?=ace6a54565444b6377bee8e7ac693238e7766279
3
LLAMA_REPO?=https://github.com/ggerganov/llama.cpp
4
5
CMAKE_ARGS?=
@@ -14,7 +14,7 @@ CMAKE_ARGS+=-DBUILD_SHARED_LIBS=OFF -DLLAMA_CURL=OFF
14
15
CURRENT_MAKEFILE_DIR := $(dir $(abspath $(lastword $(MAKEFILE_LIST))))
16
ifeq ($(NATIVE),false)
17
- CMAKE_ARGS+=-DGGML_NATIVE=OFF
+ CMAKE_ARGS+=-DGGML_NATIVE=OFF -DLLAMA_OPENSSL=OFF
18
endif
19
# If build type is cublas, then we set -DGGML_CUDA=ON to CMAKE_ARGS automatically
20
ifeq ($(BUILD_TYPE),cublas)
0 commit comments