Skip test_eager_matches sdpa generate and update an integration test for blip-like models (#39248)

* skip

* skip

---------

Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
Yih-Dar
2025-07-08 10:38:25 +02:00
committed by GitHub
parent ea3c2c0277
commit a21557fa3e
3 changed files with 26 additions and 3 deletions

View File

@@ -514,6 +514,12 @@ class InstructBlipVideoForConditionalGenerationDecoderOnlyTest(
def test_config(self):
self.config_tester.run_common_tests()
@unittest.skip(
reason="InstructBlipVideoQFormerModel does not support an attention implementation through torch.nn.functional.scaled_dot_product_attention yet."
)
def test_eager_matches_sdpa_generate(self):
pass
@unittest.skip(reason="Hidden_states is tested in individual model tests")
def test_hidden_states_output(self):
pass