Update main.cpp

This commit is contained in:
Georgi Gerganov 2023-03-15 21:36:58 +02:00 committed by GitHub
parent 1ddaee93fb
commit b4e2723a67
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;
}