From 55ad42af845127bd0eb0c1f36f327ecec83f4bca Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Sat, 25 Mar 2023 20:36:52 +0200 Subject: Move chat scripts into "./examples" --- examples/chat.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 examples/chat.sh (limited to 'examples/chat.sh') diff --git a/examples/chat.sh b/examples/chat.sh new file mode 100755 index 00000000..2b6a63e3 --- /dev/null +++ b/examples/chat.sh @@ -0,0 +1,10 @@ +#!/bin/bash + +# +# Temporary script - will be removed in the future +# + +cd `dirname $0` +cd .. + +./main -m ./models/7B/ggml-model-q4_0.bin -b 128 -n 256 --repeat_penalty 1.0 --color -i -r "User:" -f prompts/chat-with-bob.txt -- cgit v1.2.3