Skip to content

Commit

Permalink
Update Transformers dependency in setup.py (#504)
Browse files Browse the repository at this point in the history
  • Loading branch information
regisss committed Nov 2, 2023
1 parent 07a881a commit fdc251e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@


INSTALL_REQUIRES = [
"transformers >= 4.33.0",
"transformers >= 4.33.0, < 4.35.0",
"optimum",
"torch",
"accelerate >= 0.22.0",
"accelerate >= 0.23.0",
"diffusers >= 0.18.0",
]

Expand Down

0 comments on commit fdc251e

Please sign in to comment.