From e244300df53844f3861861f717828807f41c21aa Mon Sep 17 00:00:00 2001 From: VJHack Date: Sat, 14 Sep 2024 11:37:41 -0500 Subject: [PATCH] white space --- examples/main/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/main/main.cpp b/examples/main/main.cpp index 836e7fcb3eeb3..86228524c11b2 100644 --- a/examples/main/main.cpp +++ b/examples/main/main.cpp @@ -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 {