Skip to content

[BUG] CI test fails: TypeError: LlavaProcessor: got multiple values for keyword argument 'images' #692

@albertvillanova

Description

@albertvillanova

Describe the bug
CI test fails: TypeError: LlavaProcessor: got multiple values for keyword argument 'images'

FAILED tests/test_models.py::ModelTests::test_transformers_message_vl_no_tool - TypeError: LlavaProcessor:
...
got multiple values for keyword argument 'images'

Error logs (if any)

E           {
E             "image_token": "<image>",
E             "num_additional_image_tokens": 0,
E             "patch_size": 14,
E             "processor_class": "LlavaProcessor",
E             "vision_feature_select_strategy": "full"
E           }
E            got multiple values for keyword argument 'images'

.venv/lib/python3.10/site-packages/transformers/processing_utils.py:1383: TypeError

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions