mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-11 09:34:37 +00:00
added nsigma to lite
This commit is contained in:
parent
2740af3660
commit
f2ac10c014
5 changed files with 24 additions and 10 deletions
|
@ -1117,7 +1117,7 @@ def generate(genparams, stream_flag=False):
|
|||
min_p = float(genparams.get('min_p', 0.0))
|
||||
typical_p = float(genparams.get('typical', 1.0))
|
||||
tfs = float(genparams.get('tfs', 1.0))
|
||||
nsigma = float(genparams.get('nsigma', -1.0))
|
||||
nsigma = float(genparams.get('nsigma', 0.0))
|
||||
rep_pen = float(genparams.get('rep_pen', 1.0))
|
||||
rep_pen_range = int(genparams.get('rep_pen_range', 320))
|
||||
rep_pen_slope = float(genparams.get('rep_pen_slope', 1.0))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue