Update config.json
Browse files- config.json +3 -3
config.json
CHANGED
@@ -5,9 +5,9 @@
|
|
5 |
"InternVLChatModel"
|
6 |
],
|
7 |
"auto_map": {
|
8 |
-
"AutoConfig": "
|
9 |
-
"AutoModel": "
|
10 |
-
"AutoModelForCausalLM": "
|
11 |
},
|
12 |
"downsample_ratio": 0.5,
|
13 |
"dynamic_image_size": true,
|
|
|
5 |
"InternVLChatModel"
|
6 |
],
|
7 |
"auto_map": {
|
8 |
+
"AutoConfig": "configuration_internvl_chat.InternVLChatConfig",
|
9 |
+
"AutoModel": "modeling_internvl_chat.InternVLChatModel",
|
10 |
+
"AutoModelForCausalLM": "modeling_internvl_chat.InternVLChatModel"
|
11 |
},
|
12 |
"downsample_ratio": 0.5,
|
13 |
"dynamic_image_size": true,
|