We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8c0e13d + 64ba684 commit bbbef65Copy full SHA for bbbef65
src/cpp/include/openvino/genai/visual_language/pipeline.hpp
@@ -115,7 +115,7 @@ class OPENVINO_GENAI_EXPORTS VLMPipeline {
115
VLMDecodedResults generate(
116
const std::string& prompt,
117
const std::vector<ov::Tensor>& images,
118
- const std::vector<ov::Tensor>& video,
+ const std::vector<ov::Tensor>& videos,
119
const GenerationConfig& generation_config,
120
const StreamerVariant& streamer
121
);
0 commit comments