From 5520876c3c46477fdf3e55bea4aa0fc95490ce15 Mon Sep 17 00:00:00 2001 From: Aniket Date: Tue, 8 Aug 2023 14:28:34 -0400 Subject: [PATCH] cleaning up Makefile empty space before mearge --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index d06843d00..37cf8a880 100644 --- a/Makefile +++ b/Makefile @@ -396,7 +396,6 @@ train-text-from-scratch: examples/train-text-from-scratch/train-text-from-scratc convert-llama2c-to-ggml: examples/convert-llama2c-to-ggml/convert-llama2c-to-ggml.cpp build-info.h ggml.o llama.o $(OBJS) $(CXX) $(CXXFLAGS) $(filter-out %.h,$^) -o $@ $(LDFLAGS) - build-info.h: $(wildcard .git/index) scripts/build-info.sh @sh scripts/build-info.sh > $@.tmp @if ! cmp -s $@.tmp $@; then \