Skip to content

Commit 54f2b31

Browse files
authored
[Doc] Add a doc for qwen omni (#1867)
Signed-off-by: wuzhongjian <wuzhongjian_yewu@cmss.chinamobile.com> ### What this PR does / why we need it? Add FAQ note for qwen omni Fixes #1760 issue1 - vLLM version: v0.9.2 - vLLM main: vllm-project/vllm@b9a21e9
1 parent 2b726d8 commit 54f2b31

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/source/faqs.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,3 +163,7 @@ export HCCL_DETERMINISTIC = 1
163163
export ATB_MATMUL_SHUFFLE_K_ENABLE = 0
164164
export ATB_LLM_LCOC_ENABLE = 0
165165
```
166+
167+
### 19. How to fix the error "ImportError: Please install vllm[audio] for audio support" for Qwen2.5-Omni model?
168+
The `Qwen2.5-Omni` model requires the `librosa` package to be installed, you need to install the `qwen-omni-utils` package to ensure all dependencies are met `pip install qwen-omni-utils`,
169+
this package will install `librosa` and its related dependencies, resolving the `ImportError: No module named 'librosa'` issue and ensuring audio processing functionality works correctly.

0 commit comments

Comments
 (0)