Skip to content

Commit bbbef65

Browse files
committed
Merge branch 'xp/enable_qwen_vl_video_preprocess' of https://github.com/xipingyan/openvino.genai into xp/enable_qwen_vl_video_preprocess
2 parents 8c0e13d + 64ba684 commit bbbef65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cpp/include/openvino/genai/visual_language/pipeline.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ class OPENVINO_GENAI_EXPORTS VLMPipeline {
115115
VLMDecodedResults generate(
116116
const std::string& prompt,
117117
const std::vector<ov::Tensor>& images,
118-
const std::vector<ov::Tensor>& video,
118+
const std::vector<ov::Tensor>& videos,
119119
const GenerationConfig& generation_config,
120120
const StreamerVariant& streamer
121121
);

0 commit comments

Comments
 (0)