transformers/tests/models/llava
Raushan Turganbay f8b88866f5
[VLMs] support passing embeds along with pixels (#38467)
* VLMs can work with embeds now

* update more models

* fix tests

* fix copies

* fixup

* fix

* style

* unskip tests

* fix copies

* fix tests

* style

* omni modality models

* qwen models had extra indentation

* fix some other tests

* fix copies

* fix test last time

* unrelated changes revert

* we can't rely only on embeds

* delete file

* de-flake mistral3

* fix qwen models

* fix style

* fix tests

* fix copies

* deflake the test

* modular reverted by fixes, fix again

* flaky test, overwritten

* fix copies

* style
2025-07-01 11:33:20 +00:00
..
__init__.py [Llava] Add Llava to transformers (#27662) 2023-12-07 09:30:47 +01:00
test_configuration_llava.py Fix typos in strings and comments (#37799) 2025-04-28 11:39:11 +01:00
test_image_processing_llava.py Use Python 3.9 syntax in tests (#37343) 2025-04-08 14:12:08 +02:00
test_modeling_llava.py [VLMs] support passing embeds along with pixels (#38467) 2025-07-01 11:33:20 +00:00
test_processor_llava.py Remove dead protected imports (#38980) 2025-06-23 13:44:50 +02:00