From becd737e0fa0b12a273ee9d5399cee41ba655db5 Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Wed, 23 Oct 2024 22:58:41 +0800 Subject: [PATCH] slightly increase padding to handle longer gen amts --- gpttype_adapter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpttype_adapter.cpp b/gpttype_adapter.cpp index 501748dd8..b573ee67b 100644 --- a/gpttype_adapter.cpp +++ b/gpttype_adapter.cpp @@ -42,7 +42,7 @@ #include "examples/llava/llava.h" //const -const int extra_context_handle_fragmentation = 80; +const int extra_context_handle_fragmentation = 120; const int LLAVA_TOKEN_IDENTIFIER_A = -998; //alternate between both, changing when image changes const int LLAVA_TOKEN_IDENTIFIER_B = -999;