From 23935ff7b0b521a4d01bdff29a09bb571ca41048 Mon Sep 17 00:00:00 2001 From: bel Date: Sat, 17 Jun 2023 08:31:39 -0600 Subject: [PATCH] update run.sh --- vicuna-tools.d/run.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vicuna-tools.d/run.sh b/vicuna-tools.d/run.sh index 7ff6e49..2bd988e 100644 --- a/vicuna-tools.d/run.sh +++ b/vicuna-tools.d/run.sh @@ -6,6 +6,7 @@ cd llama.cpp -n 256 \ --repeat_penalty 1.0 \ --color \ - -i \ + --interactive \ + --interactive-first \ -r "User:" \ -f prompts/chat-with-bob.txt