mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-08-22 23:05:43 +00:00
ensure BOS on vision prefix
This commit is contained in:
parent
e8cffa37c8
commit
97f785efce
1 changed files with 1 additions and 1 deletions
|
|
@ -3923,7 +3923,7 @@ generation_outputs gpttype_generate(const generation_inputs inputs)
|
|||
int32_t nctx = kcpp_data->n_ctx;
|
||||
|
||||
TokenizeString(kcpp_data->prompt, embd_inp, file_format, add_bos_token);
|
||||
TokenizeString("\nAttached Media:\n", media_intro, file_format, false);
|
||||
TokenizeString("\nAttached Media:\n", media_intro, file_format, true);
|
||||
|
||||
if(media_composite_image_signature=="")
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue