Update config.json
Browse files- config.json +1 -0
config.json
CHANGED
|
@@ -39,6 +39,7 @@
|
|
| 39 |
],
|
| 40 |
"attention_dropout": 0.0,
|
| 41 |
"auto_map": {
|
|
|
|
| 42 |
"AutoModel": "modeling.PixtralVisionModelBatch"
|
| 43 |
},
|
| 44 |
"head_dim": 64,
|
|
|
|
| 39 |
],
|
| 40 |
"attention_dropout": 0.0,
|
| 41 |
"auto_map": {
|
| 42 |
+
"AutoConfig": "configuration.PixtralVisionModelBatch",
|
| 43 |
"AutoModel": "modeling.PixtralVisionModelBatch"
|
| 44 |
},
|
| 45 |
"head_dim": 64,
|