mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-07-10 01:18:32 +00:00
fix vision regression
This commit is contained in:
parent
73607e9e01
commit
ae3c1b6a19
1 changed files with 1 additions and 1 deletions
|
|
@ -5347,7 +5347,7 @@ generation_outputs gpttype_generate(const generation_inputs inputs)
|
|||
{
|
||||
intro = "\n<|channel><channel|>" + intro;
|
||||
}
|
||||
TokenizeString(intro, media_intro, file_format, true);
|
||||
TokenizeString(intro, media_intro, file_format, add_bos_token);
|
||||
|
||||
//clear previous run media memory, just-in-time free
|
||||
for(int i=0;i<media_objects.size();++i)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue