Update preprocessor_config.json
#7
by
Benasd
- opened
Change Qwen2_5_VLImageProcessor to Qwen2VLImageProcessor.
due to the merged PR in Transformers https://github.com/huggingface/transformers/pull/36164.
WIthout his PR, the model with cause an error in the latest transformers.
For anyone encountering the same issue, I've created a fork of the model with the fix applied.
This is a temporary workaround. The forked model will be deleted once this PR is merged.
https://huggingface.co/Benasd/Qwen2.5-VL-72B-Instruct-AWQ-fix
thanks @Benasd