From 963b82f42d5320a9d5145108364e66648bee8622 Mon Sep 17 00:00:00 2001 From: tanhaoan333 Date: Sat, 25 Apr 2026 14:25:46 +0800 Subject: [PATCH] [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 --- docs/source/tutorials/models/Qwen3-Omni-30B-A3B-Thinking.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/tutorials/models/Qwen3-Omni-30B-A3B-Thinking.md b/docs/source/tutorials/models/Qwen3-Omni-30B-A3B-Thinking.md index 0e123c57..a5d84acf 100644 --- a/docs/source/tutorials/models/Qwen3-Omni-30B-A3B-Thinking.md +++ b/docs/source/tutorials/models/Qwen3-Omni-30B-A3B-Thinking.md @@ -73,7 +73,7 @@ Please install system dependencies ```bash pip install qwen_omni_utils modelscope # Used for audio processing. -apt-get update && apt-get install ffmpeg -y +apt-get update && apt-get install -y ffmpeg # Check the installation. ffmpeg -version ```