Update README.md
Browse files
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,
|