llama.cpp/examples/chat.sh

11 lines
220 B
Bash
Raw Normal View History

2023-03-21 17:09:37 +01:00
#!/bin/bash
2023-03-25 19:36:52 +01:00
2023-03-21 17:09:37 +01:00
#
# Temporary script - will be removed in the future
#
2023-03-25 19:36:52 +01:00
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