remove auto_map (handled by vLLM plugin)
Browse files- config.json +1 -4
config.json
CHANGED
|
@@ -76,8 +76,5 @@
|
|
| 76 |
"rms_norm_eps": 1e-05,
|
| 77 |
"spatial_merge_size": 2
|
| 78 |
},
|
| 79 |
-
"vocab_size": 120818
|
| 80 |
-
"auto_map": {
|
| 81 |
-
"AutoConfig": "configuration_brain_ocr.BrainOCRConfig"
|
| 82 |
-
}
|
| 83 |
}
|
|
|
|
| 76 |
"rms_norm_eps": 1e-05,
|
| 77 |
"spatial_merge_size": 2
|
| 78 |
},
|
| 79 |
+
"vocab_size": 120818
|
|
|
|
|
|
|
|
|
|
| 80 |
}
|