Isotr0py commited on
Commit
a101142
·
verified ·
1 Parent(s): c6adf13

Update preprocessor_config.json

Browse files

`transformers` has used `Qwen2VLImageProcessor` as Qwen2.5-VL's image processor. We need to update accordingly (see 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
  }