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 beb1f0c commit 3c136b2Copy full SHA for 3c136b2
tools/main/main.cpp
@@ -521,6 +521,12 @@ int main(int argc, char ** argv) {
521
is_interacting = params.interactive_first;
522
}
523
524
+ LOG_WRN("*****************************\n");
525
+ LOG_WRN("IMPORTANT: The current llama-cli will be moved to llama-completion in the near future\n");
526
+ LOG_WRN(" New llama-cli will have enhanced features and improved user experience\n");
527
+ LOG_WRN(" More info: https://github.com/ggml-org/llama.cpp/discussions/17618\n");
528
529
+
530
bool is_antiprompt = false;
531
bool input_echo = true;
532
bool display = true;
0 commit comments