Skip to content

Commit 9c65f44

Browse files
committed
Test base 2048
1 parent 8ccafe8 commit 9c65f44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ struct common_sampler_params {
155155

156156
struct common_params {
157157
int32_t n_predict = -1; // new tokens to predict
158-
int32_t n_ctx = 4096; // context size
158+
int32_t n_ctx = 2048; // context size
159159
int32_t n_batch = 2048; // logical batch size for prompt processing (must be >=32 to use BLAS)
160160
int32_t n_ubatch = 512; // physical batch size for prompt processing (must be >=32 to use BLAS)
161161
int32_t n_keep = 0; // number of tokens to keep from initial prompt

0 commit comments

Comments
 (0)