Skip to content

Commit

Permalink
make : update llama.cpp deps [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ggerganov committed Jul 19, 2024
1 parent 0ae4614 commit 749e1c2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -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 $@

Expand Down

0 comments on commit 749e1c2

Please sign in to comment.