mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-19 01:05:09 +02:00
fix for query param
This commit is contained in:
@@ -3158,6 +3158,10 @@ generation_outputs gpttype_generate(const generation_inputs inputs)
|
||||
}
|
||||
else
|
||||
{
|
||||
if(debugmode==1)
|
||||
{
|
||||
printf("\nCreating clip image embed...");
|
||||
}
|
||||
llava_images[i].clp_image_tokens = 0;
|
||||
if (!llava_image_embed_make_with_clip_img(clp_ctx, kcpp_data->n_threads, clp_img_data, &llava_images[i].clp_img_embd, &llava_images[i].clp_image_tokens)) {
|
||||
printf("\nError: Clip image %d failed to create embd!",i);
|
||||
|
||||
Reference in New Issue
Block a user