Skip to content

Commit

Permalink
bump transformers ver to min reqd for llama 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
leondz committed Jul 29, 2024
1 parent d1db5eb commit dbaf929
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ classifiers = [
requires-python = ">=3.10"
dependencies = [
"base2048>=0.1.3",
"transformers>=4.40.0",
"transformers>=4.43.0",
"datasets>=2.14.6,<2.17",
"colorama>=0.4.3",
"tqdm>=4.64.0",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
base2048>=0.1.3
transformers>=4.40.0
transformers>=4.43.0
datasets>=2.14.6,<2.17
colorama>=0.4.3
tqdm>=4.64.0
Expand Down

0 comments on commit dbaf929

Please sign in to comment.