Isotr0py commited on
Commit
243fd99
·
verified ·
1 Parent(s): b318d09

Update preprocessor_config.json

Browse files

Fix error in latest transformers commit: https://github.com/huggingface/transformers/pull/36164#issuecomment-2658902781

Files changed (1) hide show
  1. preprocessor_config.json +1 -1
preprocessor_config.json CHANGED
@@ -14,6 +14,6 @@
14
  0.26130258,
15
  0.27577711
16
  ],
17
- "image_processor_type": "Qwen2_5_VLImageProcessor",
18
  "processor_class": "Qwen2_5_VLProcessor"
19
  }
 
14
  0.26130258,
15
  0.27577711
16
  ],
17
+ "image_processor_type": "Qwen2VLImageProcessor",
18
  "processor_class": "Qwen2_5_VLProcessor"
19
  }