mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2025-06-30 12:55:17 +00:00
Co-authored-by: Johnman <tjohnman@github>
This commit is contained in:
2
main.cpp
2
main.cpp
@ -300,7 +300,7 @@ int main(int argc, char ** argv) {
|
||||
#endif
|
||||
" - Press Return to return control to LLaMa.\n"
|
||||
" - If you want to submit another line, end your input in '\\'.\n\n");
|
||||
is_interacting = params.interactive_start;
|
||||
is_interacting = params.interactive_start || params.instruct;
|
||||
}
|
||||
|
||||
int input_consumed = 0;
|
||||
|
Reference in New Issue
Block a user