fixed color reset on exit

This commit is contained in:
Justin 2023-03-15 01:23:55 +00:00
parent 47857e564c
commit 116f94bfa2

View file

@ -1052,5 +1052,7 @@ int main(int argc, char ** argv) {
ggml_free(model.ctx);
if(params.use_color) printf(ANSI_COLOR_RESET);
return 0;
}