examples/main README improvements and some light refactoring (#1131)

This commit is contained in:
mgroeber9110
2023-04-24 17:45:32 +02:00
committed by GitHub
parent 2ec83428de
commit 9b0a4d4214
5 changed files with 18 additions and 10 deletions

View File

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