zwgao commited on
Commit
f685c6b
1 Parent(s): 9e7c039

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -160,7 +160,7 @@ def load_image(image_file, input_size=448, max_num=12):
160
  return pixel_values
161
 
162
  # If you want to load a model using multiple GPUs, please refer to the `Multiple GPUs` section.
163
- path = 'OpenGVLab/InternVL2-4B'
164
  model = AutoModel.from_pretrained(
165
  path,
166
  torch_dtype=torch.bfloat16,
 
160
  return pixel_values
161
 
162
  # If you want to load a model using multiple GPUs, please refer to the `Multiple GPUs` section.
163
+ path = 'OpenGVLab/Mini-InternVL2-4B-DA-RS'
164
  model = AutoModel.from_pretrained(
165
  path,
166
  torch_dtype=torch.bfloat16,