Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pipeline: fix unnecessary warnings #35753

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

eustlb
Copy link
Contributor

@eustlb eustlb commented Jan 17, 2025

What does this PR do?

Fixes #33498 #35524

Handles two unnecessary warnings for the ASR pipeline:

  • attention mask related: need to set return_attention_mask=True in chunk_iter. Its done anyway when not using chunk_length_s parameter (here)
  • warning triggered when using deprecated input name for Whisper.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant