Skip to content

Commit

Permalink
[run_slow] idefics2 (huggingface#32840)
Browse files Browse the repository at this point in the history
  • Loading branch information
andimarafioti authored and zucchini-nlp committed Aug 30, 2024
1 parent 79ce5c0 commit d0ab51c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/models/idefics2/test_modeling_idefics2.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
require_flash_attn,
require_torch,
require_torch_gpu,
require_torch_multi_gpu,
slow,
torch_device,
)
Expand Down Expand Up @@ -498,7 +499,7 @@ def tearDown(self):
torch.cuda.empty_cache()

@slow
@unittest.skip("Test hits OOM on CI - https://github.com/huggingface/transformers/issues/32288")
@require_torch_multi_gpu
def test_integration_test(self):
model = Idefics2ForConditionalGeneration.from_pretrained(
"HuggingFaceM4/idefics2-8b-base",
Expand Down

0 comments on commit d0ab51c

Please sign in to comment.