transformers/tests/models/instructblipvideo
Yoni Gozlan d7188ba600
Add support for nested images to LLava and VipLLava (#35558)
* move make_flat_list_of_images and make_batched_videos to image_utils

* remove unnecessary is_vision_available

* move make_nested_list_of_images to image_utils

* fix fast pixtral image processor

* fix import mllama

* fix make_nested_list_of_images

* add tests

* convert 4d arrays/tensors to list

* add test_make_batched_videos

* add support nested batch of videos

* fix image processing qwen2vl
2025-01-30 16:49:20 -05:00
..
__init__.py
test_image_processing_instrictblipvideo.py [tests] further fix Tester object has no attribute '_testMethodName' (#35781) 2025-01-29 16:05:33 +01:00
test_modeling_instructblipvideo.py Add support for nested images to LLava and VipLLava (#35558) 2025-01-30 16:49:20 -05:00
test_processor_instructblipvideo.py