Skip to content

Commit

Permalink
Re-generated pe_openvino_genai.pyi with correct version of pybind11-s…
Browse files Browse the repository at this point in the history
…tubgen.
  • Loading branch information
Cyber-Var committed Jan 8, 2025
1 parent 56d10dd commit dbb9dbe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/python/openvino_genai/py_openvino_genai.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -1343,7 +1343,7 @@ class WhisperGenerationConfig:
Whisper specific parameters:
:param decoder_start_token_id: Corresponds to the <|startoftranscript|> token.
:param decoder_start_token_id: Corresponds to the "<|startoftranscript|>" token.
:type decoder_start_token_id: int
:param pad_token_id: Padding token id.
Expand Down Expand Up @@ -1374,7 +1374,7 @@ class WhisperGenerationConfig:
:param lang_to_id: Language token to token_id map. Initialized from the generation_config.json lang_to_id dictionary.
:type lang_to_id: Dict[str, int]
:param task: Task to use for generation, either translate or transcribe
:param task: Task to use for generation, either "translate" or "transcribe"
:type task: int
:param return_timestamps: If `true` the pipeline will return timestamps along the text for *segments* of words in the text.
Expand Down Expand Up @@ -1457,7 +1457,7 @@ class WhisperPipeline:
Whisper specific parameters:
:param decoder_start_token_id: Corresponds to the <|startoftranscript|> token.
:param decoder_start_token_id: Corresponds to the "<|startoftranscript|>" token.
:type decoder_start_token_id: int
:param pad_token_id: Padding token id.
Expand Down Expand Up @@ -1488,7 +1488,7 @@ class WhisperPipeline:
:param lang_to_id: Language token to token_id map. Initialized from the generation_config.json lang_to_id dictionary.
:type lang_to_id: Dict[str, int]
:param task: Task to use for generation, either translate or transcribe
:param task: Task to use for generation, either "translate" or "transcribe"
:type task: int
:param return_timestamps: If `true` the pipeline will return timestamps along the text for *segments* of words in the text.
Expand Down

0 comments on commit dbb9dbe

Please sign in to comment.