Skip to content

Commit

Permalink
deps: update transformers and accelerate depes (foundation-model-stac…
Browse files Browse the repository at this point in the history
…k#355)

Signed-off-by: Anh Uong <anh.uong@ibm.com>
  • Loading branch information
anhuong authored Oct 8, 2024
1 parent ee2cd66 commit b33634c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ classifiers=[
]
dependencies = [
"numpy>=1.26.4,<2.0",
"accelerate>=0.20.3,<0.34",
"transformers>4.41,<4.45",
"accelerate>=0.20.3,<0.35,!=0.34",
"transformers>4.41,<4.50",
"torch>=2.2.0,<3.0",
"sentencepiece>=0.1.99,<0.3",
"tokenizers>=0.13.3,<1.0",
Expand Down

0 comments on commit b33634c

Please sign in to comment.