Skip to content

Commit a9fe0a5

Browse files
committed
adjust pyi
1 parent 5960630 commit a9fe0a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python/openvino_genai/py_openvino_genai.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ class ContinuousBatchingPipeline:
371371
This class is used for generation with LLMs with continuous batchig
372372
"""
373373
@typing.overload
374-
def __init__(self, models_path: os.PathLike, scheduler_config: SchedulerConfig, device: str, properties: dict[str, typing.Any] = {}, tokenizer_properties: dict[str, typing.Any] = {}, inputs_embedder_properties: dict[str, typing.Any] = {}) -> None:
374+
def __init__(self, models_path: os.PathLike, scheduler_config: SchedulerConfig, device: str, properties: dict[str, typing.Any] = {}, tokenizer_properties: dict[str, typing.Any] = {}, vision_encoder_properties: dict[str, typing.Any] = {}) -> None:
375375
...
376376
@typing.overload
377377
def __init__(self, models_path: os.PathLike, tokenizer: Tokenizer, scheduler_config: SchedulerConfig, device: str, **kwargs) -> None:

0 commit comments

Comments
 (0)