mirror of
https://gitlab.com/niansa/discord_llama.git
synced 2025-03-06 20:48:25 +01:00
Ignore all EOS
This commit is contained in:
parent
57401321b0
commit
2a9a147f12
1 changed files with 1 additions and 0 deletions
1
main.cpp
1
main.cpp
|
@ -171,6 +171,7 @@ class Bot {
|
||||||
.n_repeat_last = 256,
|
.n_repeat_last = 256,
|
||||||
.temp = 0.3f,
|
.temp = 0.3f,
|
||||||
.repeat_penalty = 1.372222224f,
|
.repeat_penalty = 1.372222224f,
|
||||||
|
.eos_ignores = unsigned(-1),
|
||||||
.use_mlock = config.mlock
|
.use_mlock = config.mlock
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue