From 7643719a80467fcc29975d907adf5a39032f096c Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Mon, 22 Jul 2024 10:17:41 +0200 Subject: [PATCH] debug Signed-off-by: Ettore Di Giacinto --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 906e8ca5..fd683f52 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ DETECT_LIBS?=true # llama.cpp versions GOLLAMA_REPO?=https://github.com/go-skynet/go-llama.cpp GOLLAMA_VERSION?=2b57a8ae43e4699d3dc5d1496a1ccd42922993be -CPPLLAMA_VERSION?=07283b1a90e1320aae4762c7e03c879043910252 +CPPLLAMA_VERSION?=45f2c19cc57286eead7b232ce8028273a817aa4d # gpt4all version GPT4ALL_REPO?=https://github.com/nomic-ai/gpt4all @@ -377,6 +377,7 @@ build: prepare backend-assets grpcs ## Build the project $(info ${GREEN}I BUILD_TYPE: ${YELLOW}$(BUILD_TYPE)${RESET}) $(info ${GREEN}I GO_TAGS: ${YELLOW}$(GO_TAGS)${RESET}) $(info ${GREEN}I LD_FLAGS: ${YELLOW}$(LD_FLAGS)${RESET}) + ls -liah backend-assets/grpc ifneq ($(BACKEND_LIBS),) $(MAKE) backend-assets/lib cp -f $(BACKEND_LIBS) backend-assets/lib/