Skip to content

Commit 0461bf9

Browse files
authored
Cap transformers version for hotfix 0.6.0.1 (#1671)
SUMMARY: Cap transformers version to 4.52.4 for hotfix 0.6.0.1. TEST PLAN: All tests --------- Signed-off-by: Dan Huang <[email protected]>
1 parent c052d2c commit 0461bf9

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
@@ -116,7 +116,7 @@ def localversion_func(version: ScmVersion) -> str:
116116
"requests>=2.0.0",
117117
"tqdm>=4.0.0",
118118
"torch>=1.7.0",
119-
"transformers>4.0,<5.0",
119+
"transformers>4.0,<=4.52.4",
120120
"datasets",
121121
"accelerate>=0.20.3,!=1.1.0",
122122
"pynvml",

0 commit comments

Comments
 (0)