mirror of
https://gitlab.com/niansa/libjustlm.git
synced 2025-03-06 20:49:17 +01:00
Set default context size limit
This commit is contained in:
parent
ca4ad5f096
commit
94e4ca5874
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ public:
|
|||
struct Params {
|
||||
int seed = 0; // RNG seed
|
||||
unsigned n_threads = 0;
|
||||
unsigned n_ctx; // Context size
|
||||
unsigned n_ctx = 2012; // Context size
|
||||
unsigned n_ctx_window_top_bar = 0; // Top bar of visible context. Must be smaller than context size
|
||||
unsigned n_batch = 8; // Batch size
|
||||
unsigned n_repeat_last = 0; // llama.cpp specific
|
||||
|
|
Loading…
Add table
Reference in a new issue