Skip to content

Commit 1c8ce55

Browse files
committed
add back test
1 parent ffa09ce commit 1c8ce55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/openvino/test_modeling.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -824,15 +824,15 @@ class OVModelForSeq2SeqLMIntegrationTest(unittest.TestCase):
824824
"blenderbot-small",
825825
# "longt5",
826826
"m2m_100",
827-
# "marian", # TODO : enable it back with openvino 2023.3.0
827+
"marian",
828828
"mbart",
829829
"mt5",
830830
"pegasus",
831831
"t5",
832832
)
833833

834834
GENERATION_LENGTH = 100
835-
SPEEDUP_CACHE = 1.2
835+
SPEEDUP_CACHE = 1.1
836836

837837
@parameterized.expand(SUPPORTED_ARCHITECTURES)
838838
def test_compare_to_transformers(self, model_arch):

0 commit comments

Comments
 (0)