Skip to content

Commit 352307c

Browse files
jrincaycggerganov
andcommitted
Update tools/main/main.cpp
Fix printing --2 Co-authored-by: Georgi Gerganov <[email protected]>
1 parent f0dac92 commit 352307c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/main/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ int main(int argc, char ** argv) {
592592
}
593593

594594
if (params.n_predict == -2) {
595-
LOG_WRN("\n\n%s: context full and n_predict == -%d => stopping\n", __func__, params.n_predict);
595+
LOG_WRN("\n\n%s: context full and n_predict == %d => stopping\n", __func__, params.n_predict);
596596
break;
597597
}
598598

0 commit comments

Comments
 (0)