Skip to content

Commit f99f767

Browse files
Check CI with release NNCF
1 parent aca2b6c commit f99f767

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@
6363
"onnxruntime<1.15.0",
6464
"accelerate",
6565
],
66-
"openvino": ["openvino>=2023.3", "nncf>=2.8.1"],
66+
"openvino": ["openvino>=2023.3", "nncf @ git+https://github.com/openvinotoolkit/nncf/tree/release_v2100"],
6767
"openvino-tokenizers": ["openvino-tokenizers[transformers]"],
68-
"nncf": ["nncf>=2.8.1"],
68+
"nncf": ["nncf @ git+https://github.com/openvinotoolkit/nncf/tree/release_v2100"],
6969
"ipex": ["intel-extension-for-pytorch", "transformers>=4.36.0,<4.39.0"],
7070
"diffusers": ["diffusers"],
7171
"quality": QUALITY_REQUIRE,

0 commit comments

Comments
 (0)