mirror of
https://gitlab.com/niansa/discord_llama.git
synced 2025-03-06 20:48:25 +01:00
Fixed compile error
This commit is contained in:
parent
21dbc073a9
commit
8b5883a445
1 changed files with 2 additions and 2 deletions
4
main.cpp
4
main.cpp
|
@ -178,11 +178,11 @@ class Bot {
|
|||
|
||||
constexpr static LM::Inference::Params llm_get_default_params() {
|
||||
return {
|
||||
.n_ctx = 1012,
|
||||
.n_repeat_last = 256,
|
||||
.temp = 0.4f,
|
||||
.repeat_penalty = 1.372222224f,
|
||||
.use_mlock = false,
|
||||
.n_ctx = 1012
|
||||
.use_mlock = false
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue