Update main.cpp
This commit is contained in:
parent
1ddaee93fb
commit
b4e2723a67
1 changed files with 3 additions and 1 deletions
4
main.cpp
4
main.cpp
|
@ -1053,7 +1053,9 @@ int main(int argc, char ** argv) {
|
|||
|
||||
ggml_free(model.ctx);
|
||||
|
||||
if(params.use_color) printf(ANSI_COLOR_RESET);
|
||||
if (params.use_color) {
|
||||
printf(ANSI_COLOR_RESET);
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue