Skip to content

Commit 2985086

Browse files
committedJan 30, 2024
fix
1 parent bc88436 commit 2985086

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tests/openvino/test_modeling.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ def test_pipeline(self, model_arch):
472472
class OVModelForCausalLMIntegrationTest(unittest.TestCase):
473473
SUPPORTED_ARCHITECTURES = (
474474
"bart",
475-
"gpt_bigcode",
475+
# "gpt_bigcode",
476476
"blenderbot",
477477
"blenderbot-small",
478478
"bloom",

0 commit comments

Comments
 (0)
Please sign in to comment.