File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -66,8 +66,7 @@ target_link_libraries(${TARGET} PRIVATE common llama mtmd ${CMAKE_THREAD_LIBS_IN
6666 absl::flags_parse
6767 gRPC::${_REFLECTION}
6868 gRPC::${_GRPC_GRPCPP}
69- protobuf::${_PROTOBUF_LIBPROTOBUF}
70- ssl crypto)
69+ protobuf::${_PROTOBUF_LIBPROTOBUF} )
7170target_compile_features (${TARGET} PRIVATE cxx_std_11)
7271if (TARGET BUILD_INFO)
7372 add_dependencies (${TARGET} BUILD_INFO)
Original file line number Diff line number Diff line change 11
2- LLAMA_VERSION? =72b24d96c6888c609d562779a23787304ae4609c
2+ LLAMA_VERSION? =ace6a54565444b6377bee8e7ac693238e7766279
33LLAMA_REPO? =https://github.com/ggerganov/llama.cpp
44
55CMAKE_ARGS? =
@@ -14,7 +14,7 @@ CMAKE_ARGS+=-DBUILD_SHARED_LIBS=OFF -DLLAMA_CURL=OFF
1414
1515CURRENT_MAKEFILE_DIR := $(dir $(abspath $(lastword $(MAKEFILE_LIST ) ) ) )
1616ifeq ($(NATIVE ) ,false)
17- CMAKE_ARGS+=-DGGML_NATIVE=OFF
17+ CMAKE_ARGS+=-DGGML_NATIVE=OFF -DLLAMA_OPENSSL=OFF
1818endif
1919# If build type is cublas, then we set -DGGML_CUDA=ON to CMAKE_ARGS automatically
2020ifeq ($(BUILD_TYPE ) ,cublas)
You can’t perform that action at this time.
0 commit comments