diff options
author | Georgi Gerganov <ggerganov@gmail.com> | 2023-03-25 20:36:52 +0200 |
---|---|---|
committer | Georgi Gerganov <ggerganov@gmail.com> | 2023-03-25 20:37:09 +0200 |
commit | 55ad42af845127bd0eb0c1f36f327ecec83f4bca (patch) | |
tree | d87c9b0b19a669977fe7cbaaafdaa4e613078f62 /examples/chat.sh | |
parent | 459e93cce07cab9052c06b5bf360819893442e1e (diff) |
Move chat scripts into "./examples"
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 |