mirror of
https://gitlab.com/niansa/reaktor.git
synced 2025-03-06 20:53:30 +01:00
Potentially fixed crash
This commit is contained in:
parent
d6afca4206
commit
1c17a7e285
1 changed files with 1 additions and 0 deletions
1
main.cpp
1
main.cpp
|
@ -28,6 +28,7 @@ LM::Inference::Params get_chat_params() {
|
|||
fres.n_eos_ignores = 0;
|
||||
fres.temp = 0.3f;
|
||||
fres.repeat_penalty = 1.3f;
|
||||
fres.scroll_keep = 0.3f;
|
||||
return fres;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue