[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:
tanhaoan333
2026-04-25 14:25:46 +08:00
committed by GitHub
parent 81d0a37bf5
commit 963b82f42d

View File

@@ -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
``` ```