mirror of
https://gitlab.com/niansa/discord_llama.git
synced 2025-03-06 20:48:25 +01:00
Decreased temperature even further
This commit is contained in:
parent
ee11cff7e6
commit
6455ad2956
1 changed files with 1 additions and 1 deletions
2
main.cpp
2
main.cpp
|
@ -115,7 +115,7 @@ class Bot {
|
|||
// Create params
|
||||
LM::Inference::Params params;
|
||||
params.use_mlock = false;
|
||||
params.temp = 0.72f;
|
||||
params.temp = 0.2f;
|
||||
params.n_repeat_last = 128;
|
||||
params.repeat_penalty = 1.273333334f;
|
||||
// Make sure llm is initialized
|
||||
|
|
Loading…
Add table
Reference in a new issue