diff --git a/tests/models/blip_2/test_modeling_blip_2.py b/tests/models/blip_2/test_modeling_blip_2.py index 3718e21b0..71538a72e 100644 --- a/tests/models/blip_2/test_modeling_blip_2.py +++ b/tests/models/blip_2/test_modeling_blip_2.py @@ -1101,7 +1101,7 @@ class Blip2ModelTest(ModelTesterMixin, PipelineTesterMixin, GenerationTesterMixi test_pruning = False test_resize_embeddings = True test_attention_outputs = False - test_torchscript = True + test_torchscript = False _is_composite = True # TODO: Fix the failed tests