Update README.md
Browse files
README.md
CHANGED
@@ -72,6 +72,8 @@ We provide an example code to run InternVL-Chat-V1.5 using `transformers`.
|
|
72 |
|
73 |
You also can use our [online demo](https://internvl.opengvlab.com/) for a quick experience of this model.
|
74 |
|
|
|
|
|
75 |
```python
|
76 |
from transformers import AutoTokenizer, AutoModel
|
77 |
import torch
|
|
|
72 |
|
73 |
You also can use our [online demo](https://internvl.opengvlab.com/) for a quick experience of this model.
|
74 |
|
75 |
+
> Please use transformers==4.37.2 to ensure the model works normally.
|
76 |
+
|
77 |
```python
|
78 |
from transformers import AutoTokenizer, AutoModel
|
79 |
import torch
|