mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-06-28 12:25:03 +00:00
* Update outdated message * wording Co-authored-by: Xuan-Son Nguyen <thichthat@gmail.com> --------- Co-authored-by: Xuan-Son Nguyen <thichthat@gmail.com>
This commit is contained in:
@ -480,8 +480,8 @@ int main(int argc, char ** argv) {
|
|||||||
LOG_INF( " - Press Ctrl+C to interject at any time.\n");
|
LOG_INF( " - Press Ctrl+C to interject at any time.\n");
|
||||||
#endif
|
#endif
|
||||||
LOG_INF( "%s", control_message);
|
LOG_INF( "%s", control_message);
|
||||||
if (params.conversation_mode && params.enable_chat_template && params.prompt.empty()) {
|
if (params.conversation_mode && params.enable_chat_template && params.system_prompt.empty()) {
|
||||||
LOG_INF( " - Using default system message. To change it, set a different value via -p PROMPT or -f FILE argument.\n");
|
LOG_INF( " - Not using system message. To change it, set a different value via -sys PROMPT\n");
|
||||||
}
|
}
|
||||||
LOG_INF("\n");
|
LOG_INF("\n");
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user