diff options
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 |