From 66ac80f5b9502873b2a750efeb7ca9be02de05de Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Fri, 19 Jul 2024 16:25:53 +0300 Subject: [PATCH] make : update llama.cpp deps [no ci] --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index fbf0de542..52b55dd89 100644 --- a/Makefile +++ b/Makefile @@ -1059,6 +1059,9 @@ src/unicode-data.o: \ src/llama.o: \ src/llama.cpp \ src/llama-impl.h \ + src/llama-vocab.h \ + src/llama-grammar.h \ + src/llama-sampling.h \ src/unicode.h \ include/llama.h \ ggml/include/ggml-cuda.h \ @@ -1079,6 +1082,8 @@ src/llama-grammar.o: \ src/llama-grammar.cpp \ src/llama-grammar.h \ src/llama-impl.h \ + src/llama-vocab.h \ + src/llama-sampling.h \ include/llama.h $(CXX) $(CXXFLAGS) -c $< -o $@