From edeba283665591f2f726024a92efe4b0b40434b3 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Sun, 19 Mar 2023 21:57:28 +0200 Subject: [PATCH] Add temporary helper script for Alpaca chat --- chat.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 chat.sh diff --git a/chat.sh b/chat.sh new file mode 100755 index 0000000..284989b --- /dev/null +++ b/chat.sh @@ -0,0 +1,6 @@ +#!/bin/bash +# +# Temporary script - will be removed in the future +# + +./main -m ./models/ggml-alpaca-7b-q4.bin --color -f ./prompts/alpaca.txt -ins --top_k 10000 --temp 0.96 --repeat_penalty 1 -t 7