Skip to content

Commit 6369524

Browse files
authored
build: pin transformer<5.0.0 (#532)
1 parent ebceb67 commit 6369524

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
@@ -100,7 +100,7 @@ dependencies = [
100100
"torchvision>=0.22.0",
101101
"torchmetrics[image]==1.7.4",
102102
"requests>=2.31.0",
103-
"transformers",
103+
"transformers<5.0.0",
104104
"pytorch-lightning",
105105
"huggingface-hub[hf-xet]>=0.30.0",
106106
"datasets>=3.0",

0 commit comments

Comments
 (0)