Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ydshieh committed Jan 30, 2025
1 parent f4f3919 commit 992403f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/models/blip_2/test_modeling_blip_2.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 992403f

Please sign in to comment.