mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-10 17:14:36 +00:00
sampler seed added (+1 squashed commits)
Squashed commits: [8a1b0d3d] sampler seed added
This commit is contained in:
parent
d7729ac3eb
commit
c794fd5ceb
2 changed files with 27 additions and 3 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue