Skip to content
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

Fixed color reset problem in interactive mode. #283

Merged
merged 1 commit into from
Mar 19, 2023

Conversation

mqy
Copy link
Collaborator

@mqy mqy commented Mar 19, 2023

In interactive mode:

Bob: Sure. The largest city in Europe is Moscow, the capital of Russia.
User: xxx

Press CTRL+C, the program exits, but terminal color still remains blue.

To ensure color reset, let's print '\n' in sigint_handler.

bitRAKE added a commit to bitRAKE/llama.cpp that referenced this pull request Mar 19, 2023
@ggerganov ggerganov merged commit 084e2f0 into ggerganov:master Mar 19, 2023
sw pushed a commit that referenced this pull request Mar 19, 2023
* fix coloring of last `n_batch` of prompt, and refactor line input
* forgot the newline that needs to be sent to the model
* (per #283) try to force flush of color reset in SIGINT handler
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants