readme : restore hint about --ignore-eos flag [no ci]

This commit is contained in:
Georgi Gerganov 2024-12-13 14:04:09 +02:00
parent 685c84c35e
commit 60d26ded4b
No known key found for this signature in database
GPG key ID: 449E073F9DC10735

View file

@ -163,7 +163,7 @@ If the pause is undesirable, a value of -2 will stop generation immediately when
The `--no-context-shift` option allows you to stop the infinite text generation once the finite context window is full.
It is important to note that the generated text may be shorter than the specified number of tokens if an End-of-Sequence (EOS) token or a reverse prompt is encountered. In interactive mode, text generation will pause and control will be returned to the user. In non-interactive mode, the program will end. In both cases, the text generation may stop before reaching the specified `--predict` value.
It is important to note that the generated text may be shorter than the specified number of tokens if an End-of-Sequence (EOS) token or a reverse prompt is encountered. In interactive mode, text generation will pause and control will be returned to the user. In non-interactive mode, the program will end. In both cases, the text generation may stop before reaching the specified `--predict` value. If you want the model to keep going without ever producing End-of-Sequence on its own, you can use the `--ignore-eos` parameter.
### Temperature