Skip to content

Commit

Permalink
Bump optimum version (#534)
Browse files Browse the repository at this point in the history
* bump optimum

* add peft
  • Loading branch information
JingyaHuang authored Mar 28, 2024
1 parent dd029a1 commit d06b07e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
INSTALL_REQUIRES = [
"transformers == 4.36.2",
"accelerate == 0.23.0",
"optimum ~= 1.17.0",
"optimum ~= 1.18.0",
"huggingface_hub >= 0.20.1",
"numpy>=1.22.2, <=1.25.2",
"protobuf<4",
Expand All @@ -32,6 +32,7 @@
"diffusers >= 0.26.1",
"safetensors",
"sentence-transformers >= 2.2.0",
"peft",
]

QUALITY_REQUIRES = [
Expand Down

0 comments on commit d06b07e

Please sign in to comment.