Skip to content

Commit

Permalink
Merge pull request #250 from Abhishek-TAMU/main
Browse files Browse the repository at this point in the history
deps: Update transformers lower bound version
  • Loading branch information
anhuong authored Jul 18, 2024
2 parents 24acdbc + 696bc89 commit aaf8cc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ classifiers=[
dependencies = [
"numpy>=1.26.4,<2.0",
"accelerate>=0.20.3,<0.40",
"transformers>=4.41.0,<5.0,!=4.38.2",
"transformers>4.41,<5.0",
"torch>=2.2.0,<3.0",
"sentencepiece>=0.1.99,<0.3",
"tokenizers>=0.13.3,<1.0",
Expand Down

0 comments on commit aaf8cc9

Please sign in to comment.