From 9b0a4d421459f4e5e1af735c9784c3247b379025 Mon Sep 17 00:00:00 2001 From: mgroeber9110 <45620825+mgroeber9110@users.noreply.github.com> Date: Mon, 24 Apr 2023 17:45:32 +0200 Subject: examples/main README improvements and some light refactoring (#1131) --- examples/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/common.h') diff --git a/examples/common.h b/examples/common.h index 0470368d..6f26b514 100644 --- a/examples/common.h +++ b/examples/common.h @@ -43,7 +43,7 @@ struct gpt_params { bool interactive = false; // interactive mode bool embedding = false; // get only sentence embedding - bool interactive_start = false; // wait for user input immediately + bool interactive_first = false; // wait for user input immediately bool instruct = false; // instruction mode (used for Alpaca models) bool ignore_eos = false; // do not stop generating after eos -- cgit v1.2.3