Skip to content

Commit

Permalink
skip InstructBlipForConditionalGenerationDecoderOnlyTest
Browse files Browse the repository at this point in the history
  • Loading branch information
gante committed Sep 20, 2024
1 parent eef5651 commit 74e448e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/models/instructblip/test_modeling_instructblip.py
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,9 @@ def prepare_config_and_inputs_for_common(self):
@require_torch
class InstructBlipForConditionalGenerationDecoderOnlyTest(ModelTesterMixin, GenerationTesterMixin, unittest.TestCase):
all_model_classes = (InstructBlipForConditionalGeneration,) if is_torch_available() else ()
# InstructBlipForConditionalGeneration has a custom input structure, would need custom input preparation in the
# generation tests
all_generative_model_classes = ()
fx_compatible = False
test_head_masking = False
test_pruning = False
Expand Down

0 comments on commit 74e448e

Please sign in to comment.