We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 086fae3 commit 56b152eCopy full SHA for 56b152e
tests/openvino/test_modeling.py
@@ -502,6 +502,7 @@ class OVModelForCausalLMIntegrationTest(unittest.TestCase):
502
"qwen2",
503
"stablelm",
504
# "starcoder2", # TODO: enable with next transformers release
505
+ "phi",
506
)
507
GENERATION_LENGTH = 100
508
IS_SUPPORT_STATEFUL = is_openvino_version(">=", "2023.3")
tests/openvino/utils_tests.py
@@ -70,6 +70,7 @@
70
"nystromformer": "hf-internal-testing/tiny-random-NystromformerModel",
71
"pegasus": "hf-internal-testing/tiny-random-pegasus",
72
"pix2struct": "fxmarty/pix2struct-tiny-random",
73
+ "phi": "hf-internal-testing/tiny-random-PhiForCausalLM",
74
"poolformer": "hf-internal-testing/tiny-random-PoolFormerModel",
75
"qwen": "katuni4ka/tiny-random-qwen",
76
"qwen2": "Qwen/Qwen1.5-0.5B",
0 commit comments