gowitheflow commited on
Commit
3d38f58
·
verified ·
1 Parent(s): ead974a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -17,6 +17,8 @@ This model implements the framework presented in the paper [Scaling Language-Cen
17
 
18
  ## Quick Start
19
 
 
 
20
  ```python
21
  from transformers import Qwen2_5OmniThinkerForConditionalGeneration, Qwen2_5OmniProcessor
22
  from qwen_omni_utils import process_mm_info
 
17
 
18
  ## Quick Start
19
 
20
+ Note: We are only using the `thinker` component of Qwen2.5 Omni and drops the `talker` component.
21
+
22
  ```python
23
  from transformers import Qwen2_5OmniThinkerForConditionalGeneration, Qwen2_5OmniProcessor
24
  from qwen_omni_utils import process_mm_info