diff --git a/setup.py b/setup.py index 3978fd1fd6..cfd85b2aed 100644 --- a/setup.py +++ b/setup.py @@ -63,9 +63,9 @@ "onnxruntime<1.15.0", "accelerate", ], - "openvino": ["openvino>=2023.3", "nncf>=2.8.1"], + "openvino": ["openvino>=2023.3", "nncf @ git+https://github.com/openvinotoolkit/nncf/tree/release_v2100"], "openvino-tokenizers": ["openvino-tokenizers[transformers]"], - "nncf": ["nncf>=2.8.1"], + "nncf": ["nncf @ git+https://github.com/openvinotoolkit/nncf/tree/release_v2100"], "ipex": ["intel-extension-for-pytorch", "transformers>=4.36.0,<4.39.0"], "diffusers": ["diffusers"], "quality": QUALITY_REQUIRE,