Fix AutoImageProcessor mapping (#4)
Browse files- Fix AutoImageProcessor mapping (4153d2b2bdd603d889b354d229661a16ad3734f2)
Co-authored-by: Zifei Tong <[email protected]>
- preprocessor_config.json +1 -1
preprocessor_config.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"auto_map": {
|
3 |
-
"AutoImageProcessor": "
|
4 |
"AutoProcessor": "processing_phi3_v.Phi3VProcessor"
|
5 |
},
|
6 |
"do_convert_rgb": true,
|
|
|
1 |
{
|
2 |
"auto_map": {
|
3 |
+
"AutoImageProcessor": "processing_phi3_v.Phi3VImageProcessor",
|
4 |
"AutoProcessor": "processing_phi3_v.Phi3VProcessor"
|
5 |
},
|
6 |
"do_convert_rgb": true,
|