We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7d379d commit 8b79280Copy full SHA for 8b79280
setup.py
@@ -63,10 +63,10 @@
63
"neural-compressor": ["neural-compressor[pt]>3.0", "accelerate"],
64
"openvino": [
65
"openvino==2024.4.1.dev20240926",
66
- "nncf>=2.11.0",
+ "nncf@git+https://github.com/openvinotoolkit/nncf.git@30f579b37de67e3cbb85d074ea7bc9e2526cc325",
67
"openvino-tokenizers[transformers]==2024.4.1.0.dev20240926",
68
],
69
- "nncf": ["nncf>=2.11.0"],
+ "nncf": ["nncf@git+https://github.com/openvinotoolkit/nncf.git@30f579b37de67e3cbb85d074ea7bc9e2526cc325"],
70
"ipex": ["intel-extension-for-pytorch", "transformers>=4.39,<4.45"],
71
"diffusers": ["diffusers"],
72
"quality": QUALITY_REQUIRE,
0 commit comments