Skip to content

Commit

Permalink
support transformers 4.42
Browse files Browse the repository at this point in the history
  • Loading branch information
fxmarty committed Jun 28, 2024
1 parent d0a84a9 commit 1cbf23f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
REQUIRED_PKGS = [
"coloredlogs",
"sympy",
"transformers[sentencepiece]>=4.26.0,<4.42.0",
"transformers[sentencepiece]>=4.26.0,<4.43.0",
"torch>=1.11",
"packaging",
"numpy<2.0", # transformers requires numpy<2.0 https://github.com/huggingface/transformers/pull/31569
Expand Down

0 comments on commit 1cbf23f

Please sign in to comment.