czczup commited on
Commit
ece5278
·
verified ·
1 Parent(s): 27004c6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -103,7 +103,7 @@ from PIL import Image
103
  from transformers import AutoModel, CLIPImageProcessor
104
  from transformers import AutoTokenizer
105
 
106
- path = "OpenGVLab/InternVL-Chat-Chinese-V1-2"
107
  # If you have an 80G A100 GPU, you can put the entire model on a single GPU.
108
  model = AutoModel.from_pretrained(
109
  path,
 
103
  from transformers import AutoModel, CLIPImageProcessor
104
  from transformers import AutoTokenizer
105
 
106
+ path = "OpenGVLab/InternVL-Chat-V1-2"
107
  # If you have an 80G A100 GPU, you can put the entire model on a single GPU.
108
  model = AutoModel.from_pretrained(
109
  path,