mirror of
https://gitlab.com/niansa/discord_llama.git
synced 2025-03-06 20:48:25 +01:00
Increased temperature
This commit is contained in:
parent
6e7fffc5a1
commit
ee2fee2a1b
1 changed files with 1 additions and 0 deletions
1
main.cpp
1
main.cpp
|
@ -115,6 +115,7 @@ class Bot {
|
|||
// Create params
|
||||
LM::Inference::Params params;
|
||||
params.use_mlock = false;
|
||||
params.temp = 8.0f;
|
||||
// Make sure llm is initialized
|
||||
{
|
||||
std::unique_lock L(llm_lock);
|
||||
|
|
Loading…
Add table
Reference in a new issue