We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 086fae3 commit ebca14dCopy full SHA for ebca14d
setup.py
@@ -28,7 +28,7 @@
28
29
INSTALL_REQUIRE = [
30
"torch>=1.11",
31
- "transformers>=4.36.0,<4.39.0",
+ "transformers>=4.36.0,<4.40.0",
32
"optimum @ git+https://github.com/huggingface/optimum.git#egg=optimum",
33
"datasets>=1.4.0",
34
"sentencepiece",
tests/openvino/test_modeling.py
@@ -501,7 +501,7 @@ class OVModelForCausalLMIntegrationTest(unittest.TestCase):
501
"qwen",
502
"qwen2",
503
"stablelm",
504
- # "starcoder2", # TODO: enable with next transformers release
+ "starcoder2",
505
)
506
GENERATION_LENGTH = 100
507
IS_SUPPORT_STATEFUL = is_openvino_version(">=", "2023.3")
0 commit comments