Immediately start processing the prompt before user input has been provided (#476)
This commit is contained in:
parent
7a9b6c3a8b
commit
04c6f5ed6f
4 changed files with 13 additions and 7 deletions
2
chat.sh
2
chat.sh
|
@ -3,4 +3,4 @@
|
|||
# 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
|
||||
./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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue