Skip to content

Commit

Permalink
Limit transformers at v5
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaarsen committed Dec 5, 2024
1 parent 12e0808 commit 02bd469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ maintainers = [
dependencies = [
"torch",
"accelerate",
"transformers>=4.19.0", # required for EvalPrediction.inputs
"transformers>=4.19.0,<5", # required for EvalPrediction.inputs
"datasets>=2.14.0", # required for sorting with multiple columns
"packaging>=20.0",
"evaluate",
Expand Down

0 comments on commit 02bd469

Please sign in to comment.