We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ccafe8 commit 9c65f44Copy full SHA for 9c65f44
common/common.h
@@ -155,7 +155,7 @@ struct common_sampler_params {
155
156
struct common_params {
157
int32_t n_predict = -1; // new tokens to predict
158
- int32_t n_ctx = 4096; // context size
+ int32_t n_ctx = 2048; // context size
159
int32_t n_batch = 2048; // logical batch size for prompt processing (must be >=32 to use BLAS)
160
int32_t n_ubatch = 512; // physical batch size for prompt processing (must be >=32 to use BLAS)
161
int32_t n_keep = 0; // number of tokens to keep from initial prompt
0 commit comments