white space

This commit is contained in:
VJHack 2024-09-14 11:37:41 -05:00
parent 0680710b06
commit e244300df5

View file

@ -581,7 +581,7 @@ int main(int argc, char ** argv) {
// - take half of the last (n_ctx - n_keep) tokens and recompute the logits in batches
if (n_past + (int) embd.size() >= n_ctx) {
if(!params.ctx_shift){
if (!params.ctx_shift){
LOG_TEE("\n\n%s: context full and context shift is disabled => stopping\n", __func__);
break;
} else {