Skip to content

Commit 8b79280

Browse files
Use nncf develop
1 parent f7d379d commit 8b79280

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,10 +63,10 @@
6363
"neural-compressor": ["neural-compressor[pt]>3.0", "accelerate"],
6464
"openvino": [
6565
"openvino==2024.4.1.dev20240926",
66-
"nncf>=2.11.0",
66+
"nncf@git+https://github.com/openvinotoolkit/nncf.git@30f579b37de67e3cbb85d074ea7bc9e2526cc325",
6767
"openvino-tokenizers[transformers]==2024.4.1.0.dev20240926",
6868
],
69-
"nncf": ["nncf>=2.11.0"],
69+
"nncf": ["nncf@git+https://github.com/openvinotoolkit/nncf.git@30f579b37de67e3cbb85d074ea7bc9e2526cc325"],
7070
"ipex": ["intel-extension-for-pytorch", "transformers>=4.39,<4.45"],
7171
"diffusers": ["diffusers"],
7272
"quality": QUALITY_REQUIRE,

0 commit comments

Comments
 (0)