main : inject reverse prompt after EOS + update examples/chat.sh
This commit is contained in:
parent
8af1991e2a
commit
e3da126f2a
2 changed files with 11 additions and 4 deletions
|
@ -11,6 +11,8 @@ cd ..
|
|||
#
|
||||
# "--keep 48" is based on the contents of prompts/chat-with-bob.txt
|
||||
#
|
||||
./main -m ./models/7B/ggml-model-q4_0.bin -c 512 -b 1024 -n 256 --keep 48 \
|
||||
--repeat_penalty 1.0 --color -i \
|
||||
-r "User:" -f prompts/chat-with-bob.txt
|
||||
./main -m ./models/7B/ggml-model-q4_0.bin -c 512 -b 1024 -n -1 --keep 48 \
|
||||
--repeat_penalty 1.0 --color \
|
||||
-i --interactive-first \
|
||||
-r "User:" --in-prefix " " \
|
||||
-f prompts/chat-with-bob.txt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue