mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-10 09:04:36 +00:00
slightly increase padding to handle longer gen amts
This commit is contained in:
parent
6da5a63852
commit
becd737e0f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue