Update config.json
Browse files- config.json +5 -0
config.json
CHANGED
@@ -1,4 +1,9 @@
|
|
1 |
{
|
|
|
|
|
|
|
|
|
|
|
2 |
"candidate_resolutions": [
|
3 |
[
|
4 |
384,
|
|
|
1 |
{
|
2 |
+
"architectures": ["DeepseekVLV2ForCausalLM"],
|
3 |
+
"auto_map": {
|
4 |
+
"AutoConfig": "modeling_deepseek_vl_v2.DeepseekVLV2Config",
|
5 |
+
"AutoModelForCausalLM": "modeling_deepseek_vl_v2.DeepseekVLV2ForCausalLM"
|
6 |
+
},
|
7 |
"candidate_resolutions": [
|
8 |
[
|
9 |
384,
|