From 5226c3d45cf64da837df42c3350f4356c8531f1b Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Mon, 8 Jul 2024 14:19:36 +0300 Subject: [PATCH] make : remove llama prints [no ci] (#2265) --- Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Makefile b/Makefile index ffa50b27..5644a746 100644 --- a/Makefile +++ b/Makefile @@ -1040,9 +1040,6 @@ main: examples/main/main.cpp \ $(OBJ_GGML) $(OBJ_WHISPER) $(OBJ_COMMON) $(CXX) $(CXXFLAGS) -c $< -o $(call GET_OBJ_FILE, $<) $(CXX) $(CXXFLAGS) $(filter-out %.h $<,$^) $(call GET_OBJ_FILE, $<) -o $@ $(LDFLAGS) - @echo - @echo '==== Run ./llama-cli -h for help. ====' - @echo bench: examples/bench/bench.cpp \ $(OBJ_GGML) $(OBJ_WHISPER) $(OBJ_COMMON)