examples/main README improvements and some light refactoring (#1131)
This commit is contained in:
parent
2ec83428de
commit
9b0a4d4214
5 changed files with 18 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue