opengvlab-admin commited on
Commit
58134b8
·
verified ·
1 Parent(s): 5e72178

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -151,7 +151,7 @@ def load_image(image_file, input_size=448, max_num=6):
151
  return pixel_values
152
 
153
 
154
- path = "OpenGVLab/Mini-InternVL-Chat-2B-V1-5"
155
  model = AutoModel.from_pretrained(
156
  path,
157
  torch_dtype=torch.bfloat16,
 
151
  return pixel_values
152
 
153
 
154
+ path = "OpenGVLab/Mini-InternVL-Chat-4B-V1-5"
155
  model = AutoModel.from_pretrained(
156
  path,
157
  torch_dtype=torch.bfloat16,