Skip to content

Conversation

russellb
Copy link
Member

This assertion is causing a failure in a legitimate configuration. The
assertion isn't as valuable anymore since whisper is the only
encoder-decoder model left in vLLM. It made more sense we had all of
the other models that were still supoprted in V0.

Closes #25318

Signed-off-by: Russell Bryant [email protected]

This assertion is causing a failure in a legitimate configuration. The
assertion isn't as valuable anymore since whisper is the only
encoder-decoder model left in vLLM. It made more sense we had all of
the other models that were still supoprted in V0.

Closes vllm-project#25318

Signed-off-by: Russell Bryant <[email protected]>
Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request removes an assertion that was restrictively checking for 'whisper' in the model name for encoder-decoder models. This change is intended to support custom-named or fine-tuned Whisper models. While this addresses the immediate issue, it also removes a safeguard that prevents non-Whisper models from using Whisper-specific logic, which could lead to silent failures or incorrect behavior. My review suggests replacing the removed assertion with a warning to better balance flexibility and safety, alerting users to potential incompatibilities without blocking execution.

@simon-mo simon-mo enabled auto-merge (squash) September 22, 2025 17:42
@github-actions github-actions bot added the ready ONLY add when PR is ready to merge/full CI is needed label Sep 22, 2025
@vllm-bot vllm-bot merged commit f31ff87 into vllm-project:main Sep 23, 2025
51 of 53 checks passed
FeiDaLI pushed a commit to FeiDaLI/vllm that referenced this pull request Sep 25, 2025
charlifu pushed a commit to ROCm/vllm that referenced this pull request Sep 25, 2025
yewentao256 pushed a commit that referenced this pull request Oct 3, 2025
Signed-off-by: Russell Bryant <[email protected]>
Signed-off-by: yewentao256 <[email protected]>
gjc0824 pushed a commit to gjc0824/vllm that referenced this pull request Oct 10, 2025
xuebwang-amd pushed a commit to xuebwang-amd/vllm that referenced this pull request Oct 10, 2025
choprahetarth pushed a commit to Tandemn-Labs/vllm that referenced this pull request Oct 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ready ONLY add when PR is ready to merge/full CI is needed v1

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Issue Running Whisper with vllm/vllm-openai:v0.10.2 (Works Fine on v0.10.1)

4 participants