]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
make : do not print help for simple example
authorGeorgi Gerganov <redacted>
Sat, 17 Jun 2023 17:55:03 +0000 (20:55 +0300)
committerGeorgi Gerganov <redacted>
Sat, 17 Jun 2023 17:55:03 +0000 (20:55 +0300)
Makefile

index 72d6ad40c4aa8d020dffee48cbd92343734f17d9..cf590862b8e653cbb0850dc7e3ead9f866d01689 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -276,9 +276,6 @@ main: examples/main/main.cpp                                  build-info.h ggml.
 
 simple: examples/simple/simple.cpp                            build-info.h ggml.o llama.o common.o $(OBJS)
        $(CXX) $(CXXFLAGS) $(filter-out %.h,$^) -o $@ $(LDFLAGS)
-       @echo
-       @echo '====  Run ./simple -h for help.  ===='
-       @echo
 
 quantize: examples/quantize/quantize.cpp                      build-info.h ggml.o llama.o $(OBJS)
        $(CXX) $(CXXFLAGS) $(filter-out %.h,$^) -o $@ $(LDFLAGS)