Skip to content

Update number of mel bins for whisper model - #25675

Merged
Abhishek Jindal (ajindal1) merged 3 commits into
mainfrom
abjindal/modify_whisper_num_mel_bins
Aug 7, 2025
Merged

Update number of mel bins for whisper model#25675
Abhishek Jindal (ajindal1) merged 3 commits into
mainfrom
abjindal/modify_whisper_num_mel_bins

Conversation

@ajindal1

@ajindal1 Abhishek Jindal (ajindal1) commented Aug 6, 2025

Copy link
Copy Markdown
Contributor

Description

Update number of mel bins for whisper model as it differs based on the Whisper model version. Otherwise I am unable to run Whisper v3 models as the num_mel_bins is 128 for that.

Motivation and Context

Currently unable to run Whisper v3 models as the num_mel_bins is 128 and it is fixed to 80 right now and causes issue during preprocessing.

kunal-vaishnavi
kunal-vaishnavi previously approved these changes Aug 6, 2025
@ajindal1
Abhishek Jindal (ajindal1) merged commit 33debbe into main Aug 7, 2025
92 checks passed
@ajindal1
Abhishek Jindal (ajindal1) deleted the abjindal/modify_whisper_num_mel_bins branch August 7, 2025 04:33
Adrian Lizarraga (adrianlizarraga) pushed a commit that referenced this pull request Aug 8, 2025
### Description
<!-- Describe your changes. -->
Update number of mel bins for whisper model as it differs based on the
Whisper model version. Otherwise I am unable to run Whisper v3 models as
the num_mel_bins is 128 for that.


### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
Currently unable to run Whisper v3 models as the num_mel_bins is 128 and
it is fixed to 80 right now and causes issue during preprocessing.
Adrian Lizarraga (adrianlizarraga) added a commit that referenced this pull request Aug 8, 2025
…5, 25652 (#25701)

### Description
Cherry-pick the following PRs into the `rel-1.23.0` branch:

- #25391
- #25611
- #25656
- #25346
- #25374
- #25664
- #25675
- #25652


### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->

---------

Co-authored-by: Yulong Wang <7679871+fs-eire@users.noreply.github.com>
Co-authored-by: Ishwar Raut <iraut@nvidia.com>
Co-authored-by: Maximilian Müller <44298237+gedoensmax@users.noreply.github.com>
Co-authored-by: Gaurav Garg <gaugarg@nvidia.com>
Co-authored-by: Scott McKay <skottmckay@gmail.com>
Co-authored-by: Chi Lo <54722500+chilo-ms@users.noreply.github.com>
Co-authored-by: Abhishek Jindal <abjindal@microsoft.com>
Co-authored-by: Dmitri Smirnov <yuslepukhin@users.noreply.github.com>
Sanket Kale (sanketkaleoss) pushed a commit to sanketkaleoss/onnxruntime that referenced this pull request Aug 11, 2025
### Description
<!-- Describe your changes. -->
Update number of mel bins for whisper model as it differs based on the
Whisper model version. Otherwise I am unable to run Whisper v3 models as
the num_mel_bins is 128 for that.


### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
Currently unable to run Whisper v3 models as the num_mel_bins is 128 and
it is fixed to 80 right now and causes issue during preprocessing.
Maximilian Müller (gedoensmax) pushed a commit to gedoensmax/onnxruntime that referenced this pull request Sep 2, 2025
### Description
<!-- Describe your changes. -->
Update number of mel bins for whisper model as it differs based on the
Whisper model version. Otherwise I am unable to run Whisper v3 models as
the num_mel_bins is 128 for that.


### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
Currently unable to run Whisper v3 models as the num_mel_bins is 128 and
it is fixed to 80 right now and causes issue during preprocessing.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants