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 a6b9535 commit fe7da94Copy full SHA for fe7da94
Makefile
@@ -542,6 +542,7 @@ main: examples/main/main.cpp build-info.h ggml.
542
@echo
543
@echo '==== Run ./main -h for help. ===='
544
545
+
546
infill: examples/infill/infill.cpp build-info.h ggml.o llama.o common.o console.o grammar-parser.o $(OBJS)
547
$(CXX) $(CXXFLAGS) $(filter-out %.h,$^) -o $@ $(LDFLAGS)
548
0 commit comments