-
Notifications
You must be signed in to change notification settings - Fork 11.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using the config alpaca.txt line breaks do not work #969
Comments
Reverse prompts and interactive mode seem completely broken for me. I'm not sure what is going on but I can't seem to use basic interactive mode with a reverse prompt anymore. It refuses to give any output and continuously hands back control to me. Disabling multiline mode doesn't seem to change this. I'm thoroughly confused. This is me repeatedly pressing enter when it keeps giving me back input and I don't know why.
And even without the |
Using bash, this works for me: ./main -m ../models/LLaMA/7B/ggml-model-f16.bin -n 4096 --threads 12 --interactive-first --color --reverse-prompt $'\n\n' -f prompts/test.txt It's when trying --in-prefix that I find control seems to be returned to me instead of running the model |
I am using a build from the latest f4d277a commit.
This is the specific command that i am running:
The issue is that i am getting a chat like this:
Note all the \n that are printed in plain text instead of becoming line breaks. This happens both in bash and zsh. Also note that where the line break happens is only due to the fact that i pressed enter manually.
The expected behavior is:
The text was updated successfully, but these errors were encountered: