Skip to content

Commit

Permalink
Disable marian test until openvino next release (#504)
Browse files Browse the repository at this point in the history
  • Loading branch information
echarlaix authored Jan 8, 2024
1 parent 77f9756 commit 03e1fa6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/openvino/test_modeling.py
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ class OVModelForCausalLMIntegrationTest(unittest.TestCase):
"gpt_neo",
"gpt_neox",
"llama",
"marian",
# "marian", # TODO : enable it back with openvino 2023.3.0
# "mistral",
"mpt",
"opt",
Expand Down Expand Up @@ -767,7 +767,7 @@ class OVModelForSeq2SeqLMIntegrationTest(unittest.TestCase):
"blenderbot-small",
# "longt5",
"m2m_100",
"marian",
# "marian", # TODO : enable it back with openvino 2023.3.0
"mbart",
"mt5",
"pegasus",
Expand Down

0 comments on commit 03e1fa6

Please sign in to comment.