1
0
Fork 0
mirror of https://gitlab.com/niansa/anyproc.git synced 2025-03-06 20:49:24 +01:00

Updated for latest justlm

This commit is contained in:
niansa 2023-07-05 19:07:40 +02:00
parent 2c2636cef5
commit 9f9bbf71cc

View file

@ -183,7 +183,7 @@ public:
p.top_k = 5;
p.top_p = 0.2f;
p.temp = 0.1f;
p.eos_ignores = 1;
p.n_eos_ignores = 1;
return p;
}