From fd5100c382331f40130ac8d28fd1e39c16bc4d06 Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Sat, 21 Dec 2024 10:41:25 +0800 Subject: [PATCH] fix for query param --- gpttype_adapter.cpp | 4 ++++ klite.embd | 7 +++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/gpttype_adapter.cpp b/gpttype_adapter.cpp index efef00f26b2f5..5b76b74920422 100644 --- a/gpttype_adapter.cpp +++ b/gpttype_adapter.cpp @@ -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); diff --git a/klite.embd b/klite.embd index 4b5f2e4d86a6d..b089d8764619a 100644 --- a/klite.embd +++ b/klite.embd @@ -12,7 +12,7 @@ Current version indicated by LITEVER below. -->