mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-10 17:14:36 +00:00
adjusted defaults
This commit is contained in:
parent
234270bd83
commit
49272e3c53
3 changed files with 5 additions and 5 deletions
|
@ -725,7 +725,7 @@ generation_outputs gpttype_generate(const generation_inputs inputs, generation_o
|
|||
}
|
||||
if (params.top_k < 1)
|
||||
{
|
||||
params.top_k = 300; //to disable top_k we actually need to increase this value to a very high number
|
||||
params.top_k = 120; //to disable top_k we actually need to increase this value to a very high number
|
||||
}
|
||||
if (params.seed <= 0)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue