AutoImageProcessor 호환성 문제가 있는듯 합니다.

#19
by gshong - opened

AutoImageProcessor 호환성 문제가 있는듯 합니다.

ValueError: Unrecognized image processor in naver-hyperclovax/HyperCLOVAX-SEED-Vision-Instruct-3B. Should have a image_processor_type key in its preprocessor_config.json of config.json, or one of the following model_type keys in its config.json: align,.....

https://huggingface.co/naver-hyperclovax/HyperCLOVAX-SEED-Vision-Instruct-3B/blob/main/preprocessor_config.json#L27
preprocessor_config 에는 image_processor_type 이 있습니다.

공식 preprocessor list 에 저희 processor 가 들어가 있지는 않아서 생기는 문제로 보입니다.
살펴 보겠습니다.

HyperCLOVA X org

Sign up or log in to comment