Missing preprocessor_config.json in GRM-2.6-Opus
#2
by zzxtest - opened
Hi,
GRM-2.6-Opus seems to be missing preprocessor_config.json and video_preprocessor_config.json.
When deploying with vLLM, it fails with:
OSError: Can't load image processor for '/data/models/GRM-2.6-Opus'. Make sure the directory contains a preprocessor_config.json file.
Since the model config contains vision_config, image_token_id, video_token_id, and language_model_only: false, vLLM loads it as a multimodal model and requires the processor config files.
GRM-2.6-Plus includes these files, but GRM-2.6-Opus does not. Could you please check whether they were accidentally omitted?
Thanks.