make : update llama.cpp deps [no ci]

This commit is contained in:
Georgi Gerganov 2024-07-19 16:25:53 +03:00
parent 8fef5b1897
commit 66ac80f5b9
No known key found for this signature in database
GPG key ID: 449E073F9DC10735

View file

@ -1059,6 +1059,9 @@ src/unicode-data.o: \
src/llama.o: \ src/llama.o: \
src/llama.cpp \ src/llama.cpp \
src/llama-impl.h \ src/llama-impl.h \
src/llama-vocab.h \
src/llama-grammar.h \
src/llama-sampling.h \
src/unicode.h \ src/unicode.h \
include/llama.h \ include/llama.h \
ggml/include/ggml-cuda.h \ ggml/include/ggml-cuda.h \
@ -1079,6 +1082,8 @@ src/llama-grammar.o: \
src/llama-grammar.cpp \ src/llama-grammar.cpp \
src/llama-grammar.h \ src/llama-grammar.h \
src/llama-impl.h \ src/llama-impl.h \
src/llama-vocab.h \
src/llama-sampling.h \
include/llama.h include/llama.h
$(CXX) $(CXXFLAGS) -c $< -o $@ $(CXX) $(CXXFLAGS) -c $< -o $@