Skip to content

Commit 2061778

Browse files
committed
fix
1 parent 2985086 commit 2061778

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/ipex/test_modeling.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ def test_pipeline(self, model_arch):
199199
class IPEXModelForCausalLMTest(unittest.TestCase):
200200
SUPPORTED_ARCHITECTURES = (
201201
"bart",
202-
"gpt_bigcode",
202+
# "gpt_bigcode",
203203
"blenderbot",
204204
"blenderbot-small",
205205
"bloom",

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)