1
0
Fork 0
mirror of https://gitlab.com/niansa/discord_llama.git synced 2025-03-06 20:48:25 +01:00

Updated anyproc and increased temperature

This commit is contained in:
niansa 2023-04-18 17:22:27 +02:00
parent aa4a3df032
commit a22254add6
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 47cc4411df8cc0acef83129b751d267bdebcee46
Subproject commit a528d0ba2094b06e48852a6860f3468073bf4257

View file

@ -182,7 +182,7 @@ class Bot {
// Create params
LM::Inference::Params params;
params.use_mlock = false;
params.temp = 0.5f;
params.temp = 0.6f;
params.n_repeat_last = 128;
params.repeat_penalty = 1.273333334f;
// Make sure llm is initialized