From 4116a3d7925107f5fc97e16a0022d59c0aa7dda5 Mon Sep 17 00:00:00 2001 From: John Date: Sat, 15 Jul 2023 15:28:56 +0200 Subject: [PATCH] github added 2 tabs instead of 4 spaces when editing it --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d3ebdac8ba272..0d10aac2ef342 100644 --- a/Makefile +++ b/Makefile @@ -267,7 +267,7 @@ libllama.so: llama.o ggml.o $(OBJS) $(CXX) $(CXXFLAGS) -shared -fPIC -o $@ $^ $(LDFLAGS) libfalcon.so: libfalcon.cpp ggml.h ggml-cuda.h libfalcon.h llama-util.h cmpnct_unicode.h - $(CXX) $(CXXFLAGS) -shared -fPIC -o $@ $^ $(LDFLAGS) + $(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 build-info.h