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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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