the file "processor_config.json" is missing

#3
by Klara-Wingler - opened

num_image_tokens = (height // self.patch_size) * (
~~~~~~~^^~~~~~~~~~~~~~~~~
TypeError: unsupported operand type(s) for //: 'int' and 'NoneType'

Hi, can you switch to transformers==4.44.2 and reload the model? I think it should resolve your problem.

Sign up or log in to comment