1
0
Fork 0
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:
niansa 2023-10-31 15:28:08 +01:00
parent d6afca4206
commit 1c17a7e285

View file

@ -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;
}