haipingwu zifeitong commited on
Commit
ee47981
1 Parent(s): 1c4d695

Fix AutoImageProcessor mapping (#4)

Browse files

- Fix AutoImageProcessor mapping (4153d2b2bdd603d889b354d229661a16ad3734f2)


Co-authored-by: Zifei Tong <[email protected]>

Files changed (1) hide show
  1. preprocessor_config.json +1 -1
preprocessor_config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "auto_map": {
3
- "AutoImageProcessor": "image_processing_phi3_v.Phi3VImageProcessor",
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,