Skip to content

Conversation

@as-suvorov
Copy link
Collaborator

@as-suvorov as-suvorov commented Jan 27, 2026

Description

CVS-179419
CVS-179417

Checklist:

  • This patch fully addresses the ticket.
  • I have made corresponding changes to the documentation.

@as-suvorov as-suvorov requested a review from yatarkan as a code owner January 27, 2026 15:05
Copilot AI review requested due to automatic review settings January 27, 2026 15:05
@as-suvorov as-suvorov requested a review from Wovchena as a code owner January 27, 2026 15:05
@github-actions github-actions bot added category: GH Pages Docs Github Pages documentation category: Whisper samples GenAI Whisper samples labels Jan 27, 2026
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds documentation and examples for word-level timestamp prediction in Whisper speech recognition, enhancing the existing timestamp capabilities.

Changes:

  • Added word-level timestamps feature to the speech recognition use case overview
  • Documented word-level timestamp prediction with Python and C++ code examples
  • Updated Python and C++ sample code to demonstrate word-level timestamp usage

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.

File Description
site/src/pages/_sections/UseCasesSection/components/speech-recognition.tsx Added word-level timestamps as a new feature in the UI component
site/docs/use-cases/speech-recognition/_sections/_usage_options/index.mdx Added comprehensive documentation section explaining word-level timestamp prediction with code examples
samples/python/whisper_speech_recognition/whisper_speech_recognition.py Updated Python sample to enable and demonstrate word-level timestamp output
samples/cpp/whisper_speech_recognition/whisper_speech_recognition.cpp Updated C++ sample to enable and demonstrate word-level timestamp output

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@as-suvorov as-suvorov requested a review from sgonorov as a code owner January 28, 2026 10:29
@github-actions github-actions bot added category: whisper Whisper pipeline category: GGUF GGUF file reader labels Jan 28, 2026
Copilot AI review requested due to automatic review settings January 28, 2026 11:30
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Copilot AI review requested due to automatic review settings January 28, 2026 16:24
@as-suvorov as-suvorov requested a review from akashchi as a code owner January 28, 2026 16:24
@github-actions github-actions bot added the category: GHA CI based on Github actions label Jan 28, 2026
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.


# x86_64 macOS does not (and will not) support newer versions of torch > 2.2 which are used in the newer transformers versions. It's not possible to lower transformer version in requirements.txt because that triggers vulnerability alert: https://github.com/openvinotoolkit/openvino_tokenizers/security/dependabot/11
- run: python -m pip install "transformers<4.52"
# - run: python -m pip install "transformers<4.52"
Copy link

Copilot AI Jan 28, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The comment explaining the transformers version constraint (lines 605-607) should be removed or updated since the pip install command is now commented out. The vulnerability and compatibility context no longer applies to active code.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

category: GGUF GGUF file reader category: GH Pages Docs Github Pages documentation category: GHA CI based on Github actions category: Whisper samples GenAI Whisper samples category: whisper Whisper pipeline

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants