New processor breaking AutoProcessor.from_pretrained
#27
by
g8a9
- opened
Hey, it seems that the new processor is not working with AutoProcessor.
When I try to load it with from_pretrained
, I get:
TypeError: LlavaProcessor.__init__() got an unexpected keyword argument 'image_token'
transformers version: 4.41.2
Hey, the new processor config was deleted and it shouldn't throw an error anymore
Yes, it works now, thanks!
g8a9
changed discussion status to
closed