Skip to content

Commit 12814fc

Browse files
NNCF 2.12 & OV 2024.2
1 parent 59b8a12 commit 12814fc

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>=2.2.0", "onnxruntime<1.15.0", "accelerate"],
63-
"openvino": ["openvino-nightly==2024.2.0.dev20240523", "nncf==2.10.0", "openvino-tokenizers[transformers]"],
64-
"nncf": ["nncf==2.10.0"],
63+
"openvino": ["openvino==2024.2.0", "nncf@git+https://github.com/openvinotoolkit/nncf.git@release_v2120", "openvino-tokenizers[transformers]"],
64+
"nncf": ["nncf@git+https://github.com/openvinotoolkit/nncf.git@release_v2120"],
6565
"ipex": ["intel-extension-for-pytorch", "transformers>=4.36.0,<4.39.0"],
6666
"diffusers": ["diffusers"],
6767
"quality": QUALITY_REQUIRE,

0 commit comments

Comments
 (0)