Skip to content

Commit 48cc82a

Browse files
authored
Limit optimum version (#807)
* Limit optimum version * trigger test * trigger test
1 parent a3ab3a4 commit 48cc82a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@
2929
INSTALL_REQUIRE = [
3030
"torch>=1.11",
3131
"transformers>=4.36.0,<4.43.0",
32-
"optimum~=1.21",
33-
# "optimum>=1.21.2,<1.22.0",
32+
"optimum>=1.21.2,<1.22.0",
3433
"datasets>=1.4.0",
3534
"sentencepiece",
3635
"setuptools",

0 commit comments

Comments
 (0)