Skip to content

Commit 55d419f

Browse files
authored
Update setup (#562)
* update optimum required version * Update nncf required version
1 parent 3daccec commit 55d419f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
INSTALL_REQUIRE = [
1515
"torch>=1.11",
16-
"optimum @ git+https://github.com/huggingface/optimum.git", # TODO : 1.17.0
16+
"optimum>=1.17.0",
1717
"transformers>=4.26.0",
1818
"datasets>=1.4.0",
1919
"sentencepiece",

0 commit comments

Comments
 (0)