Skip to content

Commit 3c136b2

Browse files
authored
cli: add migration warning (#17620)
1 parent beb1f0c commit 3c136b2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tools/main/main.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -521,6 +521,12 @@ int main(int argc, char ** argv) {
521521
is_interacting = params.interactive_first;
522522
}
523523

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+
LOG_WRN("*****************************\n");
529+
524530
bool is_antiprompt = false;
525531
bool input_echo = true;
526532
bool display = true;

0 commit comments

Comments
 (0)