Skip to content

Commit 63bf2ab

Browse files
committed
fix setup
1 parent 55052eb commit 63bf2ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828

2929
INSTALL_REQUIRE = [
3030
"torch>=1.11",
31-
"transformers>=4.36.0,<4.42.0",
32-
"optimum @ git+https://github.com/huggingface/optimum.git@bump-transformers",
31+
"transformers>=4.36.0,<4.41.0",
32+
"optimum~=1.19",
3333
"datasets>=1.4.0",
3434
"sentencepiece",
3535
"scipy",

0 commit comments

Comments
 (0)