Skip to content

Conversation

@tzhouam
Copy link
Collaborator

@tzhouam tzhouam commented Dec 23, 2025

PLEASE FILL IN THE PR DESCRIPTION HERE ENSURING ALL CHECKLIST ITEMS (AT THE BOTTOM) HAVE BEEN CONSIDERED.

Purpose

This PR aims to solve the bug that current Qwen 3 Omni in our repo will output empty string for mixed modality inputs.

Test Plan

Test Result


Essential Elements of an Effective PR Description Checklist
  • The purpose of the PR, such as "Fix some issue (link existing issues this PR will resolve)".
  • The test plan, such as providing test command.
  • The test results, such as pasting the results comparison before and after, or e2e results
  • (Optional) The necessary documentation update, such as updating supported_models.md and examples for a new model.
  • (Optional) Release notes update. If your change is user facing, please update the release notes draft.

BEFORE SUBMITTING, PLEASE READ https://github.com/vllm-project/vllm-omni/blob/main/CONTRIBUTING.md (anything written below this line will be removed by GitHub Actions)

…ion 0.12.0

- Updated installation commands and version references in CUDA, ROCm, and NPU documentation to reflect the new vLLM v0.12.0 release.
- Adjusted Docker image tags and version checks accordingly.
…points

- Replaced instances of `AnyTokenizer` with `TokenizerLike` in `output_processor.py`, `async_omni.py`, and `omni_stage.py`.
- Updated the tokenizer initialization function to `init_tokenizer_from_config` in `async_omni.py` for consistency.
- Introduced a new function `get_mixed_modalities_query` to handle queries involving audio, image, and video inputs.
- Updated the default query type in argument parsing to `use_mixed_modalities` for enhanced functionality.
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.

1 participant