Skip to content

Commit ebca14d

Browse files
committed
Bump transformers version
1 parent 086fae3 commit ebca14d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
INSTALL_REQUIRE = [
3030
"torch>=1.11",
31-
"transformers>=4.36.0,<4.39.0",
31+
"transformers>=4.36.0,<4.40.0",
3232
"optimum @ git+https://github.com/huggingface/optimum.git#egg=optimum",
3333
"datasets>=1.4.0",
3434
"sentencepiece",

tests/openvino/test_modeling.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ class OVModelForCausalLMIntegrationTest(unittest.TestCase):
501501
"qwen",
502502
"qwen2",
503503
"stablelm",
504-
# "starcoder2", # TODO: enable with next transformers release
504+
"starcoder2",
505505
)
506506
GENERATION_LENGTH = 100
507507
IS_SUPPORT_STATEFUL = is_openvino_version(">=", "2023.3")

0 commit comments

Comments
 (0)