sampler seed added (+1 squashed commits)

Squashed commits:

[8a1b0d3d] sampler seed added
This commit is contained in:
Concedo 2023-11-03 16:32:55 +08:00
parent d7729ac3eb
commit c794fd5ceb
2 changed files with 27 additions and 3 deletions

View file

@ -101,8 +101,8 @@
},
"sampler_seed": {
"description": "RNG seed to use for sampling. If not specified, the global RNG will be used.",
"maximum": 18446744073709551615,
"minimum": 0,
"maximum": 999999,
"minimum": 1,
"type": "integer"
},
"stop_sequence": {
@ -139,6 +139,12 @@
"minimum": 0,
"type": "number"
},
"min_p": {
"description": "Min-p sampling value.",
"maximum": 1,
"minimum": 0,
"type": "number"
},
"typical": {
"description": "Typical sampling value.",
"maximum": 1,