Skip to content

Commit 061bf47

Browse files
committedMay 29, 2024
update optimum version
1 parent bd777cb commit 061bf47

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎setup.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@
2929
INSTALL_REQUIRE = [
3030
"torch>=1.11",
3131
"transformers>=4.36.0,<4.42.0",
32-
# "optimum~=1.20",
33-
"optimum @ git+https://github.com/huggingface/optimum.git",
32+
"optimum~=1.20",
3433
"datasets>=1.4.0",
3534
"sentencepiece",
3635
"scipy",

0 commit comments

Comments
 (0)