Skip to content

MAX_PROMPT_LEN seems to not be supported by VLMPipeline #34167

@johncohen411

Description

@johncohen411

Hi,

I followed these guides to export microsoft/Phi-3.5-vision-instruct to the openvino format so I can run it on my NPU:

My goal is to use VLMPipeline on the NPU with MAX_PROMPT_LEN set to higher than 1024 (for example 2048).
However, when I pass the MAX_PROMPT_LEN parameter to VLMPipeline, same as @asteroidcow in issue #33385 , I am getting "NotFound: Unsupported property MAX_PROMPT_LEN by CPU plugin.". It seems like for some reason VLMPipeline does not support MAX_PROMPT_LEN even though LLMPipeline does.

I would appreciate some help.
(openvino version - 2025.4.0)

Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions