We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0dac92 commit 352307cCopy full SHA for 352307c
tools/main/main.cpp
@@ -592,7 +592,7 @@ int main(int argc, char ** argv) {
592
}
593
594
if (params.n_predict == -2) {
595
- LOG_WRN("\n\n%s: context full and n_predict == -%d => stopping\n", __func__, params.n_predict);
+ LOG_WRN("\n\n%s: context full and n_predict == %d => stopping\n", __func__, params.n_predict);
596
break;
597
598
0 commit comments