We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f9c43e commit b241649Copy full SHA for b241649
Makefile
@@ -276,9 +276,6 @@ main: examples/main/main.cpp build-info.h ggml.
276
277
simple: examples/simple/simple.cpp build-info.h ggml.o llama.o common.o $(OBJS)
278
$(CXX) $(CXXFLAGS) $(filter-out %.h,$^) -o $@ $(LDFLAGS)
279
- @echo
280
- @echo '==== Run ./simple -h for help. ===='
281
282
283
quantize: examples/quantize/quantize.cpp build-info.h ggml.o llama.o $(OBJS)
284
0 commit comments