taochenxin
commited on
Commit
•
0eebc1c
1
Parent(s):
fa4bfc9
Update README.md
Browse files
README.md
CHANGED
@@ -156,7 +156,7 @@ def load_image(image_file, input_size=448, max_num=12):
|
|
156 |
return pixel_values
|
157 |
|
158 |
|
159 |
-
path = '
|
160 |
model = AutoModel.from_pretrained(
|
161 |
path,
|
162 |
torch_dtype=torch.bfloat16,
|
|
|
156 |
return pixel_values
|
157 |
|
158 |
|
159 |
+
path = 'OpenGVLab/HoVLE/'
|
160 |
model = AutoModel.from_pretrained(
|
161 |
path,
|
162 |
torch_dtype=torch.bfloat16,
|