Visual Question Answering
Transformers
TensorBoard
Safetensors
internvl_chat
feature-extraction
custom_code
czczup commited on
Commit
7875755
1 Parent(s): 096d3da

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
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