diff options
| author | ZhouYuChen <zhouyuchen@naver.com> | 2023-07-04 20:15:16 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-04 14:15:16 +0200 |
| commit | 23c7c6fc9182b041f006b86ea1e7f99911ecf344 (patch) | |
| tree | f6c3d4cf8cc7d3a01f4285281a2ef2871f6cb4ea | |
| parent | 698efad5fbbf326f01288649b123eff5f79b417e (diff) | |
Update Makefile: clean simple (#2097)
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
