Skip to content

Commit

Permalink
release transformers bound
Browse files Browse the repository at this point in the history
Signed-off-by: Yu Chin Fabian Lim <[email protected]>
  • Loading branch information
fabianlim committed Jul 31, 2024
1 parent b6c1455 commit 80edec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/framework/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ classifiers=[
dependencies = [
"numpy<2.0", # numpy needs to be bounded due to incompatiblity with current torch<2.3
"torch>2.2",
"transformers<4.40",
"transformers",
"peft",
"accelerate",
"pandas",
Expand Down

0 comments on commit 80edec8

Please sign in to comment.