Update README.md
Browse files
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
|
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 |
```
|