Skip to content

Commit

Permalink
Merge branch 'main' into fix-aim-flag
Browse files Browse the repository at this point in the history
  • Loading branch information
willmj authored Sep 12, 2024
2 parents 9595f83 + 2144f1a commit aa15d66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,15 @@ classifiers=[
]
dependencies = [
"numpy>=1.26.4,<2.0",
"accelerate>=0.20.3,<0.40",
"accelerate>=0.20.3,<0.34",
"transformers>4.41,<5.0",
"torch>=2.2.0,<3.0",
"sentencepiece>=0.1.99,<0.3",
"tokenizers>=0.13.3,<1.0",
"tqdm>=4.66.2,<5.0",
"trl>=0.9.3,<1.0",
"peft>=0.8.0,<0.13",
"protobuf>=5.28.0,<6.0.0",
"datasets>=2.15.0,<3.0",
"simpleeval>=0.9.13,<1.0",
]
Expand Down

0 comments on commit aa15d66

Please sign in to comment.