mirror of
https://git.adityakumar.xyz/llama.cpp.git
synced 2024-11-09 23:29:44 +00:00
Co-authored-by: Johnman <tjohnman@github>
This commit is contained in:
parent
ee8a788786
commit
f7dc43bc0d
1 changed files with 1 additions and 1 deletions
2
main.cpp
2
main.cpp
|
@ -300,7 +300,7 @@ int main(int argc, char ** argv) {
|
||||||
#endif
|
#endif
|
||||||
" - Press Return to return control to LLaMa.\n"
|
" - Press Return to return control to LLaMa.\n"
|
||||||
" - If you want to submit another line, end your input in '\\'.\n\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;
|
int input_consumed = 0;
|
||||||
|
|
Loading…
Reference in a new issue