Skip to content

Commit

Permalink
transformers 4.46 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
echarlaix committed Oct 23, 2024
1 parent 227defe commit f0a24fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@

INSTALL_REQUIRE = [
"torch>=1.11",
"transformers>=4.36,<4.46",
"transformers @ git+https://github.com/huggingface/transformers.git",
#"transformers>=4.36,<4.46",
"optimum~=1.23",
"datasets>=1.4.0",
"sentencepiece",
Expand Down

0 comments on commit f0a24fc

Please sign in to comment.