diff options
Diffstat (limited to 'examples/chat.sh')
-rwxr-xr-x | examples/chat.sh | 10 |
1 files changed, 10 insertions, 0 deletions
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 |