Unrecognized image processor in ./R1-Onevision-7B. Should have a `image_processor_type` key in its preprocessor_config.json
#2
by
xinfeng
- opened
if your enviroment have up errors. you shoud modify preprocessor_config.json :
line 11: "image_processor_type": "Qwen2_5_VLImageProcessor",
to "image_processor_type": "Qwen2VLImageProcessor";
can you reveal some detail .I tried it ,but not success.