[Doc]Update Qwen3-Omni-30B-A3B-Thinking.md (#8669)
### What this PR does / why we need it? apt-get install ffmpeg -y -> apt-get install -y ffmpeg Signed-off-by: tanhaoan333 <tanhaoan@huawei.com>
This commit is contained in:
@@ -73,7 +73,7 @@ Please install system dependencies
|
|||||||
```bash
|
```bash
|
||||||
pip install qwen_omni_utils modelscope
|
pip install qwen_omni_utils modelscope
|
||||||
# Used for audio processing.
|
# Used for audio processing.
|
||||||
apt-get update && apt-get install ffmpeg -y
|
apt-get update && apt-get install -y ffmpeg
|
||||||
# Check the installation.
|
# Check the installation.
|
||||||
ffmpeg -version
|
ffmpeg -version
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user