Skip to content

Commit

Permalink
Revert chnages in python source files
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-lavrenov committed Nov 28, 2024
1 parent 83f071c commit e52dea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/py_vlm_pipeline.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ auto vlm_generate_docstring = R"(
:type images: List[ov.Tensor] or ov.Tensor
:param generation_config: generation_config
:type generation_config: GenerationConfig or a Dict
:type generation_config: GenerationConfig or a Dict
:param streamer: streamer either as a lambda with a boolean returning flag whether generation should be stopped
:type : Callable[[str], bool], ov.genai.StreamerBase
Expand Down

0 comments on commit e52dea7

Please sign in to comment.