Skip to content

Commit

Permalink
relax transformers req
Browse files Browse the repository at this point in the history
  • Loading branch information
aryamanarora committed Nov 6, 2024
1 parent 31d3986 commit 458a592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
torch>=2.0.0
transformers==4.45.1
transformers>=4.45.1
tokenizers>=0.20.0
datasets>=3.0.1
protobuf>=3.20.0
Expand Down

1 comment on commit 458a592

@NicoPauer
Copy link

@NicoPauer NicoPauer commented on 458a592 Nov 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good fix for apply to more transformers

Please sign in to comment.