Skip to content

Commit

Permalink
Limit optimum version (#807)
Browse files Browse the repository at this point in the history
* Limit optimum version

* trigger test

* trigger test
  • Loading branch information
echarlaix committed Jul 8, 2024
1 parent b1c1900 commit a2870c8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@
INSTALL_REQUIRE = [
"torch>=1.11",
"transformers>=4.36.0,<4.43.0",
"optimum~=1.21",
# "optimum>=1.21.2,<1.22.0",
"optimum>=1.21.2,<1.22.0",
"datasets>=1.4.0",
"sentencepiece",
"setuptools",
Expand Down

0 comments on commit a2870c8

Please sign in to comment.