Skip to content

Commit ddd35be

Browse files
committed
install from source
1 parent 08e3c3d commit ddd35be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
INSTALL_REQUIRE = [
3030
"torch>=1.11",
3131
"transformers @ git+https://github.com/huggingface/transformers.git",
32-
"optimum~=1.19",
32+
# "optimum~=1.19",
33+
"optimum @ git+https://github.com/huggingface/optimum.git@bump-transformers",
3334
"datasets>=1.4.0",
3435
"sentencepiece",
3536
"scipy",

0 commit comments

Comments
 (0)