Update README.md
#9
by
Chan-Y
- opened
README.md
CHANGED
@@ -84,7 +84,11 @@ We have three models with 2, 7 and 72 billion parameters. This repo contains the
|
|
84 |
|
85 |
|
86 |
## Requirements
|
87 |
-
The code of Qwen2-VL has been in the latest Hugging face transformers and we advise you to build from source with command
|
|
|
|
|
|
|
|
|
88 |
```
|
89 |
KeyError: 'qwen2_vl'
|
90 |
```
|
|
|
84 |
|
85 |
|
86 |
## Requirements
|
87 |
+
The code of Qwen2-VL has been in the latest Hugging face transformers and we advise you to build from source with command
|
88 |
+
```python
|
89 |
+
pip install git+https://github.com/huggingface/transformers
|
90 |
+
```
|
91 |
+
or you might encounter the following error:
|
92 |
```
|
93 |
KeyError: 'qwen2_vl'
|
94 |
```
|