mirror of
https://gitlab.com/niansa/discord_llama.git
synced 2025-03-06 20:48:25 +01:00
Maxed context size
This commit is contained in:
parent
1d920a151a
commit
1c842b62ad
2 changed files with 1 additions and 2 deletions
2
anyproc
2
anyproc
|
@ -1 +1 @@
|
|||
Subproject commit 7fd7c88f1c44f7558e408073eba8d695a11627ef
|
||||
Subproject commit b018dddaca2c358f50c3cf4df09183f0431a0f42
|
1
main.cpp
1
main.cpp
|
@ -185,7 +185,6 @@ class Bot {
|
|||
params.temp = 0.5f;
|
||||
params.n_repeat_last = 128;
|
||||
params.repeat_penalty = 1.273333334f;
|
||||
params.n_ctx = 1024;
|
||||
// Make sure llm is initialized
|
||||
{
|
||||
std::unique_lock L(llm_lock);
|
||||
|
|
Loading…
Add table
Reference in a new issue