Skip to content

Commit ccc9d96

Browse files
alessiodevotomaxjeblick
authored andcommitted
Fix trandformers<4.54.0
Signed-off-by: Max Jeblick <[email protected]>
1 parent 5dca63f commit ccc9d96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ readme = "README.md"
99
python = ">=3.10"
1010
numpy = "^2.0.0"
1111
torch = "^2.3.1"
12-
transformers = ">=4.54.1"
12+
transformers = ">=4.48.0, <4.54.0"
1313
sentencepiece = "^0.2.0"
1414
protobuf = "^5.27.2"
1515
datasets = "^2.21.0"

0 commit comments

Comments
 (0)