From: Georgi Gerganov Date: Sat, 17 Jun 2023 17:55:03 +0000 (+0300) Subject: make : do not print help for simple example X-Git-Tag: gguf-v0.4.0~604 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=b2416493ab3ab21686d47c96669da6d6c6af08a4;p=pkg%2Fggml%2Fsources%2Fllama.cpp make : do not print help for simple example --- diff --git a/Makefile b/Makefile index 72d6ad40..cf590862 100644 --- 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)