1
0
Fork 0
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:
niansa 2023-04-18 00:40:51 +02:00
parent 1d920a151a
commit 1c842b62ad
2 changed files with 1 additions and 2 deletions

@ -1 +1 @@
Subproject commit 7fd7c88f1c44f7558e408073eba8d695a11627ef
Subproject commit b018dddaca2c358f50c3cf4df09183f0431a0f42

View file

@ -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);