You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: tests/openvino/test_modeling.py
+4-1
Original file line number
Diff line number
Diff line change
@@ -771,7 +771,6 @@ class OVModelForCausalLMIntegrationTest(unittest.TestCase):
771
771
"bloom",
772
772
"chatglm",
773
773
"codegen",
774
-
"codegen2",
775
774
"gpt2",
776
775
"gpt_neo",
777
776
"gpt_neox",
@@ -820,6 +819,10 @@ class OVModelForCausalLMIntegrationTest(unittest.TestCase):
820
819
"mistral-nemo",
821
820
)
822
821
822
+
# custom modeling defined in https://huggingface.co/katuni4ka/tiny-random-codegen2 differs from transformers after v4.45 resulting in unadapted patching
0 commit comments