diff options
author | Georgi Gerganov <ggerganov@gmail.com> | 2023-03-21 18:09:37 +0200 |
---|---|---|
committer | Georgi Gerganov <ggerganov@gmail.com> | 2023-03-21 18:09:46 +0200 |
commit | dc6a845b8573cd7d06c6b295241d26f311602a1f (patch) | |
tree | f70c2cf591864b9b73d1736ed0087a628921c6ee /chat.sh | |
parent | 6a612959e1b6c37b68b6b141329751a2902b1030 (diff) |
Add chat.sh script
Diffstat (limited to 'chat.sh')
-rwxr-xr-x | chat.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chat.sh b/chat.sh new file mode 100755 index 00000000..24a0f10a --- /dev/null +++ b/chat.sh @@ -0,0 +1,6 @@ +#!/bin/bash +# +# Temporary script - will be removed in the future +# + +./main -m ./models/7B/ggml-model-q4_0.bin -n 256 --repeat_penalty 1.0 --color -i -r "User:" -f prompts/chat-with-bob.txt |