From: ZhouYuChen Date: Tue, 4 Jul 2023 12:15:16 +0000 (+0800) Subject: Update Makefile: clean simple (#2097) X-Git-Tag: gguf-v0.4.0~525 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=23c7c6fc9182b041f006b86ea1e7f99911ecf344;p=pkg%2Fggml%2Fsources%2Fllama.cpp Update Makefile: clean simple (#2097) --- diff --git a/Makefile b/Makefile index 03f38bdb..b289d97e 100644 --- a/Makefile +++ b/Makefile @@ -272,7 +272,7 @@ libllama.so: llama.o ggml.o $(OBJS) $(CXX) $(CXXFLAGS) -shared -fPIC -o $@ $^ $(LDFLAGS) clean: - rm -vf *.o *.so main quantize quantize-stats perplexity embedding benchmark-matmult save-load-state server vdot train-text-from-scratch embd-input-test build-info.h + rm -vf *.o *.so main quantize quantize-stats perplexity embedding benchmark-matmult save-load-state server simple vdot train-text-from-scratch embd-input-test build-info.h # # Examples