Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
| 5 |
],
|
| 6 |
"auto_map": {
|
| 7 |
"AutoConfig": "configuration_ovis.OvisConfig",
|
| 8 |
-
"AutoModelForCausalLM": "
|
| 9 |
},
|
| 10 |
"conversation_formatter_class": "QwenConversationFormatter",
|
| 11 |
"disable_tie_weight": false,
|
|
|
|
| 5 |
],
|
| 6 |
"auto_map": {
|
| 7 |
"AutoConfig": "configuration_ovis.OvisConfig",
|
| 8 |
+
"AutoModelForCausalLM": "modeling_ovis.Ovis"
|
| 9 |
},
|
| 10 |
"conversation_formatter_class": "QwenConversationFormatter",
|
| 11 |
"disable_tie_weight": false,
|