mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-08-12 13:21:58 +00:00
backend: make binding n_batch default consistent with UI
Signed-off-by: Jared Van Bortel <jared@nomic.ai>
This commit is contained in:
parent
8a70f770a2
commit
b48e33638e
@ -122,7 +122,7 @@ public:
|
||||
float top_p = 0.9f;
|
||||
float min_p = 0.0f;
|
||||
float temp = 0.9f;
|
||||
int32_t n_batch = 9;
|
||||
int32_t n_batch = 128;
|
||||
float repeat_penalty = 1.10f;
|
||||
int32_t repeat_last_n = 64; // last n tokens to penalize
|
||||
float contextErase = 0.75f; // percent of context to erase if we exceed the context window
|
||||
|
Loading…
Reference in New Issue
Block a user