8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61449e1 commit dc96d90Copy full SHA for dc96d90
Makefile
@@ -1059,6 +1059,9 @@ src/unicode-data.o: \
1059
src/llama.o: \
1060
src/llama.cpp \
1061
src/llama-impl.h \
1062
+ src/llama-vocab.h \
1063
+ src/llama-grammar.h \
1064
+ src/llama-sampling.h \
1065
src/unicode.h \
1066
include/llama.h \
1067
ggml/include/ggml-cuda.h \
@@ -1079,6 +1082,8 @@ src/llama-grammar.o: \
1079
1082
src/llama-grammar.cpp \
1080
1083
src/llama-grammar.h \
1081
1084
1085
1086
1087
include/llama.h
1088
$(CXX) $(CXXFLAGS) -c $< -o $@
1089
0 commit comments