faychu commited on
Commit
03ec3ad
1 Parent(s): 7a028b5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -24,7 +24,7 @@ For more details, please refer to our [blog](https://qwenlm.github.io/blog/qwen2
24
 
25
 
26
  ## Requirements
27
- The code of Qwen2-Audio has been in the latest Hugging face transformers and we advise you to install `transformers>=4.44.0`, or you might encounter the following error:
28
  ```
29
  KeyError: 'qwen2-audio'
30
  ```
 
24
 
25
 
26
  ## Requirements
27
+ The code of Qwen2-Audio has been in the latest Hugging face transformers and we advise you to build from source with command `pip install git+https://github.com/huggingface/transformers`, or you might encounter the following error:
28
  ```
29
  KeyError: 'qwen2-audio'
30
  ```