You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Copy file name to clipboardExpand all lines: docs/source/faqs.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -163,3 +163,7 @@ export HCCL_DETERMINISTIC = 1
163
163
export ATB_MATMUL_SHUFFLE_K_ENABLE = 0
164
164
export ATB_LLM_LCOC_ENABLE = 0
165
165
```
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