mirror of
https://github.com/RYDE-WORK/llama.cpp.git
synced 2026-01-25 17:23:22 +08:00
make : do not print help for simple example
This commit is contained in:
parent
4f9c43e3bd
commit
b2416493ab
3
Makefile
3
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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user