Skip to content

Commit 1e53ffb

Browse files
Update NNCF to 2.13
1 parent 5db1ac7 commit 1e53ffb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@
6060

6161
EXTRAS_REQUIRE = {
6262
"neural-compressor": ["neural-compressor[pt]>3.0", "accelerate", "transformers<=4.43.2"],
63-
"openvino": ["openvino>=2023.3", "nncf>=2.11.0", "openvino-tokenizers[transformers]"],
64-
"nncf": ["nncf>=2.11.0"],
63+
"openvino": ["openvino>=2023.3", "nncf@git+https://github.com/openvinotoolkit/nncf.git@release_v2130", "openvino-tokenizers[transformers]"],
64+
"nncf": ["nncf@git+https://github.com/openvinotoolkit/nncf.git@release_v2130"],
6565
"ipex": ["intel-extension-for-pytorch", "transformers>=4.39,<4.45"],
6666
"diffusers": ["diffusers"],
6767
"quality": QUALITY_REQUIRE,

0 commit comments

Comments
 (0)