Skip to content

Commit de8b1c5

Browse files
kylesayrsdsikka
andauthored
Unpin transformers to support 4.53 (#1609)
## Prerequisites ## * #1599 --------- Signed-off-by: Kyle Sayers <kylesayrs@gmail.com> Co-authored-by: Dipika Sikka <dipikasikka1@gmail.com>
1 parent 3d7ed6a commit de8b1c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def localversion_func(version: ScmVersion) -> str:
119119
"tqdm>=4.0.0",
120120
# torch 1.10 and 1.11 do not support quantized onnx export
121121
"torch>=1.7.0,!=1.10,!=1.11",
122-
"transformers>4.0,<4.53.0",
122+
"transformers>4.0",
123123
"datasets",
124124
"accelerate>=0.20.3,!=1.1.0",
125125
"pynvml",

0 commit comments

Comments
 (0)