You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/main/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -242,7 +242,7 @@ Example usage: `--logit-bias 29905-inf`
242
242
243
243
### RNG Seed
244
244
245
-
-`-s SEED, --seed SEED`: Set the random number generator (RNG) seed (default: -1, < 0 = random seed).
245
+
-`-s SEED, --seed SEED`: Set the random number generator (RNG) seed (default: -1, -1 = random seed).
246
246
247
247
The RNG seed is used to initialize the random number generator that influences the text generation process. By setting a specific seed value, you can obtain consistent and reproducible results across multiple runs with the same input and settings. This can be helpful for testing, debugging, or comparing the effects of different options on the generated text to see when they diverge. If the seed is set to a value less than 0, a random seed will be used, which will result in different outputs on each run.
0 commit comments