llama.cpp
llama.cpp copied to clipboard
fixed color reset on exit
Fixes the color messing up the terminal when the program exits by printing an ANSI_COLOR_RESET.
Includes it in the SIGINT handler too.