Fix instruct mode broken by PR #354 (#409)

Co-authored-by: Johnman <tjohnman@github>
pull/273/head^2 master-f7dc43b
tjohnman 1 year ago committed by GitHub
parent ee8a788786
commit f7dc43bc0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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;

Loading…
Cancel
Save