Skip to content

Commit

Permalink
Merge pull request #781 from lidashu/master
Browse files Browse the repository at this point in the history
Update transformers requirement from >=4.39.0,<5.0.0 to >=4.39.0,<4.49.0; LogitsWarper deprecated in transformers version 4.49.0
  • Loading branch information
kyegomez authored Feb 20, 2025
2 parents db00b43 + e2428d4 commit a1f0739
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

torch>=2.1.1,<3.0
transformers>=4.39.0,<5.0.0
transformers>=4.39.0,<4.49.0
asyncio>=3.4.3,<4.0
toml
pypdf==5.1.0
Expand All @@ -21,4 +21,4 @@ types-chardet>=5.0.4.6
mypy-protobuf>=3.0.0
pytest>=8.1.1
networkx
aiofiles
aiofiles

0 comments on commit a1f0739

Please sign in to comment.