From 70f01cb8632f73b5cf70428608b89cd3c0775d23 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Sun, 19 Mar 2023 19:04:44 +0200 Subject: Drop trailing new line from file prompts (#80) --- main.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'main.cpp') diff --git a/main.cpp b/main.cpp index a95e2e72..2a07bbb4 100644 --- a/main.cpp +++ b/main.cpp @@ -850,7 +850,6 @@ int main(int argc, char ** argv) { // in instruct mode, we inject a prefix and a suffix to each input by the user if (params.instruct) { - fprintf(stderr, "== Instruction mode enabled ==\n"); params.interactive = true; params.antiprompt = "### Instruction:\n\n"; } -- cgit v1.2.3