Skip to content

Commit 98e2634

Browse files
authored
Update README.md
1 parent d6e526f commit 98e2634

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ We release **Qwen3-Omni**, the natively end-to-end multilingual omni-modal found
5959
### Introduction
6060

6161
<p align="center">
62-
<img src="https://qianwen-res.oss-cn-beijing.aliyuncs.com/Qwen3-Omni/q3o_intro.png" width="90%"/>
62+
<img src="https://qianwen-res.oss-cn-beijing.aliyuncs.com/Qwen3-Omni/q3o_introduction.png" width="90%"/>
6363
<p>
6464

6565
Qwen3-Omni is the natively end-to-end multilingual omni-modal foundation models. It processes text, images, audio, and video, and delivers real-time streaming responses in both text and natural speech. We introduce several architectural upgrades to improve performance and efficiency. Key features:
@@ -448,8 +448,7 @@ model = Qwen3OmniMoeForConditionalGeneration.from_pretrained(
448448
attn_implementation="flash_attention_2",
449449
)
450450
...
451-
text_ids = model.generate(..., return_audio=False)
452-
```
451+
text_ids, _ = model.generate(..., return_audio=False)```
453452

454453
</details>
455454

0 commit comments

Comments
 (0)