Skip to content

Commit

Permalink
bump optimum version to >= 1.13.0 (#225)
Browse files Browse the repository at this point in the history
bump optimum
  • Loading branch information
JingyaHuang authored Sep 12, 2023
1 parent aa9c5fc commit 6ffce0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
INSTALL_REQUIRES = [
"transformers >= 4.32.1",
"accelerate >= 0.20.1",
"optimum >= 1.12.0",
"optimum >= 1.13.0",
"huggingface_hub >= 0.14.0",
"numpy>=1.18.5, <=1.21.6",
"protobuf<4",
Expand Down

0 comments on commit 6ffce0b

Please sign in to comment.