backend: make binding n_batch default consistent with UI

Signed-off-by: Jared Van Bortel <jared@nomic.ai>
This commit is contained in:
Jared Van Bortel 2024-05-30 15:27:04 -04:00
parent 8a70f770a2
commit b48e33638e

View File

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