Skip to content

Commit c6f4c22

Browse files
committed
Update README.md
fixed RNG seed info
1 parent c83ad6d commit c6f4c22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/server/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ The project is under active development, and we are [looking for feedback and co
100100
| Argument | Explanation |
101101
| -------- | ----------- |
102102
| `--samplers SAMPLERS` | samplers that will be used for generation in the order, separated by ';'<br/>(default: top_k;tfs_z;typ_p;top_p;min_p;temperature) |
103-
| `-s, --seed SEED` | RNG seed (default: 4294967295, use random seed for 4294967295) |
103+
| `-s, --seed SEED` | RNG seed (default: -1, use random seed for -1) |
104104
| `--sampling-seq SEQUENCE` | simplified sequence for samplers that will be used (default: kfypmt) |
105105
| `--ignore-eos` | ignore end of stream token and continue generating (implies --logit-bias EOS-inf) |
106106
| `--penalize-nl` | penalize newline tokens (default: false) |

0 commit comments

Comments
 (0)