mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-05-19 16:31:59 +00:00
reset prompt template idx
This commit is contained in:
parent
5cea2fe944
commit
0cc0ea4cf9
1 changed files with 1 additions and 0 deletions
|
|
@ -1459,6 +1459,7 @@ struct Qwen2_5_VLCLIPEmbedder : public Conditioner {
|
|||
std::string prompt;
|
||||
std::vector<std::pair<int, ggml_tensor*>> image_embeds;
|
||||
size_t system_prompt_length = 0;
|
||||
prompt_template_encode_start_idx = 34;
|
||||
if (qwenvl->enable_vision && conditioner_params.ref_images.size() > 0) {
|
||||
LOG_INFO("QwenImageEditPlusPipeline");
|
||||
prompt_template_encode_start_idx = 64;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue