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:
parent
aa4a3df032
commit
a22254add6
2 changed files with 2 additions and 2 deletions
2
anyproc
2
anyproc
|
@ -1 +1 @@
|
|||
Subproject commit 47cc4411df8cc0acef83129b751d267bdebcee46
|
||||
Subproject commit a528d0ba2094b06e48852a6860f3468073bf4257
|
2
main.cpp
2
main.cpp
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue