Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyrilvallez committed Jan 28, 2025
1 parent 834f0c5 commit f14aaf0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/models/qwen2_vl/test_modeling_qwen2_vl.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
import unittest

import requests
from parameterized import parameterized

from transformers import (
AutoProcessor,
Expand Down Expand Up @@ -337,9 +338,7 @@ def test_generate_compile_model_forward(self):
pass

@parameterized.expand([("greedy", 1), ("beam search", 2)])
@unittest.skip(
reason="Breaks the CIs right now! To check!"
)
@unittest.skip(reason="Breaks the CIs right now! To check!")
def test_generate_from_inputs_embeds(self, _, num_beams):
pass

Expand Down

0 comments on commit f14aaf0

Please sign in to comment.