make : update llama.cpp deps [no ci]
This commit is contained in:
parent
8fef5b1897
commit
66ac80f5b9
1 changed files with 5 additions and 0 deletions
5
Makefile
5
Makefile
|
@ -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 $@
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue