llama.cpp/examples/chat.sh
2023-03-25 20:37:09 +02:00

11 lines
220 B
Bash
Executable file

#!/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