Replies: 2 comments 13 replies
-
I also had this issue, but got it to work better if I didnt use the --in-prefix parameter and skipped the whitespace following the names. It seems that the reverse-prompting wont work well ending with whitespaces.
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Please, share full output including seed, so we can reproduce it |
Beta Was this translation helpful? Give feedback.
12 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm sure this is a relatively easy fix, but I have an issue where the AI will ignore the reverse prompt in interact mode every other time:

You can see in the image it writes
User:
(which is my reverse prompt) but still continues to write without any input from me, where it responds again, then finally stops when the prompt comes up.Here is my full command line:
main -m ./models/13B/ggml-model-q4_0.bin -n -1 --repeat_penalty 1.0 --color -i -r "User:" -f prompts/chat-with-bob.txt --in-prefix " " -c 2048 -t 8
The prompt is the
chat-with-bob.txt
from examples.Beta Was this translation helpful? Give feedback.
All reactions