diff options
Diffstat (limited to 'examples/common.h')
-rw-r--r-- | examples/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |